# Projects

A **Project** in Telmai is a way to organize your data sources or groups of sources, helping you manage your workspace or tenant efficiently.

To create a new project, you need to:

1. Click on the **Manage Projects** button. This will open a menu where you can create, modify, or delete projects, as shown in the image below.<br>

   <figure><img src="https://604868671-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkO3-a8YVu1iq1jP__S%2Fuploads%2FUFpFB2Z0FNJskeJwUmPS%2Fimage.png?alt=media&#x26;token=b8fad5f3-41a0-4173-85cb-41185955df43" alt=""><figcaption></figcaption></figure>
2. Click on the **+Project** button.
3. Enter a **Project Name** and an optional **Description** when prompted.
4. Click **Save** to finalize the creation of your project.

<figure><img src="https://604868671-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkO3-a8YVu1iq1jP__S%2Fuploads%2FC3He7zbDpyq0Su55CSQZ%2FScreenshot%202024-11-28%20at%209.15.45%E2%80%AFAM.png?alt=media&#x26;token=b0fd753e-1491-491c-9e51-c32b3308bddb" alt="" width="375"><figcaption></figcaption></figure>

You can modify the project description anytime by clicking the **Edit** button. Projects can only be deleted if they contain no sources, using the **Delete** button.

Access Permissions can be set at any time for the project. Please refer to the [RBAC support section](https://docs.telm.ai/telmai/authentication-and-access-control#role-based-access).

### Move Source Across Projects

Once a source is created, it can be moved to a different project with few easy clicks:

1. Select the source you like to move, and click the 3-dot menu
2. Click "Move to Project" option
   * You will see list of projects you have access to

<figure><img src="https://604868671-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkO3-a8YVu1iq1jP__S%2Fuploads%2Fwr1uNFqsBHCpQIf4FMY0%2Fimage.png?alt=media&#x26;token=3e1c4f74-d42f-429e-8f53-08f4d7e504ad" alt=""><figcaption></figcaption></figure>

3. Select the desired project, and click "Move to Project"

{% hint style="info" %}
All rules & policies will move with the project except for rules using templates
{% endhint %}


---

# 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.telm.ai/telmai/connect-to-data/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.
