# How to register an app

{% hint style="success" %}
Developers can manage their app settings and get API keys at <https://simkl.com/settings/developer/>
{% endhint %}

We’ve worked very hard to make [Simkl](https://simkl.com/) the dream "TV, Anime and Movie Tracker". However, chances are it doesn’t do 100% of what you need it to do. Luckily for you, we added an API so you can extend Simkl’s functionality.

### See full API documentation at <https://api.simkl.com>

### Before You Start

To successfully start using Simkl API, you need to:

1. [**Sign up for a Simkl account**](https://passport.simkl.com/register/).
2. [**Create a new app in your account**](https://simkl.com/settings/developer/new/) to get your API key (`client_id`).
3. [**Join the Discord Server to chat**](https://discord.gg/MJsWNE4)\
   \
   Join the [community](https://discord.gg/MJsWNE4) to talk, learn about and discuss the Simkl APIs. Or DM directly on Discord.


---

# 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.simkl.org/how-to-use-simkl/for-developers/how-to-register-an-app.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.
