> For the complete documentation index, see [llms.txt](https://docs.flipabit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flipabit.dev/getting-started/run-on-device.md).

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