> For the complete documentation index, see [llms.txt](https://docs.scaffold.ly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scaffold.ly/how-tos/infrastructure.md).

# Infrastructure

- [AWS](https://docs.scaffold.ly/how-tos/infrastructure/aws.md)
- [Finding Logs](https://docs.scaffold.ly/how-tos/infrastructure/aws/finding-logs.md)
- [Migrate Account Away from the Scaffoldly Organization](https://docs.scaffold.ly/how-tos/infrastructure/aws/migrate-account-away-from-the-scaffoldly-organization.md): This document details how to move an AWS account that was created by Scaffoldy to be a standalone root account or to migrate an account to a different AWS Organization
- [Terraform](https://docs.scaffold.ly/how-tos/infrastructure/terraform.md)
- [Custom Terraform](https://docs.scaffold.ly/how-tos/infrastructure/terraform/custom-terraform.md)
- [Deploying Changes](https://docs.scaffold.ly/how-tos/infrastructure/terraform/deploying-changes.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 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://docs.scaffold.ly/how-tos/infrastructure.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.
