# Authorization

To talk to us, you need some Authorization. Simply head to [API key](https://memerator.me/api/auth) to get you set up! It's crucial to not tell anyone this! It's secure, for you, and with it, anyone can use your account. **All requests require authorization.**

Once you have a key, you simply need to add an Authorization header to your requests.

`Authorization: [your key]`


---

# 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.memerator.me/auth.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.
