# Getting Postmark Keys

Postmark will also be needed for you to be able to send messages. Head over to [Setting up Postmark](broken://pages/shXsQU9Eg5zyXf11t3mv) for more information.

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

Copy these keys over to your `.env` file or paste it into the CLI when requested.

<pre class="language-sh"><code class="lang-sh"><strong>POSTMARK_SERVER_TOKEN=423a***
</strong></code></pre>


---

# 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.novel.dev/guides/knowledge-base/general-information/getting-postmark-keys.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.
