> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./conquistas/1.-o-que-sao-as-conquistas.md).

# 1. O que são as Conquistas?

Conquistas são "troféus" no jogo que você recebe por concluir vários marcos, como "Desbloquear a 2ª Sala" ou "Vencer 50 partidas de Token Blaster", etc.

Você pode recebê-las ao concluir a tarefa necessária para a Conquista e reivindicar a recompensa!

Se você quiser encontrar uma Conquista exata, certifique-se de visitar a [<mark style="color:verde;">página de Conquistas</mark>](https://rollercoin.com/achievements), escolha qual Conquista você gostaria de completar e clique no botão "Vamos lá":

<figure><img src="/files/8de064872a93475b0cd58f537974a0fa2c757239" alt=""><figcaption><p>Por exemplo, se decidirmos completar esta Conquista, precisaríamos gastar pelo menos 25 RLT no Marketplace</p></figcaption></figure>

<figure><img src="/files/d8b4c411c81fd4940508a8857fd431347be5d984" alt=""><figcaption><p>Depois de gastar 25 RLT no Marketplace, conseguimos concluir a Conquista e reivindicar o prêmio</p></figcaption></figure>

<figure><img src="/files/98529d6ee5f8264632bba4318acd6b334fc6419e" alt=""><figcaption><p>Como gastamos até mais de 25 RLT, o progresso é salvo e estamos a caminho da próxima Conquista!</p></figcaption></figure>


---

# 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://faq.rollercoin.com/rollercoin/rollercoin-f.a.q.-pt-br/f.a.q./conquistas/1.-o-que-sao-as-conquistas.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.
