# The Custom Bee JSON

Custom Bee Data is the main JSON object comprised of several customization objects which are defined using a `"key": { value }` syntax.

```json
{
  "resourcefulbees:core/v1": {
    ...
  },
  "resourcefulbees:rendering/v1": {
    ...
  },
  "resourcefulbees:mutation/v1": {
    ...
  },
  "resourcefulbees:breeding/v1": {
    ...
  },
  "resourcefulbees:trade/v1": {
    ...
  }
}
```

The "key" names act as identifiers under which the data is registered and used and follow the `namespace:path` format. The path generally follows a `type/version` format.

```
"resourcefulbees:trade/v1"
```

This syntax allows for the customizable options to evolve over time with minimal upkeep required since data mappers can be written to upgrade older API versions to newer ones.

## Key Components

***

Below is a list of the key customization components provided by the mod. Additional components can be created by other mods via our API.

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-type="files"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th></tr></thead><tbody><tr><td>Core Data</td><td><em>Key Bee Info</em></td><td><a href="/pages/st6fKuLciKW4M1tZdyvd">/pages/st6fKuLciKW4M1tZdyvd</a></td><td></td><td><a href="/files/djjZj1oj2k2SWVJxnlqt">/files/djjZj1oj2k2SWVJxnlqt</a></td><td></td></tr><tr><td>Render Data</td><td><em>What it looks like</em></td><td><a href="/pages/YPXLPgbkvKLCrj8AdMIN">/pages/YPXLPgbkvKLCrj8AdMIN</a></td><td></td><td><a href="/files/nNOOf0dwdiyCX62AHbdw">/files/nNOOf0dwdiyCX62AHbdw</a></td><td></td></tr><tr><td>Breed Data</td><td><em>How to breed</em></td><td><a href="/pages/CR1CcVtC3TiYLlslby6J">/pages/CR1CcVtC3TiYLlslby6J</a></td><td></td><td><a href="/files/iXFmacQgQOMZL0dXge74">/files/iXFmacQgQOMZL0dXge74</a></td><td></td></tr><tr><td>Combat Data</td><td><em>Friend or foe?</em></td><td><a href="/pages/Sajk3Qy8Pd9baRQoXha0">/pages/Sajk3Qy8Pd9baRQoXha0</a></td><td></td><td><a href="/files/HDI6Cn5IbbVlStlqoTqP">/files/HDI6Cn5IbbVlStlqoTqP</a></td><td></td></tr><tr><td>Mutation Data</td><td><em>Pollination effects</em></td><td><a href="/pages/K951dHJmm17G0CtyhL4v">/pages/K951dHJmm17G0CtyhL4v</a></td><td></td><td><a href="/files/WCAgFXPGCw3RwhSOieeb">/files/WCAgFXPGCw3RwhSOieeb</a></td><td></td></tr><tr><td>Trait Data</td><td><em>Uniqueness</em></td><td><a href="/spaces/gnHuwBi9dpB112fYP5nw">/spaces/gnHuwBi9dpB112fYP5nw</a></td><td></td><td><a href="/files/e6x3am4CdBNd5BWiNRqp">/files/e6x3am4CdBNd5BWiNRqp</a></td><td></td></tr><tr><td>Trade Data</td><td><em>Beekeeper trades</em></td><td><a href="/pages/v4sFwotO6SP44lQIIgT9">/pages/v4sFwotO6SP44lQIIgT9</a></td><td></td><td><a href="/files/e5YWZJW0wn3ha7cxASIi">/files/e5YWZJW0wn3ha7cxASIi</a></td><td></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://developers.wiki.resourcefulbees.com/readme/the-custom-bee-json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
