# Retrieving your organizations

You can view any free or paid plan organization if you’re a member.

## Listing all your organizations <a href="#listing-organizations" id="listing-organizations"></a>

This procedure explains how to open your account’s **Organizations** page.

{% hint style="info" %}
From the Organizations page, you can leave an organization. With the appropriate permissions, you can also create, delete, or upgrade an organization.
{% endhint %}

To list your organizations:

1. Select your account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **View all** at the bottom of the **My Organizations** section.
3. The **Organizations** page opens with the list of organizations you’re a member of.
4. The `Admin` tag indicates that you're an admin of the organization.

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/njJU0zZUcCMdFlSh5w3I" alt="Viewing all organizations your are a member of"><figcaption></figcaption></figure>

## Retrieving and viewing your organization <a href="#viewing" id="viewing"></a>

To retrieve your organization, you can:

1. Select your account menu in the top right corner of the SonarQube Cloud interface. In the menu, under **My Organizations**, select the organization you want to view.
2. Alternatively, open the **My Projects** page and select the organization hyperlink in the projects list.

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/GJ9e0cbyhAKj2TDEMFL9" alt="Your organizations are clearly displayed in different parts of the SonarQube Cloud UI, where appropriate."><figcaption></figcaption></figure>

The organization record opens as illustrated below:

1. Organization's avatar and name.\
   The avatar is a small image representing the organization. As an organiziation admin, you can add one, see [Changing organization settings](/sonarqube-cloud/administering-sonarcloud/managing-organization/creating-organization/changing-organization-settings.md#change-details).
2. Organization's navigation bar.
3. Organization key.
4. Organization's subscription plan.
5. Button to navigate to the [bound DevOps organization](/sonarqube-cloud/administering-sonarcloud/about-sonarqube-cloud-solution/resources-structure/binding-with-dop.md).

<figure><img src="/spaces/KXW79zfYFiA8incTvwZK/files/FkyqumRyjCdIdjHG6ctn" alt="Overview of the organization&#x27;s page"><figcaption></figcaption></figure>

You can navigate through the different pages by using the Organization's navigation bar (some pages require specific access permission) :

* **Projects**: This page lists the [Organization's projects](/sonarqube-cloud/administering-sonarcloud/about-sonarqube-cloud-solution/resources-structure/projects.md) belonging to the organization and to which you have access.
* **Issues**: This page lists issues belonging to the organization. See [Reviewing issues](/sonarqube-cloud/managing-your-projects/issues/reviewing.md) for details.

**Policies**

* **License profiles**: This page shows which licenses are allowed or prohibited for the dependences used by your projects. See [Managing license profiles and policies](/sonarqube-cloud/advanced-security/managing-license-profiles-and-policies.md) for details.
* **Rules**: This page allows you to retrieve [SonarQube rules](/sonarqube-cloud/standards/managing-rules/rules.md) available in the organization through its quality profiles.
* **Quality Profiles**: This page allows you to manage quality profiles available to your organization’s projects, listed by language. See [Introduction](/sonarqube-cloud/standards/managing-quality-profiles/introduction.md) for more information.
* **Quality Gates**: This page allows you to manage quality gates available to your organization’s projects. See [Understanding quality gates](/sonarqube-cloud/standards/managing-quality-gates/introduction-to-quality-gates.md) for more information.

**Access**

* **Billing and usage**: This page allows the organization admins to manage the organization's subscription. See Managing your subscription [Introduction](/sonarqube-cloud/administering-sonarcloud/managing-subscription/introduction.md) for more information.
* **Members**: This page lists the organization's members and allows the organization admins to manage them. See [Adding organization members](/sonarqube-cloud/administering-sonarcloud/managing-organization/users-and-permissions/organization-members.md) for more information.
* **Groups:** This page allows you to create and manages groups of users. See [Managing user groups](/sonarqube-cloud/administering-sonarcloud/managing-organization/users-and-permissions/user-groups.md) for details.
* **Permissions:** This page lists all user and groups permissions for your organization. See [Managing users and permissions](/sonarqube-cloud/administering-sonarcloud/managing-organization/users-and-permissions.md) for details.
* **Permission templates:** This page lists all permission templates for your organization and lets you manage them. See [Using permission templates](/sonarqube-cloud/administering-sonarcloud/managing-organization/manage-org-projects/manage-project-permissions/templates.md) for details.
* **Scoped organizations:** This page allows you to manage scoped organization tokens. See [Managing Scoped Organization Tokens](/sonarqube-cloud/administering-sonarcloud/managing-organization/scoped-organization-tokens.md) for details.
* **Webhooks:** This page lists all webhooks for the organization and allows you to create new ones. See [Webhooks](/sonarqube-cloud/discovering-sonarcloud/integrations/webhooks.md) for more details.
* **Administration**: This menu allows the organization admins to access various administration menus. See [Managing your organization](/sonarqube-cloud/administering-sonarcloud/managing-organization.md) for more information.

## Retrieving any free organization <a href="#free-organization" id="free-organization"></a>

* If you know the organization key, go to:
  * In the EU region: `sonarcloud.io/organizations/<YourOrganizationKey>`
  * In the US region: `sonarqube.us/organizations/<YourOrganizationKey>`
* Otherwise, in the top navigation bar of the SonarQube Cloud UI, select **Explore** or go to [`sonarcloud.io/explore/projects`](http://sonarcloud.io/explore/projects) (in the EU region) or `sonarqube.us/explore.projects` (in the US region), and select an organization.


---

# 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/getting-started/viewing-organizations.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.
