> For the complete documentation index, see [llms.txt](https://academy.kryptomon.co/the-kryptomon-academy-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.kryptomon.co/the-kryptomon-academy-1/kmon-genesis/kmon-genesis-basics/favorite-food.md).

# Favorite Food

Kryptomon's favorite foods, a simple mechanic that can help you maximize your resources and complete different quests. Each Kryptomon will have 2 favorite foods and 2 disliked foods with one of each being in the standard food group (food from the free daily boxes). The fastest way to determine your Kryptomon's favorite food is to compare your hotbar values to the base value of the food items and see which one is higher or lower!&#x20;

<figure><img src="/files/cezFmgJSdoxPFzdWavbN" alt=""><figcaption><p><em>standard food value</em> </p></figcaption></figure>

The image above shows the base value for each standard food item so the last step for the trainer is to compare the values above with the value provided by items in game! For example, in the image below we can determine the Kryptomon's favorite food to be Apples (Base 10, Actual 14 ) and disliked food to be Chicken (Base 14, Actual 10). While its not the end of the world to give your Kryptomon its disliked food (*certain quests require you to do so!*), if you want to best optimize resources its best to feed your Kryptomon their favorite food for maximum value.&#x20;

<figure><img src="/files/GLnFuvg526j2OD4dmZgJ" alt=""><figcaption></figcaption></figure>


---

# 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://academy.kryptomon.co/the-kryptomon-academy-1/kmon-genesis/kmon-genesis-basics/favorite-food.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.
