# Getting started

### What is it ?

A scene is a specific part of your game that is composed of GameObject.

For example you can use a scene for your main menu and another for first game scene like a cinematic.

This system is like a movie. Each scene is made for different settings.

### Why create scene ?

Scene permit a good game managing. If something goes wrong in one of the scenes, the other scenes are not affected.

### Camera

A scene needs a camera. This camera gives to graphical library all information about the 3D models to be placed in world.


---

# 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://kap35.gitbook.io/kap-engine-wiki/user-manual/scene/getting-started.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.
