> 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/importing-to-simkl/faq-troubleshooting/can-simkl-add-an-import-app-for-some-other-websites-or-app.md).

# Can SIMKL add an import app for some other websites or app?

Sometimes you’ve found a great tracking service that isn’t yet supported by Simkl’s automated importers. If that service lets you export your watch history (in CSV, JSON, or another format), Simkl’s team can help build a custom importer so you can seamlessly migrate your data.

Simkl supports direct imports from popular sites via built‑in apps, but new services appear every day. Whether you’re moving from a niche tracker or a proprietary system, you don’t have to manually re‑enter hundreds of entries.

By sharing your export file, Simkl’s developers can create a importer that reads your data format and maps it into Simkl’s watchlists, preserving your viewing history with minimal effort.

{% embed url="<https://simkl.com/apps/import/csv/>" %}

{% hint style="success" %}
If the service you are coming from has the option to export your watch history, we can try to build an importer. DM us on [Discord ](https://discord.gg/u89XfYn)with the sample of the export file that you would like to import.
{% endhint %}

<figure><img src="/files/3D6UOkuZaxTLz12071b8" alt=""><figcaption></figcaption></figure>

#### Why It Matters

* **Time Savings:** No need to manually re‑enter hundreds of watched episodes or movies.
* **Data Accuracy:** Automates field matching to reduce mistakes in dates or episode numbering.
* **Unified Tracking:** Consolidates all your viewing history under one roof—Simkl—making progress tracking, recommendations, and statistics more comprehensive.

***

#### Tips for a Smooth Import

* **Clean Your Export File:** Remove any empty rows or malformed entries before sharing.
* **Consistent Date Format:** Use ISO 8601 (YYYY‑MM‑DD) for easiest parsing.
* **Stay in Touch on Discord:** Prompt feedback accelerates the importer’s development and testing.


---

# 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/importing-to-simkl/faq-troubleshooting/can-simkl-add-an-import-app-for-some-other-websites-or-app.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.
