> For the complete documentation index, see [llms.txt](https://help.clause9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clause9.com/files/how-to-files/creating-advanced-folders.md).

# Creating advanced folders

Aside from regular folders, advanced users also have access to special, advanced folders that serve to house files that are only relevant to them.&#x20;

If you hover over the <img src="/files/T6TJ8y5O0eJq3cWevfDS" alt="" data-size="line"> for a second, you will see the options available:

* A regular folder.
* A **concepts** folder (purple).
* **A snippets** folder (green)
* **A definitions** folder **(red).**&#x20;

Except for definition folders, these advanced folders will be hidden from normal users who do not create concepts and snippets and do not need to be aware of them so that they can focus on optimally searching and using clauses. Furthermore, these folders allow you to structure your files better by differentiating between different kinds of files.&#x20;

You can also manually assign a folder type to an existing folder by selecting it, clicking the <img src="/files/L8Od4u21gpr81Ib4R2tq" alt="" data-size="line"> icon, navigating to the **Folder** subsection and choosing the correct type from the dropdown menu under “folder type”.&#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://help.clause9.com/files/how-to-files/creating-advanced-folders.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.
