> For the complete documentation index, see [llms.txt](https://docs.truvera.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truvera.io/truvera-workspace/team-management/data-retention-policies.md).

# Data retention policies

Every team can customize their data retention policies based on specific requirements. Truvera promotes user privacy and data management best practices by minimizing stored data and empowering customers with flexible retention controls. You can now configure:

* **Verification Data Retention Policy**: Credential presentation data from completed verification requests will be automatically deleted after the selected time. Default is 72 hours, with a 1 hour minimum retention time.
* **Verification Requests Retention Policy**: Verification request data (except for verification ID) will be automatically deleted after the selected time. Default is 72 hours, with a 1 hour minimum retention time.
* **Credential Offers Retention Policy**: Unclaimed credential offers will be automatically deleted after the selected time. Default is 72 hours, with a 1 hour minimum retention time.

{% hint style="warning" %}
This setting does not apply to credential offers generated via the OID4VC Issuer API with `singleUse` set to `false`. These offers persist until manually deleted.
{% endhint %}

* **Credentials Retention Policy**: All except persisted credentials will be automatically deleted after the selected time. Default is infinite, with a 1 hour minimum retention time.

These granular settings give you complete control over your data lifecycle while maintaining compliance with privacy regulations.

<figure><img src="/files/0TmeM0SzWqfhV92DrGgR" alt=""><figcaption></figcaption></figure>

There is an option to store subject reference ID, that shows up on the credential view table and can be useful for filtering the credentials. The storing of it is optional as it may contain PII and is not suitable for all use cases.

<figure><img src="/files/NDc54hF1LWtqlUO8mkU8" 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://docs.truvera.io/truvera-workspace/team-management/data-retention-policies.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.
