# Getting started

Just landed on the Mass App and want to get straight to trading? This section will show you exactly what you need to know to get started.

{% content-ref url="/pages/0TdR17pStujonRlnEeue" %}
[Sign up](/general/getting-started/sign-up.md)
{% endcontent-ref %}

{% content-ref url="/pages/ATpUU6rmHcLkixG49w9H" %}
[Fund your Mass account](/general/getting-started/fund-your-mass-account.md)
{% endcontent-ref %}

{% hint style="info" %}
Note: When reading the documentation, it’s important to differentiate between your wallet and your Mass account.

While both are self-custodial, your Mass account is owned by your wallet. This means that if someone gains access to your wallet, they can also access your smart account.&#x20;

You must deposit funds into your Mass account to start using the application, having funds in your wallet won't be enough!&#x20;
{% endhint %}


---

# 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.mass.money/general/getting-started.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.
