# DFK Developer Docs

DeFi Kingdoms is a multi-blockchain game. Through the use of the blockchain, all player-owned assets are available and encouraged to be used and integrated across games and across chains.

{% hint style="info" %}
**Good to know:** All assets are made publicly available but are owned by Kingdom Studios. Any use of these assets must abide by the Defi Kingdoms TOS.
{% endhint %}

## Getting Started

### Contracts, NFTs, and Tokens

Details and information about DFK smart contracts and assets.

{% content-ref url="contracts" %}
[contracts](https://devs.defikingdoms.com/contracts)
{% endcontent-ref %}

{% content-ref url="nfts" %}
[nfts](https://devs.defikingdoms.com/nfts)
{% endcontent-ref %}

{% content-ref url="tokens" %}
[tokens](https://devs.defikingdoms.com/tokens)
{% endcontent-ref %}

{% content-ref url="crafting" %}
[crafting](https://devs.defikingdoms.com/crafting)
{% endcontent-ref %}

{% content-ref url="collections" %}
[collections](https://devs.defikingdoms.com/collections)
{% endcontent-ref %}

### Community API

Details about the GraphQL API that is available to all developers and community members.

{% content-ref url="api" %}
[api](https://devs.defikingdoms.com/api)
{% endcontent-ref %}

## Extras

### Kingdom Building Program

The Kingdom Building Program exists to drive innovation for the benefit of the DFK game, the DFK community players, and the blockchain experience. It is one way we listen to the needs and desires of the community, in addition to reinforcing their efforts and supporting their ideas.

For more information, visit: <https://build.defikingdoms.com/>

### DFK Chain

The DeFi Kingdoms Blockchain (DFK Chain) is the home of the DFK: Crystalvale expansion. It is our vision that DFK Chain will become a go-to location for community members and projects to launch GameFi and other blockchain gaming experiences.

{% content-ref url="dfk-chain/getting-started" %}
[getting-started](https://devs.defikingdoms.com/dfk-chain/getting-started)
{% endcontent-ref %}


---

# 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/dfk-developer-docs.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.
