> For the complete documentation index, see [llms.txt](https://docs.notyfire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notyfire.io/readme.md).

# Welcome

## Welcome to the Notyfire Documentation

Welcome to the official documentation for **Notyfire**, a comprehensive platform designed to provide real-time visibility into crucial software delivery and organisational communication. This guide is designed to help users of all roles - from standard subscribers to system administrators - navigate and master the platform's features.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3>Notifications flow</h3></td><td><a href="/files/KIT85a0L7fnM90Y2Kk25">/files/KIT85a0L7fnM90Y2Kk25</a></td><td><a href="/pages/rGNG6hMnzTq1cgrcpSQY">/pages/rGNG6hMnzTq1cgrcpSQY</a></td></tr><tr><td><h3>Modules</h3></td><td><a href="/files/nyHqKBs8trTSN2ApoxdY">/files/nyHqKBs8trTSN2ApoxdY</a></td><td><a href="/pages/awmz58i4nTjAnw6QRrsC">/pages/awmz58i4nTjAnw6QRrsC</a></td></tr></tbody></table>

### Navigation Roadmap

Following the structure of this documentation, you can explore Notyfire through the following key sections:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Getting started</h4></td><td><mark style="color:$info;">Quickstart</mark></td><td>If you are new to the platform, begin here to hit the ground running.</td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4>Key concepts</h4></td><td><mark style="color:$info;">Subscriptions</mark></td><td>The heart of Notyfire’s alerting logic is the <strong>Subscription</strong> system. Understand how to use <strong>Filters</strong> to link specific events to your preferred communication channels.</td><td><a href="/pages/KcpvVJC0TaTZZdyRissG">/pages/KcpvVJC0TaTZZdyRissG</a></td></tr><tr><td><h4>Modules</h4></td><td><mark style="color:$info;">Overview</mark></td><td><strong>Notyfire</strong> is bifurcated into two distinct data streams to ensure you only focus on what is relevant to you.</td><td><a href="/pages/aOjs4gC5WzIpifbjuGsn">/pages/aOjs4gC5WzIpifbjuGsn</a></td></tr><tr><td><h4>Roles</h4></td><td><mark style="color:$info;">Overview</mark></td><td>Explore specific documentation tailored to your assigned role in the system: <strong>Subscriber, Publisher, Developer, Manager, Admin.</strong></td><td><a href="/pages/mN5No3VHleZyDJTlhC0e">/pages/mN5No3VHleZyDJTlhC0e</a></td></tr><tr><td><h4>Administration</h4></td><td><mark style="color:$info;">Instance configuration</mark></td><td>For technical users and system owners, these sections cover <strong>Instance Configuration</strong> and <strong>Integrations.</strong></td><td><a href="/pages/2HsrYanFLbFGQXvuRBwj">/pages/2HsrYanFLbFGQXvuRBwj</a></td></tr><tr><td><h4>API</h4></td><td><mark style="color:$info;">Authentication</mark></td><td>Technical references for <strong>Authentication</strong> and programmatic interaction with the Announcements and Development modules.</td><td><a href="/pages/1gdNxKnbJpbjnzMAlfUY">/pages/1gdNxKnbJpbjnzMAlfUY</a></td></tr></tbody></table>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.notyfire.io/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
