# Lockr

{% hint style="info" %}
**Create Lockr.so Account**

Visit [lockr.so](https://lockr.net/r/junkie) and create a publisher account.

Complete your profile setup and verify your account.
{% endhint %}

***

{% stepper %}
{% step %}

### Open settings in the Sidebar

<figure><img src="https://junkie-development.de/docsapp/images/lockr-dash.png" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Get API Key**

Navigate to Settings → API in your Lockr.so Dashboard.

Copy the API Key from the REST API section.

<figure><img src="https://junkie-development.de/docsapp/images/lockr-settings.png" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.jnkie.com/integrations/lockr.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.
