> For the complete documentation index, see [llms.txt](https://supraoracles.gitbook.io/supra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supraoracles.gitbook.io/supra/network/move/getting-started.md).

# Getting Started

Want to build on the Supra Move blockchain? You've come to the right place!

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="/supra/network/move/getting-started/docker.md">Introduction to Docker</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="/supra/network/move/getting-started/supra-cli-with-docker.md">Setup Supra CLI</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="/supra/network/move/getting-started/create-a-supra-account.md">Create a Supra Account</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="/supra/network/move/getting-started/create-a-move-package.md">Create a Move Package</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="/supra/network/move/getting-started/your-first-dapp-with-starkey.md">Create a dApp with StarKey</a></td></tr></tbody></table>


---

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