> For the complete documentation index, see [llms.txt](https://sunfish-studios.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sunfish-studios.gitbook.io/main/vehicle/getting-started/demo-scenes.md).

# Demo Scenes

We currently have two demo scenes showcasing the main fishing modes: **Default** and **Reeling**.

<div align="left"><figure><img src="/files/65UV6CHS7XHesnCQCMaf" alt=""><figcaption></figcaption></figure></div>

* **Default Mode:** When a fish bites, the player simply pulls back the rod to instantly catch the fish.
* **Reeling Mode:** After a fish bites, the player must hold down a key to reel in the fish before it can be caught, adding an extra layer of challenge.

<div data-full-width="false"><figure><img src="/files/PrbcPdxe2NO9fHZQZOtp" alt="" width="272"><figcaption></figcaption></figure></div>

Both demo scenes feature **three distinct water spots**, each offering a unique variety of fish to discover.

<figure><img src="/files/kW2enze89tYfDnEwMwbH" alt=""><figcaption></figcaption></figure>

We currently have tree demo scenes showcasing the main fishing modes: **Default** and **Reeling**. and also a scenel with Mobile Setup.

<figure><img src="/files/WIzu14ujG31ndIloeUTB" alt=""><figcaption></figcaption></figure>

* **Default Mode:** When a fish bites, the player simply pulls back the rod to instantly catch the fish.
* **Reeling Mode:** After a fish bites, the player must hold down a key to reel in the fish before it can be caught, adding an extra layer of challenge.

<div data-full-width="false"><figure><img src="/files/PrbcPdxe2NO9fHZQZOtp" alt="" width="272"><figcaption></figcaption></figure></div>

* **Mobile:** This demo uses the same settings as the Reeling Mode scene and has mobile controls.

<figure><img src="/files/BEtIUaUwNC37yBC6iY5k" alt=""><figcaption></figcaption></figure>

All demo scenes feature **three distinct water spots**, each offering a unique variety of fish to discover.


---

# 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://sunfish-studios.gitbook.io/main/vehicle/getting-started/demo-scenes.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.
