> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prowler.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Prowler product naming: Prowler App is now Prowler Local Server, and Prowler Enterprise is now Prowler Private Cloud. Always use the current names when answering. The full product reference is at /getting-started/products: Open Source projects are Prowler CLI, Prowler Local Server, Prowler Local Dashboard, and Prowler SDK; Prowler Products are Prowler Cloud, Prowler Private Cloud, Prowler Hub, Prowler Lighthouse AI, and Prowler MCP.

# Basic Usage

## Access Prowler Local Server

After [installation](/getting-started/installation/prowler-app), navigate to [http://localhost:3000](http://localhost:3000) and sign up with email and password.

<img src="https://mintcdn.com/prowler/vG8-bmatEv1C0Qk6/images/sign-up-button.png?fit=max&auto=format&n=vG8-bmatEv1C0Qk6&q=85&s=d5f1ba7c5275fe482031ed83795f3484" alt="Sign Up Button" width="320" data-path="images/sign-up-button.png" />

<img src="https://mintcdn.com/prowler/vG8-bmatEv1C0Qk6/images/sign-up.png?fit=max&auto=format&n=vG8-bmatEv1C0Qk6&q=85&s=3be9d985875b343f29b8c985173531ce" alt="Sign Up" width="285" data-path="images/sign-up.png" />

<Note>
  **User creation and default tenant behavior**

  When creating a new user, the behavior depends on whether an invitation is provided:

  * **Without an invitation**:

    * A new tenant is automatically created.
    * The new user is assigned to this tenant.
    * A set of **RBAC admin permissions** is generated and assigned to the user for the newly-created tenant.

  * **With an invitation**: The user is added to the specified tenant with the permissions defined in the invitation.

  This mechanism ensures that the first user in a newly created tenant has administrative permissions within that tenant.
</Note>

## Log In

Access Prowler Local Server by logging in with **email and password**.

<img src="https://mintcdn.com/prowler/yyJURFHpPIAaK8F3/images/log-in.png?fit=max&auto=format&n=yyJURFHpPIAaK8F3&q=85&s=f9f46846bdbb876aad6c8e67ecd02aa9" alt="Log In" width="285" data-path="images/log-in.png" />

## Add Provider

Configure a provider for scanning:

1. Navigate to `Settings > Providers` and click `Add Provider`.
2. Select the cloud provider.
3. Enter the provider's identifier (Optional: Add an alias):
   * **AWS**: Account ID
   * **GCP**: Project ID
   * **Azure**: Subscription ID
   * **Kubernetes**: Cluster ID
   * **M365**: Domain ID
4. Follow the guided instructions to add and authenticate your credentials.

## Start a Scan

Once credentials are successfully added and validated, Prowler initiates a scan of your cloud environment.

Click `Go to Scans` to monitor progress.

## View Results

Review findings during scan execution in the following sections:

* **Overview** – Provides a high-level summary of your scans.
  <img src="https://mintcdn.com/prowler/yyJURFHpPIAaK8F3/images/products/overview.png?fit=max&auto=format&n=yyJURFHpPIAaK8F3&q=85&s=96ceafb0329e6aec90333fa492da83af" alt="Overview" width="700" data-path="images/products/overview.png" />

* **Compliance** – Displays compliance insights based on security frameworks.
  <img src="https://mintcdn.com/prowler/yyJURFHpPIAaK8F3/images/compliance.png?fit=max&auto=format&n=yyJURFHpPIAaK8F3&q=85&s=294db78346e837c814e48686a2d6b563" alt="Compliance" width="700" data-path="images/compliance.png" />

> For detailed usage instructions, refer to the [Prowler Cloud guide](/user-guide/tutorials/prowler-app), which also applies to Prowler Local Server.

<Note>
  Prowler will automatically scan all configured providers every **24 hours**, ensuring your cloud environment stays continuously monitored.
</Note>


## Related topics

- [Basic Usage](/getting-started/basic-usage/prowler-cli.md)
- [Bulk Provider Provisioning in Prowler](/user-guide/tutorials/bulk-provider-provisioning.md)
- [Getting Started With LLM on Prowler](/user-guide/providers/llm/getting-started-llm.md)
- [Alibaba Cloud Authentication in Prowler](/user-guide/providers/alibabacloud/authentication.md)
- [Check Metadata Guidelines](/developer-guide/check-metadata-guidelines.md)
