# Project

A Project in Qubitro is a container for devices, data sources, and related configurations.&#x20;

Projects provide centralized management of devices and resources, enabling you to invite collaborators or groups.

In the projects overview, you can see each project’s name, tags, your role or permission level, total device count, creation date, and the project creator.

<figure><img src="/files/x0I0SEx7OJlHAIUVHyBk" alt=""><figcaption></figcaption></figure>

### Create a Project

{% stepper %}
{% step %}
**Navigate to the Projects Tab**

Go to the **Projects tab** where all your projects are listed.
{% endstep %}

{% step %}
**Click New Project**

Click the **New Project** button.
{% endstep %}

{% step %}
**Fill Out the Project Details**

Enter the required information, including the project name, description, and any tags.
{% endstep %}

{% step %}
**Create & Verify**

Click **Create**. Verify that the new project appears in your Projects overview with the correct details, such as the project name and tags.
{% endstep %}
{% endstepper %}

{% content-ref url="/pages/c4w1aPe3Lb7gKPtoMLLq" %}
[Settings](/platform/project/settings.md)
{% endcontent-ref %}

{% content-ref url="/pages/ePuGB7awefvMVSXODvL7" %}
[Access Management](/platform/project/access-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/YI0j9BNdWpcVsewP5OVV" %}
[Roles & Permissions](/platform/project/roles-and-permissions.md)
{% endcontent-ref %}


---

# 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.qubitro.com/platform/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.
