> For the complete documentation index, see [llms.txt](https://riduck.gitbook.io/riduck-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riduck.gitbook.io/riduck-guide/english/browse/metabolism.md).

# Metabolism

## Metabolism Chart

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

The metabolism chart estimates your reliance on fat and carbohydrates for energy, depending on exercise intensity.

{% hint style="info" %}
Humand use different energy sources depending on exercise intensity. At low intensity, fat is primarily utilized, while at higher intensity, carbohydrates become the main source.
{% endhint %}

* FATMAX: This is the point where fat oxidation (utilization) is most efficient. By maintaining power within the yellow zone (FATMAX), you can train effectively to reach your goals.
* Duration: The estimated time that you can sustain the power at the FATMAX point.
* TSS (Training Stress Score): The estimated training stress score achievable if power is maintained at the FATMAX level for the specified duration.


---

# 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:

```
GET https://riduck.gitbook.io/riduck-guide/english/browse/metabolism.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.
