> 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/can-i-password-protect-my-exported-data-file.md).

# Can I password-protect my exported data file?

SIMKL offers simple text file formats like .csv and .json for easy access. These files capture your watch history, ratings, and more. While they're convenient, you might want to enhance their security by adding a password layer.

{% content-ref url="/pages/S3pRoSMuv24s1Aa5EncW" %}
[Exporting From Simkl](/how-to-use-simkl/advanced-usage/import-export-data/exporting-from-simkl.md)
{% endcontent-ref %}

{% content-ref url="/pages/hI3e0tFOboDg1qYcwLZq" %}
[What data is included in the exported file (e.g., watched episodes, ratings, comments, etc.)?](/how-to-use-simkl/advanced-usage/import-export-data/exporting-from-simkl/faq/what-data-is-included-in-the-exported-file-e.g.-watched-episodes-ratings-comments-etc..md)
{% endcontent-ref %}

## **Adding Password Protection:**

Yes, you can indeed password-protect your exported data files from SIMKL. Here's how you can do it:

1. **Choose a Compression Software:** To password-protect your files, you'll need compression software like WinZip or WinRAR. These tools allow you to create password-protected archives.
2. **Create a Compressed Archive:** Add your exported data file (.csv or .json) to the compression software. Create a new archive in .zip or .rar format.
3. **Add a Password:** During the process of creating the archive, you'll be prompted to add a password. Set a strong, unique password that you can remember.
4. **Save the Archive:** Once you've added the password, save the compressed archive file. This file now contains your exported data, protected by the password you've set.

## **Finding Additional Information:**

For more detailed instructions and guidance on password-protecting archives, you can refer to online resources. A quick search on Google using keywords like "how to password protect archive" will provide you with step-by-step guides and tutorials.

{% hint style="info" %}
Check <https://www.google.com/search?q=how+to+password+protect+archive> for more info.
{% endhint %}

## **Why Password Protect?**

Password-protecting your exported data adds an extra layer of security to your personal information. It ensures that even if someone gains access to your device, they won't be able to access your entertainment tracking data without the password.

While SIMKL provides accessible text file formats for exporting your data, you have the power to enhance the security of these files. By using compression software like WinZip or WinRAR to create password-protected archives, you're adding a safeguard to your exported data. Remember to choose a strong password and consult online resources for detailed instructions. With this added layer of security, you can confidently store and share your exported data while keeping your personal information protected.


---

# 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/can-i-password-protect-my-exported-data-file.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.
