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

# Advanced Topics

- [Manage Portainer using Terraform](https://docs.portainer.io/advanced/manage-portainer-using-terraform.md)
- [CLI configuration options](https://docs.portainer.io/advanced/cli.md)
- [App templates](https://docs.portainer.io/advanced/app-templates.md)
- [Build and host your own app templates](https://docs.portainer.io/advanced/app-templates/build.md)
- [App template JSON format](https://docs.portainer.io/advanced/app-templates/format.md)
- [The Portainer Edge Agent](https://docs.portainer.io/advanced/edge-agent.md)
- [Access control](https://docs.portainer.io/advanced/access-control.md)
- [Reset the admin user's password](https://docs.portainer.io/advanced/reset-admin.md)
- [Security and compliance](https://docs.portainer.io/advanced/security.md)
- [Encrypting the Portainer database](https://docs.portainer.io/advanced/db-encryption.md)
- [Using your own SSL certificate with Portainer](https://docs.portainer.io/advanced/ssl.md)
- [Using mTLS with Portainer](https://docs.portainer.io/advanced/mtls.md)
- [Stream auth and activity logs to an external provider](https://docs.portainer.io/advanced/siem.md)
- [Using Portainer with reverse proxies](https://docs.portainer.io/advanced/reverse-proxy.md)
- [Deploying Portainer behind Traefik Proxy](https://docs.portainer.io/advanced/reverse-proxy/traefik.md)
- [Deploying Portainer behind nginx reverse proxy](https://docs.portainer.io/advanced/reverse-proxy/nginx.md)
- [How Relative Path Support works in Portainer](https://docs.portainer.io/advanced/relative-paths.md)
- [Helm chart configuration options](https://docs.portainer.io/advanced/helm-chart-configuration-options.md)
- [Docker roles and permissions](https://docs.portainer.io/advanced/docker-roles-and-permissions.md)
- [Kubernetes roles and bindings](https://docs.portainer.io/advanced/kubernetes-roles-and-bindings.md)
- [Deprecated and removed features](https://docs.portainer.io/advanced/deprecated.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.portainer.io/advanced.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.
