# Export User Data

{% hint style="info" %}
You can learn about what information we collect in our privacy policy, found at <https://countercyclical.com/privacy>
{% endhint %}

Countercyclical allows users to extract relevant data based for their Countercyclical account. User data includes any data generated or customized by individual users within the platform. This export option helps users retain their personal information or any unique preferences they may have set up.

#### Example of Data Included:

* **Personal Information**: Name, email address, and user ID.
* **Resources:** IDs and names of resources created in their workspace (see [Terminology](/guides/terminology.md) for more information)

{% hint style="info" %}
For information relating to Audit Logs, please see [Audit Logs](/fundamentals/settings/workspace/workspace-security/audit-logs.md)
{% endhint %}

### How to Export User Data

1. **Navigate to your User Settings**:
   * Go to the **Settings** menu.
   * Select **Account -> Security**.
2. **Select Export Option**:
   * Under **Account Security**, find the **Download Account Information** button.
3. **Initiate Export**:
   * Click **Export**, and the data will be available for download in a `.csv` or `.json` file format.
4. **Download**:
   * Once processed, you should be prompted with a download link/view. An email will also be sent to the account owner for security purposes.

{% hint style="info" %}
If you run into any problems or have any questions, please reach out to us at <support@countercyclical.io>
{% endhint %}


---

# 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.countercyclical.io/extras/exports/export-user-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.
