# Getting Started

Your shortcut through the MOVE platform into a runnable app is:

1. register and create a project in the [MOVE Dashboard](https://dashboard.movesdk.com/)
2. obtain the productId and API key from the [configuration page](#configuration-add-move-features) of your new MOVE project
3. clone the code sample app ([Android](/move-platform/move-sdk-1.x/sdk/getting-started/android.md) and [iOS](/move-platform/move-sdk-1.x/sdk/getting-started/ios-1.md)), adapt the productId and API key to your project
4. install the app on your mobile phone, take the phone everywhere you go for a couple of days
5. check the results in the [MOVE timeline](#timeline-explore-user-contracts)

{% hint style="info" %}
You can check out our sample app on [Bitbucket](https://bitbucket.org/dolphin-technologies/workspace/projects/MS)!&#x20;

With your product id and API key you can get this up and running in merely a few minutes.
{% endhint %}

{% hint style="warning" %}
After installing and running MOVE on your mobile phone, make sure that the OS allows MOVE to operate:

* all [permissions](/move-platform/move-sdk-1.x/sdk/models/movestate.md) are given
* for Android: all battery settings are set to allow MOVE to work in the background
* check in the [timeline of the MOVE Dashboard,](#timeline-explore-user-contracts) whether there is a basic connection, by searching for your contract ID (defined in the registration after installing on the phone)
* take the phone everywhere you go for a couple of days\
  (MOVE needs some minimum activity outdoors before it starts recording, so you have to actually walk, make a car trip, take the subway, or do whatever MOVE feature you are interested in for 5 minutes or longer)
  {% endhint %}


---

# 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.movesdk.com/move-platform/move-sdk-1.x/sdk/getting-started.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.
