> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/users/export.md).

# Export

You can take full control over the user data you want to export from the admin panel. Export the data into a clear Excel file with the specific information you require.&#x20;

## How to export your user data <a href="#the-home-page" id="the-home-page"></a>

You can export your user data using the following steps:&#x20;

1. Open the admin panel
2. Go to 'Users' --> 'All users'
3. Click on the blue button 'Actions'
4. Select 'Export'
5. Chose how you want to sort your users.
6. Tick the fields you want to export
7. Click on 'Send'.

An Excel export will now be sent to your email address ready for you to download


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://knowledge-base.letsgetdigital.com/the-admin-panel/users/export.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.
