# GameScene Node

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

The GameScene Node is a node where all of your gameplay will take place inside of. Think of it like a Container that houses all of your maps and assets in a single instance! You can create one by clicking the Game Scene button on the far left side of the screen.

<figure><img src="/files/62FGjKaiQXZmhwcBosNQ" alt=""><figcaption></figcaption></figure>

Once you create a Game Scene your screen should look a little something like this.

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

As you noticed on the left side there are a huge range of [nodes](/action-game-maker-docs/agm-nodes/gamescene-node.md). we will start off with what the [SceneLayer](/action-game-maker-docs/agm-nodes/scenelayer-node.md) node is.


---

# 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://action-game-maker-community.gitbook.io/action-game-maker-docs/agm-nodes/gamescene-node.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.
