# Create You First Subscription

This quick guide helps you create your first subscription in under 2 minutes.

{% stepper %}
{% step %}

#### Open Subscriptions

From the main navigation, select **Private subscriptions**.
{% endstep %}

{% step %}

#### Create a Notification Channel

Click **add new** button.

Give **Name**, select **Type and** add **Destination** (destination format is described here: [subscriptions](https://docs.notyfire.io/key-concepts/subscriptions "mention")).
{% endstep %}

{% step %}

#### Create Announcement Filter

Click **add new** button.

Prepare a **Filter** that will cover Announcements you are interested in.

Click **Add**.
{% endstep %}

{% step %}

#### Create Subscription

Click **add new** button.

Match **Notification Channel** with **Filter** you've just created (the same Filters and Notifications channels can be use many times).

Make sure the new **Subscription** is active (blue play icon.)

Now your subscription is active and will be checked when new Announcement is published.
{% endstep %}
{% endstepper %}

### ✅ You’re Done!

You’ve successfully created your first subscription.

### :thumbsup: Best Practices for Subscriptions

* Create Filter carefully - cover only Announcements you are really interested in. Otherwise you will generate communication noise in your inbox.


---

# 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/getting-started/create-you-first-subscription.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.
