> 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./pagina-inicial/21.-como-recarregar-a-eletricidade.md).

# 21. Como recarregar a eletricidade?

Para recarregar sua eletricidade, siga estes passos:

1. Vá para sua **Página inicial** e navegue até sua [<mark style="color:verde;">**Sala**</mark>](https://rollercoin.com/game).
2. Verifique se você tem **Baterias descartáveis** na seção de Energia na Página inicial.
   * Se você não tiver nenhuma, você pode **comprá-las no Mercado** ou **ganhá-las jogando Jogos** como recompensa.

<figure><img src="/files/6b67fc07c0889476f04ec502a191406d6e7d2082" alt=""><figcaption></figcaption></figure>

1. Clique **no botão de Eletricidade**.

<figure><img src="/files/b28825ebe2b3e60037aa68abf038bc63df31c0af" alt=""><figcaption></figcaption></figure>

**Notas importantes:**

* **Uma Bateria** reabastece **três (3) barras** da barra de Eletricidade, o que equivale a **três dias completos de Eletricidade**, além do **um dia que é sempre grátis**.
* Tenha cuidado com quando e com que frequência você usa o botão de recarga. Use suas Baterias apenas quando seu nível de Eletricidade estiver **esgotado** ou **quase no limite** para evitar desperdício desnecessário.


---

# 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./pagina-inicial/21.-como-recarregar-a-eletricidade.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.
