> 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/sts/advanced.md).

# Advanced Topics

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

```
GET https://docs.portainer.io/sts/advanced.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.
