> 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/community/articles.md).

# Articles

### Getting Started

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Introducing: Maestro — Painless Mobile UI Automation</strong></td><td><a href="https://maestro.dev/_astro/1_e4Mc9JjENgJiwud4bbQK8w.ghm0DiQL_1bmBGc.webp">https://maestro.dev/_astro/1_e4Mc9JjENgJiwud4bbQK8w.ghm0DiQL_1bmBGc.webp</a></td><td><a href="https://maestro.dev/blog/introducing-maestro-painless-mobile-ui-automation">https://maestro.dev/blog/introducing-maestro-painless-mobile-ui-automation</a></td></tr><tr><td><strong>Getting started with Maestro: The new mobile UI testing framework from Mobile.dev</strong></td><td><a href="https://cdn.prod.website-files.com/5db35de024bb988f5fb4e168/661683f92cf85a792979764c_6391aeaf70a72b763d27cfe7_Getting%2520started%2520with%2520Maestro%2520-%2520the%2520mobile%2520UI%2520testing%2520framework.png">https://cdn.prod.website-files.com/5db35de024bb988f5fb4e168/661683f92cf85a792979764c_6391aeaf70a72b763d27cfe7_Getting%2520started%2520with%2520Maestro%2520-%2520the%2520mobile%2520UI%2520testing%2520framework.png</a></td><td><a href="https://bitrise.io/blog/post/getting-started-with-maestro-the-new-mobile-ui-testing-framework-from-mobile-dev">https://bitrise.io/blog/post/getting-started-with-maestro-the-new-mobile-ui-testing-framework-from-mobile-dev</a></td></tr></tbody></table>

### Best Practices

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Best Practices for Cross-platform Maestro UI Testing for Android and iOS</strong></td><td><a href="https://maestro.dev/_astro/1_4vpsEsYQ3ENf_g4FSWtbyQ.smpUjzAU_EwKHm.webp">https://maestro.dev/_astro/1_4vpsEsYQ3ENf_g4FSWtbyQ.smpUjzAU_EwKHm.webp</a></td><td><a href="https://maestro.dev/blog/best-practices-for-cross-platform-maestro-ui-testing-for-android-and-ios">https://maestro.dev/blog/best-practices-for-cross-platform-maestro-ui-testing-for-android-and-ios</a></td></tr></tbody></table>

### React Native

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Streamline Your React Native Testing with Maestro</strong></td><td><a href="https://viniciuspetrachin.medium.com/streamline-your-react-native-testing-with-maestro-bc279586125f">https://viniciuspetrachin.medium.com/streamline-your-react-native-testing-with-maestro-bc279586125f</a></td><td><a href="https://miro.medium.com/1*AjesIvV-kkwk6LLvNf1t4A.png">https://miro.medium.com/1*AjesIvV-kkwk6LLvNf1t4A.png</a></td></tr><tr><td><strong>End-to-End Testing in React Native with Maestro: Handling Test Data</strong></td><td><a href="https://medium.com/@paradiesvogel7/end-to-end-testing-in-react-native-with-maestro-handling-test-data-1a382b34bfc6">https://medium.com/@paradiesvogel7/end-to-end-testing-in-react-native-with-maestro-handling-test-data-1a382b34bfc6</a></td><td><a href="https://miro.medium.com/v2/resize:fit:720/format:webp/1*1qbvrUSoO-kqyI9G3pntBg.png">https://miro.medium.com/v2/resize:fit:720/format:webp/1*1qbvrUSoO-kqyI9G3pntBg.png</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/community/articles.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.
