> 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/f.a.q./events/15.-how-to-customize-my-hamster.md).

# 15. How to customize my Hamster?

Want to see your favorite Hamster heading out on Expeditions with a custom name or wearing your favorite skin? You can do that in RollerCoin!

#### Changing the Hamster’s skin:

1. Go to your [<mark style="color:green;">Hamsters page</mark>](https://rollercoin.com/expeditions/hamsters)
2. Select the Hamster you want to customize (except Birthday Jack and Birthday Bob).
3. Once your Hamster reaches Level 10, you can unlock and apply skins.
4. Choose the skin you want and click the "Apply Skin" checkbox to activate it!

{% hint style="info" %}
New skins become available approximately every 10 levels as your Hamster progresses.
{% endhint %}

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

#### Changing the Hamster’s name:

1. Go to your [<mark style="color:green;">Hamsters page</mark>](https://rollercoin.com/expeditions/hamsters)
2. Select the Hamster you want to rename.
3. Click the edit button next to the Hamster's current name.
4. Enter a new name according to the rules shown in the pop-up window.
5. Click "Save"!

<figure><img src="/files/pZJ6MSWuzmYnXyzu7MXk" 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/f.a.q./events/15.-how-to-customize-my-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.
