# Management

- [Deployment](https://mariadb.com/docs/tools/mariadb-ai-rag/deployment/overview.md): Deploy MariaDB AI RAG as a Docker stack by downloading the compose file and config template, setting a license key and model credentials, then launching with docker compose up.
- [Network and Firewall Requirements](https://mariadb.com/docs/tools/mariadb-ai-rag/deployment/network-and-firewall-requirements.md): MariaDB AI RAG network requirements specify inbound TCP ports for the REST API and MCP server, outbound HTTPS to AI providers and the licensing server, and optional Ollama port access.
- [Architecture](https://mariadb.com/docs/tools/mariadb-ai-rag/deployment/architecture.md): MariaDB AI RAG deploys as a multi-container Docker stack where a FastAPI gateway, Redis queue, Celery workers, and a Docling Ray service handle ingestion, search, and generation.
- [Troubleshooting Guide](https://mariadb.com/docs/tools/mariadb-ai-rag/deployment/troubleshooting-guide.md): MariaDB AI RAG troubleshooting guide diagnoses startup failures from invalid license keys, port conflicts, database timeouts, stuck pending documents, and Docling Ray extraction errors.


---

# 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://mariadb.com/docs/tools/mariadb-ai-rag/deployment.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.
