# MOVE Dashboard

The MOVE Dashboard at [https://dashboard.movesdk.com](https://dashboard.movesdk.com/) is (a) the console where you can set up and configure your MOVE projects, and (b) the initial place for inspecting and troubleshooting your MOVE apps.&#x20;

If you already created your project in the MOVE Dashboard, and obtained a product ID and API key, you can skip this chapter and explore first steps for [Android](/move-platform/sdk/getting-started/android.md), [iOS](/move-platform/sdk/getting-started/ios.md), [React](/move-platform/sdk/getting-started/react-native.md) and [Flutter](/move-platform/sdk/getting-started/flutter.md).

## Registration and first project

On first opening the page, please register and enter your details. Note that your first couple of users are free, so you can experiment with the MOVE SDK.

After your first login, you will see a pretty empty space. You can create your first MOVE project, using the <img src="/files/QWgR34p1klDnS9KzFPZy" alt="" data-size="line"> in the bottom of the navigation bar. If you created multiple projects, you can select your project in the drop-down list in the top of the navigation bar.

* **key** - copy the key from here
* **name** - you can set this to whatever roles or rights segmentation you like to use in your systems; not relevant for MOVE
* **write-only** - two different key types are available: write only (write-only=true; for all SDK functions that send and process data), and read-write (write-only=false; for all SDK functions / APIs you may use for reading data)


---

# 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/sdk/getting-started/move-dashboard.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.
