# Deployment

- [Prerequisites](https://intuitem.gitbook.io/ciso-assistant/deployment/prerequisites.md)
- [Local](https://intuitem.gitbook.io/ciso-assistant/deployment/local.md): Basic setup for local deployment and experimentation
- [Docker rootless configuration](https://intuitem.gitbook.io/ciso-assistant/deployment/docker-rootless-configuration.md): Deployment documentation for rootless containers
- [Remote/Virtualization](https://intuitem.gitbook.io/ciso-assistant/deployment/remote-virtualization.md): Experimenting CISO Assistant through remote server or hypervisor
- [Deploy on a VPS](https://intuitem.gitbook.io/ciso-assistant/deployment/deploy-on-a-vps.md): Virtual Private Server - Remote internet-facing VM
- [Custom certificates](https://intuitem.gitbook.io/ciso-assistant/deployment/custom-certificates.md): How to add custom certificates for your remote installation
- [Managing Secrets](https://intuitem.gitbook.io/ciso-assistant/deployment/managing-secrets.md): This guide covers how to keep sensitive configuration (database credentials, mailer passwords, API keys) out of your docker-compose.yml.
- [Frequent questions](https://intuitem.gitbook.io/ciso-assistant/deployment/frequent-questions.md)
- [Setting up S3](https://intuitem.gitbook.io/ciso-assistant/deployment/setting-up-s3.md): How to connect your S3 block storage for your installation
- [Setting up mailer](https://intuitem.gitbook.io/ciso-assistant/deployment/setting-up-mailer.md): CISO Assistant uses SMTP to send transactional emails (password reset, superuser creation, notifications). This page covers configuration and the TLS specifics introduced in 3.16.
- [Updating your local instance](https://intuitem.gitbook.io/ciso-assistant/deployment/updating-your-local-instance.md): How to update your local instance. All docker images are available on ghcr with the specific versions matching the repo tags. The latest tag points to the most recent release for both back and front.
- [Helm Chart](https://intuitem.gitbook.io/ciso-assistant/deployment/helm-chart.md): instructions for Kubernetes installation with Helm Chart
- [Special cases](https://intuitem.gitbook.io/ciso-assistant/deployment/special-cases.md): Tips and tricks regarding specific cases
- [Upgrading a library](https://intuitem.gitbook.io/ciso-assistant/deployment/upgrading-a-library.md): getting the incremental updates of your framework, matrix or catalog
- [Windows](https://intuitem.gitbook.io/ciso-assistant/deployment/windows.md): Draft


---

# 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://intuitem.gitbook.io/ciso-assistant/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.
