# Product Docs

## Documentation

- [Welcome](https://gitbook-templates.gitbook.io/product-docs/welcome.md): Everything you need to build, deploy, and manage your projects on the platform.
- [Getting started](https://gitbook-templates.gitbook.io/product-docs/getting-started/getting-started.md): Set up your account and ship your first project in minutes.
- [Quickstart](https://gitbook-templates.gitbook.io/product-docs/getting-started/quickstart.md): Go from sign-up to your first deploy in under five minutes.
- [Your first project](https://gitbook-templates.gitbook.io/product-docs/getting-started/your-first-project.md): A guided walkthrough that takes you from an empty workspace to a configured, deployed project.
- [Core concepts](https://gitbook-templates.gitbook.io/product-docs/core-concepts/core-concepts.md): Understand workspaces, projects, and how permissions work across the platform.
- [Workspaces and projects](https://gitbook-templates.gitbook.io/product-docs/core-concepts/workspaces-and-projects.md): How workspaces and projects fit together, and when to create which.
- [Permissions](https://gitbook-templates.gitbook.io/product-docs/core-concepts/permissions.md): Roles, permissions, and how access flows from workspace to project.
- [Guides](https://gitbook-templates.gitbook.io/product-docs/guides/guides.md)
- [Custom domains](https://gitbook-templates.gitbook.io/product-docs/guides/custom-domains.md): Replace your auto-generated subdomain with your own domain, with automatic SSL.
- [Automations](https://gitbook-templates.gitbook.io/product-docs/guides/automations.md): React to deploys, comments, and external events with workflows that run on the platform.
- [Reference](https://gitbook-templates.gitbook.io/product-docs/reference/reference.md)
- [Configuration](https://gitbook-templates.gitbook.io/product-docs/reference/configuration.md)
- [Glossary](https://gitbook-templates.gitbook.io/product-docs/reference/glossary.md): Definitions of terms you'll encounter in the docs and dashboard.


---

# 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://gitbook-templates.gitbook.io/product-docs/welcome.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.
