# Ravenhub Docs

## Ravenhub Docs

- [Getting started with Ravenhub](https://docs.ravenhub.io/master.md): Ravenhub is a complete, real-time notification system that you can add to your web app. This guide will walk you through adding the notification center to your app and sending your first notification.
- [Ravenhub API](https://docs.ravenhub.io/ravenhub-api.md)
- [Templates](https://docs.ravenhub.io/templates.md): Templates define the content of the notifications that are sent to your users. Templates can include data from your application using merge tags as well as actionable buttons and of course emojis!
- [Broadcasts](https://docs.ravenhub.io/broadcasts.md): You can use broadcasts to send one-time messages like announcements and promotions that show up in your users' notification centers
- [Event Types](https://docs.ravenhub.io/event-types.md): Use event types to send notifications to your users based on activities and actions in your app. Think of these as triggers for your notifications.
- [Notification Center](https://docs.ravenhub.io/notification-center.md)
- [Event Stream](https://docs.ravenhub.io/event-stream.md): The Event Stream page can be used for debugging notifications and seeing the latest notifications
- [Slack Integration](https://docs.ravenhub.io/slack-integration.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ravenhub.io/master.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.
