# 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="deploying-a-self-hosted-instance/system-requirements">system-requirements</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="deploying-a-self-hosted-instance/deploying-with-docker-compose">deploying-with-docker-compose</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="deploying-a-self-hosted-instance/deploying-on-kubernetes-with-helm">deploying-on-kubernetes-with-helm</a></td></tr></tbody></table>


---

# 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.tonic.ai/textual/textual-install-administer/deploying-a-self-hosted-instance.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.
