> For the complete documentation index, see [llms.txt](https://docs.projectsend.org/about/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectsend.org/about/how-to-use/templates.md).

# Templates

There are 3 included templates you can select to determine how your clients view their files list.

Templates are also easy to create, so you can make your own if you want to.

Each template can currently set:

* The private files list
* The public files repository
* The public file landing page

More parts will be made editable in the future.

Current included templates:

<div><figure><img src="/files/J9OoHwJlJIvVNinm4Buu" alt=""><figcaption><p>Pinboxes, inspired by Pinterest</p></figcaption></figure> <figure><img src="/files/34aZWQLhHNxoAw6HPrZe" alt=""><figcaption><p>Gallery theme, only shows image files</p></figcaption></figure> <figure><img src="/files/klNULwk2iBieruMo2pN3" alt=""><figcaption><p>Default, same style as the rest of the app</p></figcaption></figure></div>


---

# 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://docs.projectsend.org/about/how-to-use/templates.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.
