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

# Deploy Syntho

- [Deployment overview](https://docs.syntho.ai/deploy-syntho/introduction.md)
- [Docker Compose](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-docker.md)
- [Prerequisites](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-docker/prerequisites.md)
- [Back up PostgreSQL](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-docker/back-up-postgresql.md)
- [Upgrade](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-docker/upgrade.md)
- [Operations](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-docker/operations.md)
- [Troubleshooting](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-docker/troubleshooting.md)
- [Kubernetes (Helm)](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-kubernetes.md)
- [Prerequisites](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-kubernetes/prerequisites.md)
- [Back up PostgreSQL](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-kubernetes/back-up-postgresql.md)
- [Upgrade](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-kubernetes/upgrade.md)
- [Operations](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-kubernetes/operations.md)
- [Troubleshooting](https://docs.syntho.ai/deploy-syntho/deploy-syntho-using-kubernetes/troubleshooting.md)
- [Manage users and access](https://docs.syntho.ai/deploy-syntho/manage-users-and-access.md)
- [Single Sign-On (SSO) in Azure](https://docs.syntho.ai/deploy-syntho/manage-users-and-access/single-sign-on-sso-in-azure.md)
- [Manage admin users](https://docs.syntho.ai/deploy-syntho/manage-users-and-access/manage-admin-users.md)
- [Manage non-admin users](https://docs.syntho.ai/deploy-syntho/manage-users-and-access/manage-non-admin-users.md)
- [Logs and monitoring](https://docs.syntho.ai/deploy-syntho/logs-and-monitoring.md)
- [Does Syntho collect any data?](https://docs.syntho.ai/deploy-syntho/logs-and-monitoring/does-syntho-collect-any-data.md)
- [Temporary data storage by application](https://docs.syntho.ai/deploy-syntho/logs-and-monitoring/temporary-data-storage-by-application.md)
- [Application settings](https://docs.syntho.ai/deploy-syntho/application-settings.md): Application-specific settings for each Syntho module that are not covered elsewhere in the documentation.


---

# 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.syntho.ai/deploy-syntho.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.
