# How to use

- [Files](https://docs.projectsend.org/about/how-to-use/files.md)
- [File types restrictions](https://docs.projectsend.org/about/how-to-use/files/file-types-restrictions.md)
- [Orphan files](https://docs.projectsend.org/about/how-to-use/files/orphan-files.md)
- [File size limits](https://docs.projectsend.org/about/how-to-use/files/file-size-limits.md)
- [Categories](https://docs.projectsend.org/about/how-to-use/files/categories.md)
- [Users and clients](https://docs.projectsend.org/about/how-to-use/users-and-clients.md)
- [Creating accounts](https://docs.projectsend.org/about/how-to-use/users-and-clients/creating-accounts.md)
- [Self registration](https://docs.projectsend.org/about/how-to-use/users-and-clients/self-registration.md)
- [Groups](https://docs.projectsend.org/about/how-to-use/groups.md)
- [Public files and groups](https://docs.projectsend.org/about/how-to-use/public-files-and-groups.md)
- [Templates](https://docs.projectsend.org/about/how-to-use/templates.md)
- [E-mail notifications](https://docs.projectsend.org/about/how-to-use/e-mail-notifications.md)
- [SMTP settings](https://docs.projectsend.org/about/how-to-use/e-mail-notifications/smtp-settings.md)
- [E-mail templates](https://docs.projectsend.org/about/how-to-use/e-mail-notifications/e-mail-templates.md)
- [Testing email settings](https://docs.projectsend.org/about/how-to-use/e-mail-notifications/testing-email-settings.md)
- [Actions log](https://docs.projectsend.org/about/how-to-use/actions-log.md)
- [Cron tasks](https://docs.projectsend.org/about/how-to-use/cron-tasks.md)
- [Custom CSS/JS/HTML](https://docs.projectsend.org/about/how-to-use/custom-css-js-html.md)
- [Using the assets manager](https://docs.projectsend.org/about/how-to-use/custom-css-js-html/using-the-assets-manager.md)
- [Using custom files](https://docs.projectsend.org/about/how-to-use/custom-css-js-html/using-custom-files.md)


---

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