# Takomo

## Takomo

- [What is Takomo?](https://docs.takomo.io/master.md)
- [Installation](https://docs.takomo.io/getting-started/installation.md)
- [Quick start](https://docs.takomo.io/getting-started/quick-start.md)
- [Tutorial](https://docs.takomo.io/getting-started/tutorial.md)
- [AWS credentials](https://docs.takomo.io/configuration/aws-credentials.md)
- [Directory structure](https://docs.takomo.io/configuration/directory-structure.md)
- [Stacks and stack groups](https://docs.takomo.io/configuration/stacks-and-stack-groups.md)
- [Project configuration](https://docs.takomo.io/configuration/project-configuration.md)
- [Name](https://docs.takomo.io/stack-properties/name.md)
- [Regions](https://docs.takomo.io/stack-properties/regions.md)
- [Template](https://docs.takomo.io/stack-properties/template.md)
- [Template bucket](https://docs.takomo.io/stack-properties/template-bucket.md)
- [Command role](https://docs.takomo.io/stack-properties/command-role.md)
- [Account ids](https://docs.takomo.io/stack-properties/account-ids.md)
- [Depends](https://docs.takomo.io/stack-properties/depends.md)
- [Parameters](https://docs.takomo.io/stack-properties/parameters.md)
- [Tags](https://docs.takomo.io/stack-properties/tags.md)
- [Inherit tags](https://docs.takomo.io/stack-properties/inherit-tags.md)
- [Termination protection](https://docs.takomo.io/stack-properties/termination-protection.md)
- [Timeout](https://docs.takomo.io/stack-properties/timeout.md)
- [Capabilities](https://docs.takomo.io/stack-properties/capabilities.md)
- [Stack policy](https://docs.takomo.io/stack-properties/stack-policy.md)
- [Ignore](https://docs.takomo.io/stack-properties/ignore.md)
- [Obsolete](https://docs.takomo.io/stack-properties/obsolete.md)
- [Hooks](https://docs.takomo.io/stack-properties/hooks.md)
- [Data](https://docs.takomo.io/stack-properties/data.md)
- [Schemas](https://docs.takomo.io/stack-properties/schemas.md)
- [Introduction](https://docs.takomo.io/variables/introduction.md)
- [Handlebars syntax](https://docs.takomo.io/variables/handlebars-syntax.md)
- [Environment variables](https://docs.takomo.io/variables/environment-variables.md)
- [Command-line variables](https://docs.takomo.io/variables/command-line-variables.md)
- [Partials](https://docs.takomo.io/variables/partials.md)
- [Helpers](https://docs.takomo.io/variables/helpers.md)
- [Available variables](https://docs.takomo.io/variables/available-variables.md)
- [Built-in parameter resolvers](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers.md)
- [Stack output resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/stack-output-resolver.md)
- [External stack output resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/external-stack-output-resolver.md)
- [Command resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/command-resolver.md)
- [File contents resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/file-contents-resolver.md)
- [Hook output resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/hook-output-resolver.md)
- [SSM parameter resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/ssm-parameter-resolver.md)
- [Secret resolver](https://docs.takomo.io/parameter-resolvers/built-in-parameter-resolvers/secret-resolver.md)
- [Custom parameter resolvers](https://docs.takomo.io/parameter-resolvers/custom-parameter-resolvers.md)
- [Built-in hooks](https://docs.takomo.io/hooks/built-in-hooks.md)
- [Custom hooks](https://docs.takomo.io/hooks/custom-hooks.md)
- [Sharing data between hooks](https://docs.takomo.io/hooks/sharing-data-between-hooks.md)
- [Custom validation schemas](https://docs.takomo.io/validation-schemas/custom-validation-schemas.md)
- [Common options](https://docs.takomo.io/command-line-usage/common-options.md)
- [Deploy stacks](https://docs.takomo.io/command-line-usage/deploy-stacks.md)
- [Undeploy stacks](https://docs.takomo.io/command-line-usage/undeploy-stacks.md)
- [Prune stacks](https://docs.takomo.io/command-line-usage/prune-stacks.md)
- [List stacks](https://docs.takomo.io/command-line-usage/list-stacks.md)
- [Detect drift](https://docs.takomo.io/command-line-usage/detect-drift.md)
- [Generate IAM policies](https://docs.takomo.io/command-line-usage/generate-iam-policies.md)
- [Inspect stack configuration](https://docs.takomo.io/command-line-usage/inspect-stack-configuration.md)
- [Inspect stack dependencies](https://docs.takomo.io/command-line-usage/inspect-stack-dependencies.md)
- [Getting help](https://docs.takomo.io/support/getting-help.md)
- [Troubleshooting](https://docs.takomo.io/support/troubleshooting.md)
- [Change log](https://docs.takomo.io/development/change-log.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.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.
