# One-Click Docs

## One-Click Docs

- [Getting Started](https://docs.one-click.dev/readme.md): This getting started guide is meant to get you up and running with One-Click as fast as possible.
- [Platform Installation](https://docs.one-click.dev/readme/platform-installation.md)
- [Pocketbase](https://docs.one-click.dev/platform/pocketbase.md)
- [Projects](https://docs.one-click.dev/platform/projects.md)
- [Blueprints](https://docs.one-click.dev/platform/blueprints.md)
- [Deployments](https://docs.one-click.dev/platform/deployments.md)
- [Map](https://docs.one-click.dev/platform/map.md)
- [Rollouts](https://docs.one-click.dev/platform/rollouts.md)
- [Image](https://docs.one-click.dev/platform/image.md)
- [Scale](https://docs.one-click.dev/platform/scale.md)
- [Network](https://docs.one-click.dev/platform/network.md)
- [Volumes](https://docs.one-click.dev/platform/volumes.md)
- [Envs & Secrets](https://docs.one-click.dev/platform/envs-and-secrets.md)
- [Architecture](https://docs.one-click.dev/operator-manual/architecture.md)
- [Setup Guide](https://docs.one-click.dev/operator-manual/setup-guide.md)
- [CRD](https://docs.one-click.dev/operator-manual/crd.md)
- [Examples](https://docs.one-click.dev/additional-resources/examples.md)
- [Prebuilt Applications](https://docs.one-click.dev/additional-resources/examples/prebuilt-applications.md)
- [Builds](https://docs.one-click.dev/additional-resources/examples/builds.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.one-click.dev/readme.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.
