botBrains lets you export conversations, messages, and user data for compliance, custom analytics, or backup. All exports respect your project permissions.Documentation Index
Fetch the complete documentation index at: https://docs.botbrains.io/llms.txt
Use this file to discover all available pages before exploring further.
Export Methods
| Full Dataset Export | Entity-Specific Export | |
|---|---|---|
| What | Complete snapshot of all project data | Filtered download of one entity type (Conversations, Messages, or Users) |
| Format | JSONL (Users → Conversations → Messages hierarchy) | CSV, JSONL, Excel, or Markdown |
| How | Settings → Data Export, processed in the background, download link sent by email | Export button on any Conversations, Messages, or Users list page, downloads immediately |
| Limits | 2 per day per project; download link valid for 7 days | 10,000 rows per export |
| Use when | Full backups, GDPR requests, AI analysis across all data | Filtered subsets, spreadsheet analysis, sharing with stakeholders |

Export Formats
| Format | Best for |
|---|---|
| CSV | Excel, Google Sheets, quick manual analysis |
| JSONL | Programmatic processing, data pipelines, preserving nested data (Users → Conversations → Messages) |
| Excel (CSV) | Microsoft Excel with correct UTF-8 encoding and date handling |
| Markdown | Copying conversations into an LLM (ChatGPT, Claude) for ad-hoc analysis |

Media Files in Exports
Exports include time-limited download URLs for media attachments (images, files), not the files themselves. These URLs expire after 7 days. Download media files after exporting if you need permanent copies.Custom Analysis with AI Tools
The Full Dataset Export (JSONL) works well with AI tools like ChatGPT or Claude. Upload the file and use this prompt template:- “Which users send the most messages? Show a table sorted by message count.”
- “What common issues do users with
external_attributes.plan = PREMIUMdescribe?” - “Find conversations rated 1–2 and categorize the top complaint themes.”
Next Steps
Conversations
Filter and review conversations before exporting
Metrics
Use built-in analytics before resorting to custom exports