# Setup

## Setting Up Digia Studio

Before you begin building with Digia Studio, here’s how to get set up and start previewing your apps.

***

### What You'll Need

To use Digia Studio, you'll need:

* A web browser (we recommend Chrome)
* A Digia Studio account (sign up at [app.digia.tech](https://app.digia.tech/))
* A mobile device (iOS or Android) to preview your app
* The **Digia Preview App** installed from the App Store or Play Store (see below)

***

### Previewing Your App

To see your app in action during development, download the **Digia Preview App** on your phone.

#### Download for Android

[📲 Google Play Store](https://play.google.com/store/apps/details?id=com.digia.preview)

#### Download for iOS

[📲 Apple App Store](https://apps.apple.com/us/app/digia-preview/id6499570725)

Once installed:

1. Open the Digia Preview App.
2. Log in with your Digia Studio account.
3. Select the project and version you want to preview.
4. Start testing your app in real-time.

OR

If you want to run your Digia project inside your app read [SDK Integration Docs](/sdk-integration/sdk-integration.md).


---

# 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.digia.tech/quick-start-and-setup/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.
