# /announce

{% hint style="warning" %}
**Tip:** in order to use **/announce**, users must first run [**/register**](/overview/slash-commands/register.md) to link a Steam Profile! We then suggest reading more on [**/notify**](/overview/slash-commands/notify.md) to understand how to gain LFG subscribers.
{% endhint %}

## Usage

In order to access this command visit any text or thread channel and type **/**, then select **/announce**.

**/announce** is a key addition to a host's capabilities, allowing direct communication with their current followers. This can be used to broadcast a variety of helpful information such as reminders for upcoming matches, changes to rules, helping a fellow host by broadcasting their match details, etc.&#x20;

![Using \n will allow for new lines in your description!](/files/U206jlpRmce9RLHt6Cdh)

### Available Parameters

The below option is required in order to send an announcement:

{% tabs %}
{% tab title="📣 Announcement" %}
This parameter is required, used to provide the desired message to broadcast to all your current LFG subscribers.

![Brief overview of your plans, 2000 characters or less in length.](/files/FFxfVFcrzcYSFLJjQUIu)

{% hint style="info" %}
**Tip:** see the below steps for formatting a post like the below image did!

**• Quote Blocks:** type '**>** ' (with a space) before your desired set of text

**• Italics:** surround words in single stars '**\****word***\***' to italicize it

• **Bold:** surround words in double stars '**\*\*word\*\***' to bolden it
{% endhint %}
{% endtab %}
{% endtabs %}

![Above pictured is a sent announcement, translating your parameters into a formatted embed.](/files/ityXpdVxlPrPuiTdXqJR)

### Results

Upon sending a successful announcement, users will be presented with a embed, a formatted response. Attached to this will be buttons for any user to engage with.

* [ ] 👥 **Add Host as Friend:** This button will be generated for every new Announcement Post. The purpose of this button is to automatically launch your Steam Client, and send a friend request to the host. (**Ex:** [Friend Link](steam://friends/add/76561198125995835))
* [ ] 🔔 **Un-Subscribe**: This button be generated for every new Announcement Post and is used to unsubscribe from the host in the event they wish to no longer receive notifications. Simply pressing this again will re-subscribe the user.


---

# 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://steamlfg.gitbook.io/overview/slash-commands/announce.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.
