# Reference

- [BCC Messages](https://happybara.gitbook.io/nightowl/reference/bcc-messages.md): Messages with one or more recipient that are sent immediately
- [Scheduled Messages](https://happybara.gitbook.io/nightowl/reference/scheduled-messages.md): Messages with one or more recipients that are sent later
- [Recurring Messages](https://happybara.gitbook.io/nightowl/reference/recurring-messages.md): Messages with one or more recipients that are sent on a recurring schedule
- [Draft Messages](https://happybara.gitbook.io/nightowl/reference/draft-messages.md): A draft of a message to any number of recipients that can be sent now, later, or on a recurring schedule
- [Recipient Groups](https://happybara.gitbook.io/nightowl/reference/recipient-groups.md): A group of conversations you can message
- [Admin Settings](https://happybara.gitbook.io/nightowl/reference/admin-settings.md): Manage access and permissions
- [Formatting Messages](https://happybara.gitbook.io/nightowl/reference/formatting-messages.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://happybara.gitbook.io/nightowl/reference.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.
