# Step-by-step Tutorial

Before you begin you need to,

* [ ] Set up a decentralised wallet.

{% hint style="info" %}
You can use this tutorial from [Binance Academy](https://academy.binance.com/en/articles/how-to-use-metamask) to help you do this.&#x20;
{% endhint %}

* [ ] Connect to the Gnosis (xDai) chain.

{% hint style="info" %}
Here is a helpful tutorial from [Gnosis](https://developers.gnosischain.com/for-users/wallets/metamask/metamask-setup) to help.
{% endhint %}

* [ ] Fund the wallet

{% hint style="info" %}
If you don't have Ethereum get some! [Here's how.](https://ethereum.org/en/get-eth/)

If you already have Ethereum you can follow the [tutorial](https://jaredstauffer.medium.com/how-to-get-xdai-how-to-convert-dai-to-xdai-eth-dai-xdai-30a60e4b6641) here.
{% endhint %}

Now you can head over to the [Linguo page and get started. ](https://linguo.kleros.io/home)

Linguo currently runs the Gnosis (xDai) chain since gas fees are lower, so make sure you’ve connected to the Gnosis (xDai) chain before continuing with the rest of the tutorial.

Once you have everything set up, navigate to the home page and connect your wallet. You now have 3 options;

* [Request a translation.](/products/linguo/step-by-step-tutorial/requesting-translations.md)
* [Work as a translator](/products/linguo/step-by-step-tutorial/working-as-a-translator.md).
* [Review submitted translations.](/products/linguo/step-by-step-tutorial/reviewing-translations.md)


---

# 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.kleros.io/products/linguo/step-by-step-tutorial.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.
