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

# Get started

{% hint style="info" %}
First of all, the FMS platform works with web3 technology, not like any social platform, which means you don't need an email or password to use it, and you don't need any personal data either. All you need is an empty web3 wallet to use to create an account and log in, so without it, you won't be able to access any of the platform services, if you are new and don't know how to do it, don't worry, we will help you step by step so you can do it, It's very easy.

Why is the wallet empty? It is your choice, but for you to know that no transactions are made through your wallet for any activity, all transactions are done off-chain.

{% endhint %}

### Wallet installation

To be able to join the FMS community and start the activity, you must have a Web3 wallet

We recommend the Metamask Wallet, download it directly from the official website: [Download ](https://metamask.io/download/)

it works with many browsers (Chrome, Firefox, Brave, Edge, Opera)&#x20;

and mobile applications as well (Android & iOS), [learn more](https://metamask.io/faqs/)

{% embed url="<https://youtu.be/GNPz-Dv5BjM>" %}


---

# 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://fmtlol.gitbook.io/docs/get-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.
