# Table of Contents

## Getting Started: Guides to jump in

Dive right in the first set of guides to get started on the basics.

{% content-ref url="/pages/etb0h9Rryh6MMpjgd3qZ" %}
[Gameplay in a Nutshell](/get-started/gameplay-in-a-nutshell.md)
{% endcontent-ref %}

{% content-ref url="/pages/6SwUffsmdXqrQBFipQCn" %}
[Plant Basics](/get-started/plant-basics.md)
{% endcontent-ref %}

## For Farmers: Deep Dive on Crops

Learn about the growth times, pricing models and the smart contract details of the various crops.

{% content-ref url="/pages/6KCXIwHkZ3KsF9nfhl1Z" %}
[Bean Garden](/farm/bean.md)
{% endcontent-ref %}

{% content-ref url="/pages/x0uHDiNoIbPpvaLmavaR" %}
[Berry Bush](/farm/berry.md)
{% endcontent-ref %}

{% content-ref url="/pages/Q0xQb7TnRim8bxfiSnZ6" %}
[Flower Bed](/farm/flower.md)
{% endcontent-ref %}

{% content-ref url="/pages/fvbVb4J8neJKoye0sDeM" %}
[Fruit Vine](/farm/fruit.md)
{% endcontent-ref %}

{% content-ref url="/pages/thjiLMfCOqpsHI0SXTx0" %}
[Grain Field](/farm/grain.md)
{% endcontent-ref %}

## For Builders: Understand the Tech

Get an idea of how the different smart contracts interact and how parts of the tech stack work together.

{% content-ref url="/pages/RM18Yfz9wg0XCa1AieUY" %}
[System Overview](/tech/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/pGNPEEzMPjXyiBHnSBiS" %}
[Blockchain Layer](/tech/blockchain-layer.md)
{% endcontent-ref %}

{% content-ref url="/pages/0BCyP6Bf47JdpZSi1ynq" %}
[Query Layer](/tech/query-layer.md)
{% endcontent-ref %}

## For Economists: Explore the Economy

Read about the details of the separate financial mechanisms that power the in-game economy.

{% content-ref url="/pages/aplIVC0Qc3wF4V3tUjwr" %}
[Tokenomics](/economy/tokenomics.md)
{% endcontent-ref %}

{% content-ref url="/pages/rJVaqG6JxSO1siQQOP12" %}
[Pricing Modeling](/economy/pricing-modeling.md)
{% endcontent-ref %}

{% content-ref url="/pages/5B3q3QmA2AEBEsZ7RpR8" %}
[Transaction Fee](/economy/transaction-fee.md)
{% 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://docs.cropxyz.com/table-of-contents.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.
