# Headers

The request requires the following headers to be included:

* `Authorization`: This header should be set to "`Bearer [token]`". Replace `[token]` with your unique token. The token can be found by accessing the account info page in the Graphite Note app, under the section displaying your current plan information.

<figure><img src="/files/Oer98ybZ1iNyB3Q0VMUD" alt="" width="563"><figcaption></figcaption></figure>

* `Content-Type`: This header should be set to "application/json" to indicate that the request payload is in JSON format.


---

# 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.graphite-note.com/graphite-note-documentation/rest-api/prediction-api/request-v2/headers.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.
