# API documentations

You can authenticate APIs using either [OAuth2](/~/changes/8nxu1gB5bGpm7B5IZlQ8/developer/authorizing-rememberizer-apps.md) or [API keys](/~/changes/8nxu1gB5bGpm7B5IZlQ8/developer/registering-and-using-api-keys.md). OAuth2 is a standard authorization framework that enables applications to securely access specific documents within a system. On the other hand, API keys provide a simpler method to retrieve documents from a common knowledge base without the need to undergo the OAuth2 authentication process.

{% openapi src="/files/h8fXgMriNNserGkig06Z" path="/documents/" method="get" %}
[Broken mention](broken://files/h8fXgMriNNserGkig06Z)
{% endopenapi %}


---

# 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.rememberizer.ai/~/changes/8nxu1gB5bGpm7B5IZlQ8/developer/api-documentations.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.
