# Reflect

Edit the reflect notes example (under the Reflect folder). Generate an access token [here](https://reflect.app/developer/oauth), first create an oAuth app (you can fill in any urls i.e <https://inbox-ai.app>), and then press "Generate access token"

<figure><img src="/files/HJSGWqKDzwN5TaVnQzze" alt=""><figcaption></figcaption></figure>

Paste the access token in the Access Token field. Fill in your graph name under graph ID, and optionally select a list to place tasks under.

<figure><img src="/files/x5sYIqN50WTyvsHLV28y" alt=""><figcaption></figcaption></figure>

Now either link the 'Extract Tasks & Add" to a hotkey, or add the "Create Task" actions to your process audio actions.


---

# 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://dreetje-1.gitbook.io/inbox-ai/integrations/reflect.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.
