# Projects

Projects are the logical grouping of your applications so that you can manage and control the access level of users.

Refer [user permissions](/operator-guide/authorization/user-permissions.md) for more detail.

## Add Project

1. To add a project name, go to the `Projects` section of `Global Configurations`.
2. Click `Add Project`.
3. Provide a project name in the field and click `Save`.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/global-configurations/projects/project-creation.gif)


---

# 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.dashboard.devtron.ai/operator-guide/projects.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.
