> For the complete documentation index, see [llms.txt](https://manual.madewithframes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.madewithframes.com/how-it-works/layouts.md).

# Layouts

Think of layouts as fully designed responsive pages. All you need to do is add your copy (text), images, colours and icons etc. and you have yourself a responsive page in no time at all.

You can build layouts yourself, by stacking sections or you can conveniently use fully completed layouts that the Frames team has designed.

**Layouts will be released in November 2021.**


---

# 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://manual.madewithframes.com/how-it-works/layouts.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.
