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

# Skins

In the world of MetaHunt, aesthetics play a significant role in shaping the gaming experience. This is especially true when it comes to the dynamic weapon skins and the marketplace where they can be traded. We've introduced a unique concept of 'Dynamic Skins,' which brings an element of change and evolution to the weapon skins based on their usage in the game. Alongside this, we've developed a comprehensive marketplace that facilitates the exchange of these skins, creating a bustling economy within the game. This section details the intricacies of our dynamic skins and the marketplace, providing a complete guide to how they add depth and value to the MetaHunt experience.

{% content-ref url="/pages/9vkxxq91JNLsapyR1B3o" %}
[Dynamic Skins](/metahunt-wp/skins/dynamic-skins.md)
{% endcontent-ref %}

{% content-ref url="/pages/xlsgWaBfbaD1HJB8qWQH" %}
[Skins Marketplace](/metahunt-wp/skins/skins-marketplace.md)
{% endcontent-ref %}


---

# 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://mhnt.gitbook.io/metahunt-wp/skins.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.
