> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/introduction/getting-started/add-your-cloud-accounts.md).

# Add your Cloud Accounts

You can link your CSP accounts in OpsNow.

1. Click the profile icon on the top right and select **Cloud Accounts** from the menu.<br>

   <figure><img src="/files/mkxNk65CBLfIzNafHbD5" alt=""><figcaption></figcaption></figure>

2. In the **Cloud Accounts** page, click the **Add** button on the top right.<br>

   <figure><img src="/files/0hFgD8kwRFwGP4tyayRB" alt=""><figcaption></figcaption></figure>

3. You can register cloud accounts for **AWS**, **Azure**, or **GCP:**

**AWS:** Click **Continue**, then select **Go to AWS Console** to complete the account connection.

<figure><img src="/files/o2jbgXc8pYrTWe60x9gY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/dIMB7sPxmHiNtkbMBcYZ" alt=""><figcaption></figcaption></figure>

**Azure:** Fill in all required fields, or select the Step by Step section for guided input. After completing the information, click **Save**.<br>

<figure><img src="/files/HoFaSkJSHnzykWJU5Dm8" alt=""><figcaption></figcaption></figure>

**GCP:** Enter all required information for authentication and project connection, then click **Save** to complete the registration.

<figure><img src="/files/J4IEu546PhU8kPsGxdu6" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.opsnow.io/dev-opsnow-user-guide-v0.2/introduction/getting-started/add-your-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.
