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

# GOAT Tribe Platform

## Owners Only

As an owner of a GOAT Tribe NFT under any of our policies you will be able to access a restricted area of the GOAT Tribe website through a holder verification process.

Within this area, users will be able to:&#x20;

1. access an exclusive merchandise store carrying stock merchandise items and allowing holders the ability to feature any of their held GOAT Tribe NFTs, all available in multiple currencies including ADA;&#x20;
2. apply to mint-on-demand exclusive derivative NFTs of their goats, initially in partnership with Anim8bits and in the future 3D (these will be limited to ensure that multiple derivatives of the same NFT cannot be created);
3. gain early access to future GOAT Tribe minting events; and
4. display all of the GOAT Tribe NFTs they hold, including access to an online reader for comics.

Further plans for the holder-only area include access to exclusive interactive content.


---

# 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://goat-tribe.gitbook.io/goat-tribe/ecosystem/goat-tribe-platform.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.
