# Environment configuration

- [Configure the OS](https://docs.maestro.dev/maestro-cloud/environment-configuration/configure-the-os.md): Set OS versions and device models for Maestro Cloud tests using the \`--device-os\` and \`--device-model\` flags.
- [App locales and device timezones](https://docs.maestro.dev/maestro-cloud/environment-configuration/app-locales-and-device-timezones.md): Configure app locales and understand default device timezones in Maestro Cloud to test internationalization and time-dependent features.


---

# Agent Instructions: 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.maestro.dev/maestro-cloud/environment-configuration.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.
