# Document Lists

Appstent Content Views are represented as JSON documents.  These documents are shown as a list on the side panel of the Appstent Authoring Mac App.

<figure><img src="/files/TBAhfH4edfQymmKsuWNS" alt=""><figcaption><p>Appstent Authoring App with Documents List highlighted</p></figcaption></figure>

As shown above the Documents List is in the left side bar and can be shown/hidden by pressing the ![sidebar left](/files/tauo6CJ9H1xGNGdFx3bX) toolbar button.

#### Document List Organization

The document List shows documents that can be at the top level, or inside a group.  A group can be created by providing a group name and a slash "/" before the document name when saving the document.

A document can be moved out to a different group by saving without the group name or using a different group name in its name/path.

&#x20;


---

# 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://appversation.gitbook.io/appstent/authoring-tool/document-lists.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.
