# Frequently Asked Questions

<details>

<summary>How to allow someone to use Announce?</summary>

1. Go to your **Server Settings**.\
   ![](/files/jqnuu8Z7WLZQkwMEUMFk)
2. Select the **Integrations** tab and click on **Announce**.\
   ![](/files/kiZbMjS0iLIoeLu2XSv0)
3. On the new screen, allow roles and members to use Announce in certain or all channels.\
   \*Note: Most commands require the `MANAGE MESSAGES` permission.\
   ![](/files/VV6tV8a3xoCOxcrD4B49)
4. In order to allow using commands without the `MANAGE MESSAGES` permission, click on a command to add an override. Example configuration:\
   ![](/files/Gs2cdqpeknEAj8bcuA17)

</details>

<details>

<summary>How to send a multi-line announcement?</summary>

Discord doesn't support multi-line announcements in commands directly, but you can:

1. **Use Discord mobile:** Send multi-line announcements without issues.
2. **Desktop workaround:** Write your announcement as a regular message. When ready, add `/announce now channel:#general message:` at the beginning (replace `general` with your channel name).
3. **Use /embed:** Create an embed for a multi-line announcement.

</details>

<details>

<summary>Is there a way to change Announce timezone?</summary>

No, Announce uses UTC timezone and this cannot be changed. To set your scheduled announcements:

* Use the `/time` command to get the current time of the bot.
* Use an external website to convert your local timezone to UTC.

</details>

<details>

<summary>How to send an announcement every time a member joins the server?</summary>

This feature is not available in Announce yet.

</details>

<details>

<summary>Can Announce send recurring announcements?</summary>

No, recurring announcements are not supported in Announce yet.

</details>


---

# 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://announce.gitbook.io/announce/frequently-asked-questions.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.
