> ## Documentation Index
> Fetch the complete documentation index at: https://botpress.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Retention Period

The retention period for your Botpress data depends on its type:

| **Data type**                                                         | **Retention period**                                                                                            | **Notes**                                                                                        |
| :-------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
| [Logs](/studio/concepts/debugger-logs-json#logs)                      | 30 days                                                                                                         |                                                                                                  |
| [Conversations](/get-started/manage-your-agent/monitor#conversations) | 90 days                                                                                                         | Can be manually deleted using the [Chat API](/api-reference/chat-api/openapi/deleteConversation) |
| [Messages](/get-started/manage-your-agent/monitor#conversations)      | 90 days                                                                                                         | Can be manually deleted using the [Chat API](/api-reference/chat-api/openapi/deleteMessage)      |
| [Events](/get-started/manage-your-agent/inspect#events)               | 90 days                                                                                                         |                                                                                                  |
| Files                                                                 | Indefinitely, unless [created with an expiry date](/api-reference/files-api/openapi/upsertFile#body-expires-at) | Can be manually deleted using the [Files API](/api-reference/files-api/openapi/deleteFile)       |

<Note>
  Other types of data are kept indefinitely unless you [delete them using one of our APIs](/api-reference/).
</Note>
