# Project settings

## Creating a project

To create a new project:

1. In the sidebar, the selector under the **Project** heading.
2. Click **Create project**.
3. **Name** your project and, if you'd like, give it a **description**.

## Editing a Project

After creating a project, you might want to make changes to its configuration. This can be done by selecting your project in the sidebar.

With the project selected, click on the **Project Settings** link in the left hand nav.

The following settings can be configured for the selected Sleuth project:

| Setting                                                                         | Description                                                                                        |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [**Details**](/sleuth-dora/settings/project/details.md)                         | Manage your project's name and description, default issue tracker and build server                 |
| [**Slack Notifications**](/sleuth-dora/settings/project/slack-notifications.md) | Select the Slack channels that receive notifications based on activity in your Sleuth environments |
| [**Environments**](/sleuth-dora/settings/project/environments.md)               | Manage your projects environments                                                                  |
| [**Code Deployments**](/sleuth-dora/settings/project/code-deployments.md)       | Manage your code deployments' mapped repos and branches                                            |
| [**Feature Flags**](/sleuth-dora/settings/project/feature-flags.md)             | Manage your feature flags' environment and project mappings                                        |
| [**Impact**](/sleuth-dora/settings/project/impact.md)                           | Manage your error and metric impact sources                                                        |


---

# 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://help.sleuth.io/sleuth-dora/settings/project.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.
