# Getting set up

<details>

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

[How to use a Faucet](/overview/main-functionality/how-to-use-a-faucet.md)

</details>

<details>

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

[How to use HardHat with Presto](/overview/features-for-developers/how-to-use-hardhat-with-presto.md)

</details>

<details>

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

[How To Deploy A Smart Contract](/overview/features-for-developers/how-to-deploy-a-smart-contract.md)

</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](/overview/main-functionality/how-to-use-a-bridge.md)

</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.
