> For the complete documentation index, see [llms.txt](https://docs.myneighboralice.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myneighboralice.com/overview/how-to-enable-the-game-on-safari.md).

# How to enable the game on Safari

{% hint style="warning" %}
For the time being, we recommend using browsers other than Safari for a smoother experience while we work on addressing the current issues.
{% endhint %}

These are the steps to activate WebGPU in Safari:

## Step 1 - Activate "Developer" settings on Safari to activate the WebGPU feature flag.

* Open **Safari** on your Mac.
* Click **Safari** in the **top-left menu bar.**
* Select **Settings** (or **Preferences** on older versions).
* Go to the **Advanced** tab (furthest to the right).

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfHerAt80wILkg46EVrfaEUO3vlv89S_bxVgz9F78doL7B8PaHi8ceAhTg8CCjUm-kMJYyZRvyP-N8A0W88WzVbq5Vmnb2-mKY_RAzw-PnQqvm5SJ8ybhqrlWGRu2fGHqSi__0CyQ?key=gFOvRJtvU8fPyY2MPxjbqA" alt=""><figcaption><p>Check "Show Develop menu in menu bar"</p></figcaption></figure>

At the bottom, check the box: **Show features for web developers** (or “Show Develop menu in menu bar”)<br>

## Step 2 - Go to Feature "Flags" and search for WebGPU and enable.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXce2MJgnFwDsHqjDCj8FfZLVZZJrOSsh36qj7UvrQRfFA3rzcf7HiesTTiiPNScMGBUEmezzIDw1xsbBL1dFg-rPwSNor1obcCFgeG4HbSglVWeVso3jDqsIA--YMaR175i24HYww?key=gFOvRJtvU8fPyY2MPxjbqA" alt=""><figcaption><p>Feature Flags</p></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfzfDH6pu58SQ-CdfzMrfexPtbga3AML5oMX3W1p1kOOYXH8Lj9Rcl_hMieDpHc8svmFOkT1dlKVzsi8cw3qQJqV03QNzU9hADmUKKGM_DYQmwKPtJ89F1_j_XQW7V3D-JP628lCQ?key=gFOvRJtvU8fPyY2MPxjbqA" alt=""><figcaption><p>WebGPU</p></figcaption></figure>


---

# 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.myneighboralice.com/overview/how-to-enable-the-game-on-safari.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.
