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

# Manage Activity

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

You can manage specific activity data by clicking on "Modify" on the right side of the particular activity.

Activity management is available six hours after the activity is first registered on Riduck.

{% hint style="info" %}
If you don't see "Modify" on your page, please scroll the list to the right.
{% endhint %}

<figure><img src="/files/rXNr91nFbTbgpTAX00nq" alt="" width="375"><figcaption></figcaption></figure>

## Strava Update

If you have activity data from before joining Riduck or if you encounter any errors, you can click the "Update on Strava" button to refresh the riding analysis. Please note that any additional information you’ve added in Strava may be lost during this process.

## Recalculate Activity

If there has been a significant or sudden change in your FTP, or if previous activity analysis was based on an incorrect FTP value, you can reanalyze the specific activity using your current FTP value by clicking "Recalculate Activity".

## Exclude Activity

By clicking the "Excluding Activities" button, the activity will be excluded from the FTP and peak power calculations. This allows you to make exceptions in case there are issues with the activity data or for other reasons.

## Delete Activity

If you have duplicate activities or need to delete a specific activity for any other reason, you can use the delete function by clicking "Delete Activity".


---

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