> For the complete documentation index, see [llms.txt](https://docs.sonarsource.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/introduction.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
