# Enterprise Documentation

- [Self-Hosted Service](https://docs.tread.fi/enterprise/self-hosted-service.md)
- [On Premise Setup](https://docs.tread.fi/enterprise/self-hosted-service/on-premise-setup.md): Guidance of how to setup your All-In-One (AIO) instance.
- [Stable and Nightly Builds](https://docs.tread.fi/enterprise/self-hosted-service/on-premise-setup/stable-and-nightly-builds.md)
- [Hosting Recommendations](https://docs.tread.fi/enterprise/self-hosted-service/hosting-recommendations.md): Recommendations on hosting the app
- [AWS CDK](https://docs.tread.fi/enterprise/self-hosted-service/aws-cdk.md): Infrastructure as code for All-in-One setup. Have everything up and running in just a few minutes.
- [App Configurations](https://docs.tread.fi/enterprise/self-hosted-service/app-configurations.md)
- [Troubleshooting](https://docs.tread.fi/enterprise/self-hosted-service/troubleshooting.md)
- [Managed Service](https://docs.tread.fi/enterprise/managed-service.md)
- [Server Status](https://docs.tread.fi/enterprise/managed-service/server-status.md)
- [AWS CDK](https://docs.tread.fi/enterprise/managed-service/aws-cdk.md)
- [Superuser Management](https://docs.tread.fi/enterprise/superuser-management.md)
- [Version History](https://docs.tread.fi/enterprise/version-history.md): Refer to this table for the latest stable build numbers across all mission-critical repositories.


---

# 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.tread.fi/enterprise.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.
