> For the complete documentation index, see [llms.txt](https://help.docupilot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.docupilot.app/folders-and-templates-management/manage-folders.md).

# Manage Folders

### Create a New folder

To create a new folder,

1. Navigate to Templates list page.
2. In the folder section, click the "**+**" button.
3. In the "New Folder" popup, enter your desired folder name.
4. Click "Save" to create the new folder.

<figure><img src="/files/8wc1GXKRPSt0VvI73fc9" alt=""><figcaption><p>Create a new folder</p></figcaption></figure>

### Rename a Folder

To rename a folder, click the **⋯** (ellipsis) button on the folder, select **Edit**, enter the new name in the pop-up, and click **Save**.

<figure><img src="/files/biRaUQTkrcoExhTRthcL" alt=""><figcaption><p>Rename a Folder</p></figcaption></figure>

### Delete a Folder

To delete a Folder, first, click the ⋯ ellipsis button situated beside the folder name you wish to delete. Then, click "**Delete**" button from the popup.

<figure><img src="/files/MQCLIJlR9MiJ01Oo5KXJ" alt=""><figcaption><p>Delete a folder</p></figcaption></figure>


---

# 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:

```
GET https://help.docupilot.app/folders-and-templates-management/manage-folders.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.
