> For the complete documentation index, see [llms.txt](https://docs.dryad.app/dryad-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dryad.app/dryad-documentation/how-to-enable-audio-autoplay-for-dryad-alerts.md).

# How to Enable Audio Autoplay for Dryad Alerts

Dryad uses audio alerts to notify you of critical wildfire events. Some browsers block sound from playing automatically.\
Follow the steps below to ensure you receive audio alerts on your preferred browser.

## Google Chrome (Desktop)

1. Click the **lock icon** next to the website address in the address bar.
2. Select **Site settings**.
3. Scroll to **Sound**.
4. Set it to **Allow**.
5. Return to the Dryad tab and refresh the page.

## Microsoft Edge (Desktop)

1. Click the **three-dot menu (...)** in the upper-right corner of the browser.
2. Go to **Settings > Privacy, search, and services**.
3. Scroll down and click **Site permissions**.
4. Select **Media autoplay**.
5. Under **Allow**, click **Add**, enter `https://dryad.app`, and click **Add**.
6. Return to the Dryad tab and refresh the page to activate audio alerts.

## Mozilla Firefox (Desktop)

1. Click the **permissions icon** (gear or shield) next to the site URL in the address bar.
2. Find **Autoplay** and set it to **Allow Audio and Video**.
3. Refresh the page to activate sound alerts.

## Safari (macOS)

1. Go to the Dryad website.
2. In the top menu, click **Safari > Settings for This Website**.
3. Find the **Auto-Play** setting.
4. Select **Allow All Auto-Play**.
5. Refresh the page to enable audio.

## Still Need Help?

If you're still experiencing issues, contact our support team at <support@dryad.app> for assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dryad.app/dryad-documentation/how-to-enable-audio-autoplay-for-dryad-alerts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
