> For the complete documentation index, see [llms.txt](https://thinkin.gitbook.io/thinkin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinkin.gitbook.io/thinkin/get-started/popo-decoration-guide.md).

# ┃Popo Decoration Guide

**Step 1.** Access the open beta site

👉 <https://beta.thinkin.ink/>

**Step 2.** Click ‘EARN’ page

<figure><img src="https://miro.medium.com/v2/resize:fit:635/0*rV7-c-DAYYgEposw" alt="" height="66" width="635"><figcaption></figcaption></figure>

**Step 3.** Check the Popo avatar of the wearable NFT item

<figure><img src="https://miro.medium.com/v2/resize:fit:700/0*j__UeBlK6yfjRsWF" alt="" height="415" width="700"><figcaption></figcaption></figure>

You can fully decorate your Popo avatar by clicking the “Decorate POPO” button. Items that can be displayed are: Body, Top, Bottoms, Shoes, Hair Accessories, Face Accessories, Prop Accessories, Background Accessories Total of 8 accessories!

<figure><img src="https://miro.medium.com/v2/resize:fit:700/0*KUZrogM7evFvtRVI" alt="" height="386" width="700"><figcaption></figcaption></figure>

Users can set their decorated Popo NFT as their profile picture and feel like their alter ego within the Thinkin community.

And the Wearable NFTs can be attached or detached from Popo avatars at any time. However, in order to turn a decorated Popo avatar into an actual NFT, users must make a claim after decorating it.

<figure><img src="https://miro.medium.com/v2/resize:fit:542/0*OiGpk8RwAN7n7yqY" alt="" height="537" width="542"><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://thinkin.gitbook.io/thinkin/get-started/popo-decoration-guide.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.
