> 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./eventos/15.-como-personalizar-meu-hamster.md).

# 15. Como personalizar meu Hamster?

Quer ver seu Hamster favorito partindo para Expedições com um nome personalizado ou usando sua skin favorita? Você pode fazer isso no RollerCoin!

#### Alterando a skin do Hamster:

1. Acesse a sua [<mark style="color:verde;">página dos Hamsters</mark>](https://rollercoin.com/expeditions/hamsters)
2. Selecione o Hamster que você quer personalizar (exceto Birthday Jack e Birthday Bob).
3. Assim que o seu Hamster chegar ao Nível 10, você poderá desbloquear e aplicar skins.
4. Escolha a skin que você quer e clique na caixa de seleção "Aplicar Skin" para ativá-la!

{% hint style="info" %}
Novas skins ficam disponíveis aproximadamente a cada 10 níveis, à medida que seu Hamster evolui.
{% endhint %}

<figure><img src="/files/ae846695c0456ac3611fbe4fe61122f9d55beca5" alt="" width="326"><figcaption></figcaption></figure>

#### Alterando o nome do Hamster:

1. Acesse a sua [<mark style="color:verde;">página dos Hamsters</mark>](https://rollercoin.com/expeditions/hamsters)
2. Selecione o Hamster que você quer renomear.
3. Clique no botão de edição ao lado do nome atual do Hamster.
4. Digite um novo nome de acordo com as regras mostradas na janela pop-up.
5. Clique em "Salvar"!

<figure><img src="/files/eacc3dd66ffef17dda23f9a546fd66941f02aa4d" alt="" width="326"><figcaption></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./eventos/15.-como-personalizar-meu-hamster.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.
