# DeepL API Key

With the DeepL API Key feature you can use your own key from an existing DeepL Pro subscription or use the key code from your Free Account. Here we show you how to get your key and where to insert it into LazyMerch.

### Create Your DeepL Account

If you don’t have a DeepL Free Account yet, you can get one [here](https://www.deepl.com/pro#developer).

![Choose the desired subscription package](/files/P1xanICZWukioGQfzb5B)

After the account has been created or you are already logged in to an existing account, go to <https://www.deepl.com/pro-account/plan> and look for your API Key when scrolling down a bit. You can copy and paste it in the tool under Settings in the tab “General” in the “Translation” area.

### Enter The API Key

The API key can be entered in the [Settings](/general-settings/settings.md#deepl-api-key) of LazyMerch.

![Paste your key to the DeepL API key input field](/files/2fTFSJyCGMPkUaLPE251)

{% hint style="info" %}
Make sure you have selected the correct service in the drop-down box above. Here you can distinguish between the translation characters included in the LazyMerch subscription, the DeepL Free subscription or the DeepL Pro subscription.
{% endhint %}

### Integration Check

If the integration worked and you saved the settings, you should now see the correct number of your translation characters in the [bottom bar](/instruction/workspace.md#bottom-bar) of the workspace.


---

# 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://automation-docs.lazymerch.com/helpful-features/deepl-api-key.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.
