# Publish Your First Announcement

This quick guide helps you publish your first announcement in under 2 minutes.

{% stepper %}
{% step %}

#### Open Announcements

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

{% step %}

#### Create a New Announcement

Click **add new** button.
{% endstep %}

{% step %}

#### Fill in the Details

Fill **Type**, **Summary** and other required fields and choose related systems if needed to be sure your announcement is well classified.
{% endstep %}

{% step %}

#### Publish

Click **Add**.

Your announcement is now:

* Visible in the announcements view
* Delivered to subscribed users as notification
* Logged for future reference
  {% endstep %}

{% step %}

#### Verify Delivery

Check the announcements view to ensure:

* Content is correct
* Classification is accurate
* Visibility matches expectations
  {% endstep %}
  {% endstepper %}

### ✅ You’re Done!

You’ve successfully published your first announcement.

### :thumbsup: Best Practices for Announcements

* Keep summaries short and descriptive
* Avoid sending not important announcements with poor classification
* Use announcement templates to keep communication consistent


---

# 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/publish-your-first-announcement.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.
