> 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.md).

# Managing your account

- [Introduction](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/introduction.md): Go to your SonarQube Cloud profile page to manage Security, Notifications, see your Organizations, and customize your UI on the Appearance page.
- [Signing in to SonarQube Cloud](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/signing-in.md): Signing in to SonarQube Cloud is easy using your DevOps platform service or through your SSO if SAML authentication is set up for your Enterprise.
- [Managing personal access tokens](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/managing-tokens.md): Users can manage SonarQube Cloud's personal access tokens from their My account > Access tokens page.
- [Subscribing to email notifications](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/notifications.md): User notifications can be customized in SonarQube Cloud.
- [Subscribing to Slack notifications](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/subscribing-to-slack-notifications.md): How to subscribe to real-time notifications on analysis results directly in Slack.
- [Customizing your UI](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/user-interface.md): You can customize the theme of the SonarQube Cloud UI to match your own preferences.
- [Deleting your account](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/deleting.md): Deleting your SonarQube Cloud account is a straight-forward process. However, you must not be assigned to any issues and cannot have comments on any issues.
- [Leaving an organization](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/leaving-organization.md): You can leave SonarQube Cloud organizations you are not interested in anymore.


---

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