> ## 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.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.prowler.com/feedback

```json
{
  "path": "/getting-started/basic-usage/prowler-app",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Basic Usage

## Access Prowler App

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/9AoCN7Q_gXN7wF7l/images/sign-up-button.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=a1eb77cf3d15b7bf2aee0891b006c079" alt="Sign Up Button" width="320" data-path="images/sign-up-button.png" />

<img src="https://mintcdn.com/prowler/9AoCN7Q_gXN7wF7l/images/sign-up.png?fit=max&auto=format&n=9AoCN7Q_gXN7wF7l&q=85&s=ae1505143aad855065feea2506d1d02d" 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 App by logging in with **email and password**.

<img src="https://mintcdn.com/prowler/LI3palQgXkn4dRXg/images/log-in.png?fit=max&auto=format&n=LI3palQgXkn4dRXg&q=85&s=0ba90e818abd3e4cb94413662af05785" 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/29w2bEgT_yVsNEwG/images/products/overview.png?fit=max&auto=format&n=29w2bEgT_yVsNEwG&q=85&s=bbfb2617768dd96185687e6546dc6a40" alt="Overview" width="700" data-path="images/products/overview.png" />

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

> For detailed usage instructions, refer to the [Prowler App Guide](/user-guide/tutorials/prowler-app).

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