> For the complete documentation index, see [llms.txt](https://docs.qubitro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qubitro.com/platform/project/settings.md).

# Settings

The Project Settings page allows you to update a project’s general details—such as its name, description, and tags—and provides access management tools if you meet the required plan or permission level.

### How to Access Project Settings

{% stepper %}
{% step %}
**Go to the Project Detail Page**

Locate and select the project you want to configure.
{% endstep %}

{% step %}
**Select the Settings Tab**

In the top navigation (next to Devices), click **Settings**.
{% endstep %}
{% endstepper %}

### General

{% hint style="warning" %}
Note: Some settings items (for example, Delete Project) may be disabled depending on your role within the project. If you require access to these features, please check your [permissions](/platform/project/roles-and-permissions.md) or contact your project administrator.
{% endhint %}

#### Project ID

Used when interacting with the Qubitro API (read-only).

#### Project Name

Rename your project for clarity.

#### Project Description

Provide context or goals for the project.

#### Tags

Organize and categorize your project for easier navigation and improve project search functionality.

{% hint style="warning" %}
If the tag limit is reached, you must remove an existing tag before adding a new one.
{% endhint %}

#### Created At

Displays the **exact date and time** when the project was created.

{% hint style="info" %}
The **Created At** date is displayed in the **time zone selected in your account settings**.
{% endhint %}

#### Delete Project

Permanently remove the project.&#x20;

{% hint style="danger" %}
Deleting a project is **irreversible** and will **permanently remove all data**, including **devices, time series data, blob data (if any), functions, and dashboards** linked to devices related to project. Any associated **resources like add-ons (e.g., storage views data)** will also be deleted.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.qubitro.com/platform/project/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
