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

***

### 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="getting-started/quickstart">quickstart</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="key-concepts">key-concepts</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="modules">modules</a></td></tr><tr><td><h4>Functionalities</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="roles">roles</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="administration">administration</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="api">api</a></td></tr></tbody></table>


---

# 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.notyfire.io/readme.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.
