# Settings

The **settings** tab allows you to view and edit your **project** and **team** settings.&#x20;

* **Projects:** a centralized workspace where you can organize, develop, and manage the components of your GenAI applications.
* **Team:** a list of users who are part of your organization and who you can collaborate on projects with.

### Projects

#### Creating a project

To create a project, click the **add new project** button, add a project name and click **create**. Once you have created a new project, you will be taken to the **workflows** tab where you can begin to create your first generative AI application using our visual [low-code builder](/low-code-builder.md).&#x20;

### Team

Currently it is only possible to view which users are part of your team. We will be adding functionality soon allowing you to invite people to your team, as well as editing and removing users.&#x20;


---

# 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.getdynamiq.ai/platform-settings/settings.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.
