> For the complete documentation index, see [llms.txt](https://docs.maestro.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maestro.dev/extra-materials/readme.md).

# Resources overview

The Resources section contains troubleshooting guides, community links, and reference materials for Maestro. Use it when you need to debug issues, report bugs, or find articles, projects, and case studies from the community.

### Troubleshooting

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Known issues</strong></td><td>Known limitations and workarounds when debugging Maestro tests, grouped by cross-platform, Android, and iOS.</td><td><a href="/pages/3YuvLYFJ0ObzYbGVs09a">/pages/3YuvLYFJ0ObzYbGVs09a</a></td></tr><tr><td><strong>FAQ</strong></td><td>Common questions: parameters, assertions, YAML gotchas, cloud behavior, and how to organize your tests.</td><td><a href="/pages/ig0EY6mcvmz1jnqhKZWD">/pages/ig0EY6mcvmz1jnqhKZWD</a></td></tr><tr><td><strong>Bug report</strong></td><td>How to report a bug in Maestro and attach context</td><td><a href="/pages/48kBr1ejRYcNM4bbgWl3">/pages/48kBr1ejRYcNM4bbgWl3</a></td></tr></tbody></table>

### Community

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Community projects</strong></td><td>Maestro repository, Slack, awesome list, and community-built projects and integrations.</td><td><a href="/pages/DlkzL5O0WJX77R2QnWF4">/pages/DlkzL5O0WJX77R2QnWF4</a></td></tr><tr><td><strong>Articles</strong></td><td>Articles, blog posts, and tutorials about Maestro from the community and the Maestro team.</td><td><a href="/pages/1QHDegQRkO1BKEg341mL">/pages/1QHDegQRkO1BKEg341mL</a></td></tr><tr><td><strong>Showcase</strong></td><td>Case studies and examples of teams and apps using Maestro.</td><td><a href="/pages/ONBmKZIrglKc4g8863cw">/pages/ONBmKZIrglKc4g8863cw</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.maestro.dev/extra-materials/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
