# Using Projects Management page

This feature is only available in the [Enterprise plan](https://www.sonarsource.com/plans-and-pricing/#sonarqube-cloud-features).

As the organization admin, you can manage the projects of your organization on the **Projects Management** page. There, you can manage any project individually, you can delete or apply a permission template to several projects at a time, and you can create new projects. You can also recover lost administrator access to a project.

Proceed as follows:

1. Retrieve your organization. See [Retrieving your organizations](/sonarqube-cloud/getting-started/viewing-organizations.md) for more details.
2. Go to **Administration** > **Projects Management**.
3. To manage the permissions of a single project, use the three-dot menu at the far right of the project line.
4. To manage several projects at a time:
   * Retrieve and select the projects you want to manage.
   * In the toolbar, select the tool you want to use, either **Delete** or **Bulk Apply Permission Template.** The corresponding dialog opens.
5. To create new projects, select the **Analyze new projects** button. See [Creating your project](/sonarqube-cloud/managing-your-projects/administering-your-projects/setting-up-project.md) for more information.


---

# 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/administering-sonarcloud/managing-organization/manage-org-projects/projects-management-page.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.
