> For the complete documentation index, see [llms.txt](https://participanthelp.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://participanthelp.dscout.com/getting-started/dscout-app/downloading-the-dscout-app.md).

# Downloading the Dscout app

Depending on your phone’s mobile device, you’ll have to navigate to the Google Play Store or the App Store to download the Dscout app. Choose the option that best describes you below:

### Android mobile devices

For Android devices, you can follow these steps to download the Dscout app:

1. Open the **Google Play Store app** on your mobile device.
2. Tap on the **magnifying glass icon** on the top right corner of your screen.
3. Type in the keyword D**scout** in the field.
4. Click the green **Install** button.

<img src="/files/b8a0bf4405123c60283765d44cb45e7357fba128" alt="" width="563">

Once the progress bar is at 100%, you’re all set! You can now open the app and [create your account](/account-settings/account-setup/create-a-scout-account.md)!

### iOS mobile devices

For Apple mobile devices, you can follow these steps to download the Dscout app:

1. Open the **App Store app** on your iPhone.
2. Click the **magnifying glass icon** on the bottom right corner of your screen.
3. Type the keyword D**scout** in the search field.
4. When you've found Dscout, click the **Get** button (or if you've previously installed the app, the button shaped like a cloud with an arrow pointing down).

<img src="/files/56c6946a72562171e1c06ef99fa52490f1e02ced" alt="" width="563">

Once the progress bar completes a full circle, you’re all set! You can now open the Dscout app, [create your account](/account-settings/account-setup/create-a-scout-account.md), and get started!


---

# 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://participanthelp.dscout.com/getting-started/dscout-app/downloading-the-dscout-app.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.
