---
title: Manage Accounts and Scans
url: /docs/discovery-governance/discovery/get-started/account-management/
---
> This [Pulumi Cloud](/docs/iac/concepts/pulumi-cloud/) feature is available in the [Team, Enterprise, and Business Critical editions](/pricing/#insights-discovery).



Now that you have connected a new account you can select the **Accounts** page to see a list of all your accounts, the last update and number of resources discovered.

## View accounts

Here you will notice that Discovery automatically created child accounts based on the underlying platform model for each group you decide to enable. Child accounts enable you to control the discovery behavior for each group separately.

For example, AWS enables you to divide your infrastructure into regions and Discovery will create separate child accounts for each region you specify. With the default region selection, you will see:

- Parent account: `production`
- Child account (region): `production/us-east-1`
- Child account (region): `production/us-east-2`
- Child account (region): `production/us-west-2`
- Child account (region): `production/eu-west-1`

It's important to note that if you **Scan** or **Delete** the `production` account, Pulumi applies this action to all child accounts.

For a detailed explanation and more examples of how child accounts and hierarchies work see the [cloud accounts documentation](/docs/discovery-governance/discovery/accounts/#account-hierarchies)

## Manage accounts

You can manage each by selecting your desired account, where you can see the provider summary, status and history of all scans. This is where you can select the action to manually **Scan** or **Delete Account**.

The wizard already started an initial scan when you connected the account. Here, let's launch one manually so you know how to re-scan on demand.

After you select the `production` account, select the **Actions** drop-down, choose the **Scan** action, and select the **Scan** button.

## View account discovery progress

Discovery will kick off a scan across each child account / region in parallel and as resources are discovered you will begin to see a status of the number of resources known to Pulumi.

As each account scan completes, you will see a checkmark and status update per account. The scan duration will depend on the number of resources for each account, however as soon as they are discovered you can begin exploring the discovered resources and do not have to wait for the entire discovery to finish.

Let's introduce the Pulumi Resource Explorer for your newly discovered resources and learn how to draw insights about your cloud infrastructure.

---
[← Previous step](/docs/discovery-governance/discovery/get-started/create-accounts/)
[Next: Using Resource Explorer →](/docs/discovery-governance/discovery/get-started/using-resource-explorer/)


