# Targets

## Targets

- [Introduction](https://targets.takomo.io/master.md)
- [Directory structure](https://targets.takomo.io/configuration/directory-structure.md)
- [Deployment groups](https://targets.takomo.io/configuration/deployment-groups.md)
- [Deployment targets](https://targets.takomo.io/configuration/deployment-targets.md)
- [Config sets](https://targets.takomo.io/configuration/config-sets.md)
- [Variables](https://targets.takomo.io/configuration/variables.md)
- [Schemas](https://targets.takomo.io/configuration/schemas.md)
- [Target account](https://targets.takomo.io/configuration/target-account.md)
- [Labels](https://targets.takomo.io/configuration/labels.md)
- [Externalize targets configuration](https://targets.takomo.io/configuration/externalize-targets-configuration.md)
- [Deploying targets](https://targets.takomo.io/configuration/deploying-targets.md)
- [Bootstrapping targets](https://targets.takomo.io/configuration/bootstrapping-targets.md)
- [Deploy targets](https://targets.takomo.io/command-line-usage/deploy-targets.md)
- [Undeploy targets](https://targets.takomo.io/command-line-usage/undeploy-targets.md)
- [Bootstrap targets](https://targets.takomo.io/command-line-usage/bootstrap-targets.md)
- [Tear down targets](https://targets.takomo.io/command-line-usage/tear-down-targets.md)
- [Run targets](https://targets.takomo.io/command-line-usage/run-targets.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://targets.takomo.io/master.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.
