> For the complete documentation index, see [llms.txt](https://docs.nine-chronicles.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nine-chronicles.com/introduction/intro/items/consumables.md).

# Consumables

Consumable Items refer to Items that players can use during the Campaign Stages to increase their combat stats for a single fight. Consumable items are a very important aspect of progressing in the Campaign. Consumable Items can be bought and sold in the shop similar to other Equipment items.&#x20;

![](/files/bma6wsaieFsmPbomMfsJ)

Similar to the Equipment, players can decide which consumables to use in their stage fights and carefully optimize their strategy to maximize their chance of progressing.

![Fight with consumables equipped](https://1559839972-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk52GDFQC2iLkf9e0z5MU%2Fuploads%2Fjex9JBbOglTRBsFyfzAX%2FConsumables5.png?alt=media\&token=8484903b-218b-4415-91af-89c20c3ffc3c)

The required materials for crafting Consumables recipes can be found by competing in the Arena.

![](/files/RvHajzQPXkLUd0Bh2k8u)


---

# 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://docs.nine-chronicles.com/introduction/intro/items/consumables.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.
