# Export Data

Humblytics lets you download your analytics data as CSV files for use in spreadsheets, data warehouses, or external reporting tools. Access Export Data from the sidebar under **Utilities**.

**Accessing Export Data**

1. Log in to your Humblytics account and select your site.
2. Click **Export Data** in the sidebar under **Utilities**.

## Available Data Categories

Select the data you want to export by checking the categories on the left side of the page:

### Analytics

Core website analytics data:

* **Traffic Summary** — Visitors, page views, sessions, bounce rate, average duration. Exports as `traffic-summary.csv`.
* **Pages Breakdown** — Per-page metrics from the external API. Exports as `pages.csv`.
* **Devices** — Operating system breakdown. Exports as `devices.csv`.
* **Browsers** — Browser breakdown. Exports as `browsers.csv`.
* **Locations** — Country breakdown. Exports as `locations.csv`.
* **Channels** — Traffic channel breakdown. Exports as `channels.csv`.

### Marketing

Traffic sources and campaign data:

* **Referrals** — Referrer sources. Exports as `referrals.csv`.
* **UTM Data** — Sources, campaigns, and mediums as separate files. Exports as `utm-sources.csv`, `utm-campaigns.csv`, and `utm-mediums.csv`.
* **LLM Referrals** — AI traffic sources (ChatGPT, Claude, etc.). Exports as `llm-referrals.csv`.

### Events

User interaction events:

* **Clicks Breakdown** — Click events per page. Exports as `clicks.csv`.
* **Forms Breakdown** — Form submissions per page. Exports as `forms.csv`.

### Testing

A/B test experiment data:

* **A/B Test Results** — Experiment variants, conversions, and significance. Exports as `ab-tests.csv`.

## Export Summary

The right panel shows an Export Summary with:

* **Date range** — The time period for the exported data (matches your selected date range)
* **Files to export** — Total number of CSV files that will be generated
* **File list** — Each file name with its row count

## Exporting Your Data

1. Select the data categories you want to export by checking the boxes.
2. Use **Select All** to check every category, or **Deselect All** to clear your selection.
3. Review the Export Summary on the right to confirm the files and row counts.
4. Click **Export Selected Data** to download your CSV files.

The export respects your current date range selection (24 hours, 7 days, Month to date, or custom dates). Adjust the date range in the top bar before exporting to get data for your desired time period.


---

# 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.humblytics.com/export-data.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.
