> ## Documentation Index
> Fetch the complete documentation index at: https://botpress-charmenta-pr-693.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting Data

> Export data from your bot using the Botpress API by requesting the relevant endpoint.

Botpress Cloud allows you to create, manage, and deploy bots with little to no coding or infrastructure. In the natural course of maintaining a bot you may want to access its data outside of Botpress for various purposes, such as reporting, analysis, backup, or integration.

This section covers some of the most important use cases for extracting bot data to third-parties software.

<table>
  <thead>
    <tr>
      <th>
        **Action**
      </th>

      <th>
        **Methods**
      </th>

      <th>
        **Use Cases**
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        Exporting conversations
      </td>

      <td>
        [Using the Botpress API](./exporting-raw-conversations-with-the-botpress-api)
      </td>

      <td>
        Data Analysis\
        Compliance and Auditing\
        Backup and Historical Record\
        Debugging
      </td>
    </tr>

    <tr>
      <td>
        Exporting analytics
      </td>

      <td>
        [Using the Botpress API](./exporting-raw-conversations-with-the-botpress-api)
      </td>

      <td>
        Performance Monitoring and Evaluation\
        User Tracking and Behavior Analysis\
        Product Management\
        Debugging
      </td>
    </tr>
  </tbody>
</table>
