> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/textual/textual-install-administer/deploying-a-self-hosted-instance.md).

# Deploying a self-hosted instance

The Tonic Textual images are stored on [Quay.io](http://quay.io/). During onboarding, Tonic.ai provides you with credentials to access the image repository.  If you require new credentials, or you experience issues accessing the repository, contact <support@tonic.ai>.

You can deploy Textual using either Kubernetes or Docker.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>System requirements</strong></td><td>System requirements to deploy a self-hosted Textual instance.</td><td></td><td><a href="/pages/tvLFVjycNJfjRRhnOm7W">/pages/tvLFVjycNJfjRRhnOm7W</a></td></tr><tr><td><strong>Deploy on Docker</strong></td><td>How to use Docker Compose to deploy a self-hosted Textual instance on Docker.</td><td></td><td><a href="/pages/UYMMsbwmWdU8eXw7ISC7">/pages/UYMMsbwmWdU8eXw7ISC7</a></td></tr><tr><td><strong>Deploy on Kubernetes</strong></td><td>How to use Helm to deploy a self-hosted Textual instance on Kubernetes.</td><td></td><td><a href="/pages/s474qzMvtQEMy1h69GwQ">/pages/s474qzMvtQEMy1h69GwQ</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/textual/textual-install-administer/deploying-a-self-hosted-instance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
