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

# Self-Hosting

- [SaaS vs Self-Host](https://docs.reacher.email/self-hosting/saas-vs-self-host.md)
- [Install Reacher in 20min](https://docs.reacher.email/self-hosting/install.md)
- [Scaling for Production](https://docs.reacher.email/self-hosting/scaling-for-production.md)
- [Manage scaling yourself](https://docs.reacher.email/self-hosting/scaling-for-production/option-1-manage-scaling-yourself.md)
- [Option 1: RabbitMQ-based Queue Architecture](https://docs.reacher.email/self-hosting/scaling-for-production/option-2-rabbitmq-based-queue-architecture.md)
- [Licensing](https://docs.reacher.email/self-hosting/licensing.md): Is Reacher open-source? Does it mean it's free? When should you pay for a Commercial License?
- [Commercial License Trial](https://docs.reacher.email/self-hosting/licensing/commercial-license-trial.md)
- [Proxies](https://docs.reacher.email/self-hosting/proxies.md)
- [Multiple Proxies](https://docs.reacher.email/self-hosting/proxies/multiple-proxies.md)
- [Reacher Configuration](https://docs.reacher.email/self-hosting/reacher-configuration-v0.10.md)
- [Debugging Reacher](https://docs.reacher.email/self-hosting/debugging-reacher.md)


---

# 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.reacher.email/self-hosting.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.
