# Cloud Accounts

Noros connects to your AWS and GCP environments to analyze your cloud costs and usage data. You can manage your connected accounts from **Settings > Cloud Accounts**.

### Viewing Connected Accounts

The Cloud Accounts tab shows all accounts currently connected to Noros, including:

* **Account name** — The display name for the account
* **Account ID** — Your AWS account number or GCP project ID
* **Provider** — AWS or GCP
* **Verification status** — Whether Noros has successfully verified access to the account's data

#### Verification Statuses

* **Verified** — Noros has confirmed access and is actively analyzing this account's data
* **Pending** — Verification is in progress; this may take a few minutes after initial setup

### Connecting New Accounts

To connect a new cloud account, start a conversation with Noros and ask to add an account:

* "I'd like to connect a new AWS account"
* "Add a GCP project"

Noros will guide you through the onboarding process directly in the chat. See [Connect AWS](/getting-started/connect-your-aws-account.md) or [Connect GCP](/getting-started/connect-your-gcp-account.md) for detailed instructions.

### Switching Between Accounts

If you have multiple cloud accounts connected, you can switch between them using the account switcher. Noros queries and responses are scoped to the currently selected account.

### Removing an Account

To disconnect a cloud account from Noros:

1. Go to **Settings > Cloud Accounts**.
2. Find the account you want to remove.
3. Click the remove option and confirm.

Removing an account will stop Noros from accessing that account's data. This does not delete any resources or permissions in your cloud environment — you should separately clean up any IAM roles or BigQuery dataset sharing created during onboarding.

### Multiple Accounts

You can connect multiple AWS and GCP accounts to Noros. This is useful if your organization uses:

* Multiple AWS accounts within an organization
* Separate GCP projects for different teams or environments
* A multi-cloud strategy spanning both AWS and GCP


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.noros.ai/account-management/cloud-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
