# General Information

- [Getting Stripe Keys](https://docs.novel.dev/guides/knowledge-base/general-information/getting-stripe-keys.md)
- [Getting Postmark Keys](https://docs.novel.dev/guides/knowledge-base/general-information/getting-postmark-keys.md)
- [Getting Github Oauth Credentials](https://docs.novel.dev/guides/knowledge-base/general-information/getting-github-oauth-credentials.md)
- [Using AWS S3](https://docs.novel.dev/guides/knowledge-base/general-information/using-aws-s3.md)
- [Using Cloudflare R2](https://docs.novel.dev/guides/knowledge-base/general-information/using-cloudflare-r2.md)
- [Getting VAPID Keys](https://docs.novel.dev/guides/knowledge-base/general-information/getting-vapid-keys.md)
- [Getting Anthropic API Keys](https://docs.novel.dev/guides/knowledge-base/general-information/getting-anthropic-api-keys.md)
- [Using Sentry](https://docs.novel.dev/guides/knowledge-base/general-information/using-sentry.md)


---

# 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.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.
