# Run on device

In Workspace your project always look like on the device. With the Flipabit App you can interact with your projects on real devices.

Upload the project from Flipabit as follows:

1. Select File > Export > Export to mobile in the main menu
2. Click Create project.
3. Enter project title in the Name field and click Create project
4. Click Edit and select Project file to the right of the project title
5. Click Upload to upload the project to server

![](/files/-MIxukONy2FHtPxBN5wi)

Set up your device as follows:

1. Install and launch Flipabit App:
   * [Google Play](https://play.google.com/store/apps/details?id=dev.flipabit.companion)
   * App Store
     1. Install [TestFlight App](https://itunes.apple.com/us/app/testflight/id899247664?mt=8)
     2. Then install [Companion App](https://testflight.apple.com/join/ruyYHU5E)
2. Open My Projects and Log in
3. Press Open to the right of the project title

**Note:** to reload the list of your projects press the menu icon at the top left and when press Reload.

![](/files/-MIxyRGqlehUvUN9josD)


---

# 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.flipabit.dev/getting-started/run-on-device.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.
