> For the complete documentation index, see [llms.txt](https://docs.currents.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.currents.dev/resources/data-privacy/data-retention.md).

# Data Retention

{% hint style="info" %}
Retention plans can be customized per customer upon request.

This customization can affect the standard pricing published on our website. The actual deletion / rotation of the data can happen after the deadline.
{% endhint %}

### Retained Data

In addition to the data stored permanently in our database, as outlined in the [Access to Customer Data](/resources/data-privacy/access-to-customer-data.md) page, we also have a description of certain data types subject to time retention limits.

| Data type                                                                                                                                                                                | Retention time                                                       |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| <p><mark style="color:orange;">Artifacts</mark></p><ul><li>screenshots</li><li>videos</li><li>terminal output</li><li>traces</li></ul>                                                   | 21 days                                                              |
| <p><mark style="color:purple;">Test results</mark></p><ul><li>error details</li><li>test results</li></ul>                                                                               | <p>3 months in hot storage<br>9 months in cold (archive) storage</p> |
| <p><br><mark style="color:green;">Tests details</mark></p><ul><li>execution steps</li><li>test records</li><li>live preview</li></ul>                                                    | <p>30 days in hot storage<br>60 days in cold (archive) storage</p>   |
| <p><mark style="color:blue;">Reports / Analytics / Aggregated Results</mark></p><ul><li>Aggregated test metrics</li><li>Aggregated run metrics</li><li>Aggregated step metrics</li></ul> | 12 months                                                            |

If you have any questions or concerns, please feel free to reach out to us through our support channels: **<support@currents.dev>** or via the in-app chat.


---

# 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.currents.dev/resources/data-privacy/data-retention.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.
