> For the complete documentation index, see [llms.txt](https://thewildguardians.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thewildguardians.gitbook.io/docs/resources/twg-merchandise.md).

# TWG Merchandise

The Wild Guardians also offers a merchandise store for its fans to show their support and love for the game. The merchandise store includes a variety of items such as t-shirts, hoodies, hats, jackets, and more, all featuring the iconic characters and elements of the game.

By purchasing TWG merchandise, fans can not only show their support for the game but also contribute to its development and growth. A portion of the revenue generated from merchandise sales is reinvested back into the game's development, allowing the developers to create more exciting features and content for players.

The TWG merchandise store is accessible through our website and is easy to navigate. Fans can choose from a range of sizes and colors to find the perfect item to suit their preferences. The merchandise is of high quality, with attention paid to every detail to ensure that fans receive the best possible product.

TWG merchandise provides fans with a way to connect with the game on a deeper level and show their support for its continued success. The developers are continually updating the merchandise store with new and exciting products, so fans can always look forward to new items to add to their collection.

<figure><img src="/files/8KcSHK9TauCwP96morjG" alt=""><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://thewildguardians.gitbook.io/docs/resources/twg-merchandise.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.
