# Device Setup

### Xcode Setup for iOS Simulators&#x20;

Steps:

1. Install Xcode.
2. Launch a simulator.
3. Drizz auto-detects available devices.

Xcode Setup Guide: [Documentation](https://developer.apple.com/documentation/safari-developer-tools/installing-xcode-and-simulators)

### Android Studio Setup for Android emulators

1. Install Android Studio.
2. Launch Device.
3. Drizz auto-detects available devices.

Android Studio Setup Guide: [Documentation](https://developer.android.com/studio/install)

### M-Web

Supported browsers:

* All browsers across Android and iOS

Requirement:

* The browser must be installed/downloaded on the connected device.<br>

### M-Web Applications

Procedure:

1. Open browser using OPEN\_APP: \<package name of browser> command
2. Enter the target URL in search bar
3. Drizz opens the site inside the device browser.<br>


---

# 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.drizz.dev/getting-started/drizz-desktop-app/drizz-desktop-app-setup/device-setup.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.
