> 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/goat-tribe/summary.md).

# Summary

## Purpose

The purpose of this document is to provide a collected background of GOAT Tribe, detailing the project origins, main contributors and to outline future proposals. It is intended to be informative and also to present the team's philosophy on and vision for the project.

None of the information presented in this article is intended to be financial advice.&#x20;

If you are interested in buying NFTs we strongly advocate independent research and the use of disposable funds only.&#x20;

When buying NFTs you should understand that you alone are solely responsible for determining the nature, potential value, suitability and appropriateness.

The plans and information presented herein are subject to change.

## Version Control

<table><thead><tr><th width="174.7558454207745">Published</th><th width="150">Version</th><th>Update</th></tr></thead><tbody><tr><td>7th Feb 2022</td><td>1.0</td><td>First issue</td></tr><tr><td>1st May 2022</td><td>1.1</td><td>Amend $GRASS mint date</td></tr></tbody></table>


---

# 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/goat-tribe/summary.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.
