# Getting set up

<details>

<summary>Step 1: Receive funds from the faucet</summary>

[how-to-use-a-faucet](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-faucet "mention")

</details>

<details>

<summary>Step 2: Use hardhat configuration</summary>

[how-to-use-hardhat-with-presto](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-use-hardhat-with-presto "mention")

</details>

<details>

<summary>Step 3: Deploy your own token</summary>

[how-to-deploy-a-smart-contract](https://docs-presto.gateway.fm/overview/features-for-developers/how-to-deploy-a-smart-contract "mention")

</details>

<details>

<summary>Step 4: Use new rollup in the web application or your backend</summary>

</details>

<details>

<summary>Step 5: (optionally) Bridge funds from the rootchain</summary>

[how-to-use-a-bridge](https://docs-presto.gateway.fm/overview/main-functionality/how-to-use-a-bridge "mention")

</details>

{% embed url="<https://youtu.be/rKci4nyPC4w>" %}
Build your own layer2 chain
{% endembed %}


---

# 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-presto.gateway.fm/fundamentals/getting-set-up.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.
