> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/create-and-publish/create-a-node/add-components/folder.md).

# Folder

You can add folders with content from your desktop (see [Add Components](/create-and-publish/create-a-node/add-components.md#drag-and-drop) & [Add Components](/create-and-publish/create-a-node/add-components.md#upload-from-desktop)). Alternatively, to help structure your files you can create Folders within the Node Drive environment yourself.&#x20;

* Open the [Node Drive Panel](/general-user-overview/node-workspace/node-drive-panel.md) panel in your [Node Workspace](/general-user-overview/node-workspace.md),&#x20;
* open the Drive tab, and&#x20;
* click the '+' situated on the right of the 'FILES' navigation title.&#x20;
* From the mini-fold-down-menu choose 'New Folder'.&#x20;
* Give the folder the name you want.&#x20;

<figure><img src="/files/Kcyb9hwPFD9533qlP87a" alt="" width="188"><figcaption><p>Adding a folder in the Drive Panel</p></figcaption></figure>

You can later change the name by clicking on the name of the folder, or by opening the side menu by clicking on the three dots '...' next to the folder name and click 'Rename'.&#x20;

For further guidance on this, also see [Renaming components](/create-and-publish/create-a-node/organise-access-and-present/component-presentation/renaming-components.md).&#x20;


---

# 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.desci.com/create-and-publish/create-a-node/add-components/folder.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.
