> 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/performance-manage.md).

# Performance Managing

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

View your current PMC (Performance Management Chart) and receive an analysis with comments on your training status.

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

Hover or click on a date in the graph to view detailed information for that specific day.

* Fitness: Shows the average training load over the last 6 weeks. With appropriate training and recovery your fitness should gradually increase, and you can expect an improvement in your performance.
* Fatigue: Displays the training load over the last 7 days. It increases proportionally with training intensity and duration.
* Balance: The difference between "Fitness" and "Fatigue," representing your current physical condition.

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

AI-generated comments on your current training status can be found at the bottom of the chart.

{% hint style="info" %}
If the chart values or comments significantly differ from how you feel physically, it could be due to various reasons (injury, extended rest, fitness improvement, etc.), and in such case, you may want to re-evaluate your FTP through testing.&#x20;
{% endhint %}


---

# 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/performance-manage.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.
