# Introduction

As a SonarQube Cloud user, you view information relevant to your account. To navigate to your account:

<figure><img src="/files/WdBwwPnF0B577jJDsLsY" alt="Retrieving your account information"><figcaption></figcaption></figure>

1. Select the account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **My Account**. The Profile page displays your email address, user groups, and [Associated SCM accounts](/sonarqube-cloud/administering-sonarcloud/about-sonarqube-cloud-solution/user-management/associated-scm-accounts.md). You can delete your user account from this page. See [Deleting your account](/sonarqube-cloud/managing-your-account/deleting.md) for more details.
3. From the **Security** page, you can manage your Personal Access Tokens (PAT). See [Managing Personal Access Tokens](/sonarqube-cloud/managing-your-account/managing-tokens.md).
4. From the **Notifications** page, you can subscribe to notifications. See [Subscribing to email notifications](/sonarqube-cloud/managing-your-account/notifications.md) fore more details.
5. From the **Organizations** page, you can retrieve your organizations. See [Retrieving your organizations](/sonarqube-cloud/getting-started/viewing-organizations.md) for more details.
6. From the **Enterprise** page, you can retrieve your enterprises. See [Managing your enterprise](/sonarqube-cloud/administering-sonarcloud/managing-enterprise.md) for more details.
7. From the **Appearance** page, you can customize your user interface. See [Customizing your UI](/sonarqube-cloud/managing-your-account/user-interface.md) for more details.


---

# 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.sonarsource.com/sonarqube-cloud/managing-your-account/introduction.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.
