> For the complete documentation index, see [llms.txt](https://docs.simkl.org/how-to-use-simkl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simkl.org/how-to-use-simkl/advanced-usage/import-export-data/exporting-from-simkl/faq/if-i-delete-my-simkl-account-will-i-still-be-able-to-access-my-exported-data.md).

# If I delete my Simkl account, will I still be able to access my exported data?

{% content-ref url="/pages/z5RhEcbGRamU3zvuTTJg" %}
[How do I deactivate or delete my Simkl account if I no longer wish to use the service?](/how-to-use-simkl/faq/frequently-asked-questions/how-do-i-deactivate-or-delete-my-simkl-account-if-i-no-longer-wish-to-use-the-service.md)
{% endcontent-ref %}

Yes, if you have already [exported your data](/how-to-use-simkl/advanced-usage/import-export-data/exporting-from-simkl.md) from Simkl before deleting your account, you will still be able to access that exported data. The exported data is typically in the form of a file, such as a CSV or JSON file, which you can store on your personal device or cloud storage. Deleting your Simkl account will not affect your ability to access the exported data that you have saved elsewhere on your own personal computer or in the cloud.

Keep in mind, though, that once you delete your Simkl account, any data that was not exported will be lost, and you won't be able to recover it. So, make sure you export and save all the information you want to keep before you delete your account.

{% hint style="info" %}
When you delete your Simkl account using <https://simkl.com/settings/login/clean-or-delete/> all your data will be deleted without any option to recover the deleted data if you did not do an export of your data before deleting the account so <mark style="color:red;">**make sure to create an export before deleting the account**</mark>.
{% endhint %}

### How to import your exported data to a Simkl account:

You can import your Simkl export file using:

1. CSV file <https://simkl.com/apps/import/csv/>
2. Json archive at <https://simkl.com/apps/import/json/>

### Importing your export data from other websites to Simkl:

{% content-ref url="/pages/RcMT7ws3nReEBKt4MIq8" %}
[Importing to Simkl](/how-to-use-simkl/advanced-usage/import-export-data/importing-to-simkl.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.simkl.org/how-to-use-simkl/advanced-usage/import-export-data/exporting-from-simkl/faq/if-i-delete-my-simkl-account-will-i-still-be-able-to-access-my-exported-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
