# Equipment

### Contracts

DeFi Kingdoms Equipment NFTs are divided into three contracts:

* [WeaponCore](/nfts/equipment/weapons.md)
* [ArmorCore](/nfts/equipment/armor.md)
* [AccessoryCore](/nfts/equipment/accessories.md)

The first two correspond to Weapon and Armor NFTs, respectively, while AccessoryCore contains data for both Offhand and Accessory Hero Equipment slots.

An additional contract, [CacheCore](/nfts/equipment/cachecore.md), serves as a container for unopened equipment (from any of the three contracts), similar to Hero Crystals and incubated Pet Eggs.

### Mappings

Mappings that are shared between the contracts are found in [Shared Equipment Mappings](/nfts/equipment/shared-equipment-mappings.md), while those that are unique to each contract are enumerated with the rest of that contract's data.

### API

Data for NFTs from all three contracts is accessible through the [Community GraphQL API](/api/community-graphql-api.md).


---

# 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://devs.defikingdoms.com/nfts/equipment.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.
