# Export Chatlogs

Export conversation data from your chatbot(s) for analysis, reporting, or compliance purposes.

## Steps:

1. Go to chatlogs

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

2. Select the chatbot you want to export the information.

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

3. Click export, select the fields you want to export and click export again.

<figure><img src="/files/5Tp3DvEjscPHlbb9GVHH" alt=""><figcaption></figcaption></figure>

## Use Cases

* **Analytics**: Analyze conversation patterns and user behavior
* **Compliance**: Export data for regulatory requirements
* **Training**: Use conversations to improve chatbot responses
* **Reporting**: Generate customer service reports
* **Integration**: Sync conversation data with CRM systems


---

# Agent Instructions: 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://docs.wonderchat.io/api-reference/export-chatlogs.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.
