# Getting Started

We’ll take you through all you need to deploy your first Supra Move contract from scratch, all in four broad stages:

1. First, we will install docker and the Supra CLI.
2. Then we’ll complete the initial setup.
3. Then we’ll use the testnet faucet.
4. Finally, we’ll deploy your first Move contract on Supra.&#x20;

The Supra CLI includes easy commands for the Supra Move network that make it beginner friendly and easy to use. If you get stuck anywhere or face any issues, please reach out to us on [Discord](https://www.discord.gg/supralabs).

{% hint style="info" %}
For the latest RPC URL, please refer to the [Supra Network Information](/supra/network/move/network-information.md) page.
{% endhint %}

***

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><mark style="color:red;"><strong>0 | Introduction to Docker →</strong></mark></td><td></td><td><a href="/pages/yGq54PfSj64fJe8J72UF">/pages/yGq54PfSj64fJe8J72UF</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>1 | Setup the Supra CLI →</strong></mark></td><td></td><td><a href="/pages/kcTUZ1aLUMprm5ji2SoT">/pages/kcTUZ1aLUMprm5ji2SoT</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>2 | Create a Supra Account</strong></mark></td><td></td><td><a href="/pages/St6b49Zl6VAom6ZXXdko">/pages/St6b49Zl6VAom6ZXXdko</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>3 | Create a Move Package →</strong></mark></td><td></td><td><a href="/pages/aPHT4LTJDlr7BeOTiMb3">/pages/aPHT4LTJDlr7BeOTiMb3</a></td></tr><tr><td></td><td><mark style="color:red;"><strong>4 | Create a dApp with StarKey →</strong></mark></td><td></td><td><a href="/pages/3ID8SPZnsybArEANMsj0">/pages/3ID8SPZnsybArEANMsj0</a></td></tr></tbody></table>


---

# 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://supraoracles.gitbook.io/supra/network/move/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.
