> For the complete documentation index, see [llms.txt](https://party-fox.gitbook.io/party-fox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://party-fox.gitbook.io/party-fox/the-real-deal/why-1111/rarity-of-the-foxes.md).

# Rarity OF The Foxes

Rarity within PARTYFOX is more than a simple ranking of appearances.

It represents distance from the source.

<details>

<summary><mark style="color:$warning;"><strong>Common Foxes</strong></mark></summary>

* These represent the countless retellings that kept the Reynard tradition alive.
* The stories that weren't famous.
* The characters that weren't celebrated.
* The versions passed quietly from one generation to another because someone cared enough to tell the story again.

</details>

<details>

<summary><mark style="color:$primary;"><strong>Uncommon Foxes</strong></mark></summary>

* These move closer to the trickster at the heart of the legend
* They represent Reynard's instincts, deception, intelligence and ability to turn an impossible situation in his favour.

</details>

<details>

<summary><mark style="color:red;"><strong>Rare Foxes</strong></mark></summary>

* These belong to the moments when the old fox was at his most audacious.
* Stories where Reynard faced something considerably larger than himself and somehow found the weakness nobody else could see.

</details>

<details>

<summary><mark style="color:$success;"><strong>Legendary Foxes</strong></mark></summary>

* These take their inspiration from the tricks, adventures and moments that made Reynard impossible to forget.
* They represent the stories that survived centuries not because they were preserved perfectly. But because they were simply too good to disappear.

</details>

<details>

<summary><mark style="color:violet;"><strong>1-of-1 Reynard Foxes</strong></mark></summary>

* And then there are the 1-of-1s.
* These aren't simply another interpretation of the legend.
* They represent Reynard himself.

</details>

Each is positioned as close as the collection can come to bringing the original fox into the new digital forest.

> In that sense, rarity isn't about one fox being more important than another.

&#x20;It's about proximity to the source.

{% hint style="info" %}
&#x20;<mark style="background-color:$warning;">The rarer the fox... The closer it sits to the legend.</mark>
{% endhint %}


---

# 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://party-fox.gitbook.io/party-fox/the-real-deal/why-1111/rarity-of-the-foxes.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.
