> For the complete documentation index, see [llms.txt](https://tools.continis.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.continis.io/fast-enter-play-mode/setting-up.md).

# Setting up

{% hint style="info" %}
Please note: this utility is only compatible with Unity 6.3 and up.
{% endhint %}

## Enabling the button

To display the Fast Enter Play Mode button in the main Unity toolbar, click on the 3 dots in the top-right corner of the Unity editor, then choose **Fast Enter Play Mode > Fast Play Button**:

<figure><img src="/files/zgzy9LjAcm8d5PTpho3R" alt="" width="563"><figcaption></figcaption></figure>

Once the button has appeared, you can drag it to any position in the toolbar by holding Ctrl (or Cmd on Mac) and dragging with the Left Mouse button.

We recommend placing the button on the left of the Play Button, for easy access:

<figure><img src="/files/puzDmKl3aJdT7TgW85K6" alt="" width="563"><figcaption></figcaption></figure>

## Setting Enter Play Mode Settings

For the button to make sense, you want the setting in **Project Settings > Editor >** **Enter Play Mode Settings** to be set to its default value, which is *Reload Domain and Scene*.

This way, whenever you press the Fast button, you get "fast mode"; while pressing the regular Play button allows you to go into Play mode with a clean slate.


---

# 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://tools.continis.io/fast-enter-play-mode/setting-up.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.
