# Engine Mode

## Initiate Debugging

From VSCode;&#x20;

* Open a terminal window with `` CTRL+` `` &#x20;
* Switch to bash, if needed

```
npm run build
```

Open a second terminal pane, by clicking the split pane button.&#x20;

```
npm run serve
```

> Now the code is running locally

In the site, you can change the engine mode&#x20;

```
?engine.mode=dev
```

```
?engine.mode=prod
```


---

# 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://engine.sygnal.com/future/dev-team-notes/engine-mode.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.
