# Create a new scene

After having created the project from the ZenCreate Home Page you can start working on the Project Page. The Project Page is the area dedicated to the scenes that will make up your app. From here you can duplicate or delete scenes or select them as the "main scene". You can also monitor the links between the scenes. The links will depend on the "navigation buttons" you create for navigating the app.

### **Create a new scene**

In the 'Project Page' you can create the first scene by selecting the placeholder with the "+" icon.

![](https://lh6.googleusercontent.com/SPDSqC1DCzt57X6fXdiNEzd5jDQKxgXD7fJOAZd3ZHP0l--x7nt2efZWowsNvWQaJ-JnfjBRkBmnQtRiaTfNhrqqDBAStI1QPTf3ZTr52zZwRQEcEbDsl0i7cQSIbztyxUpCidKo)

A pop-up window called 'New scene' will open.

![](https://lh4.googleusercontent.com/1RUwsHuwq59cGOVy1GIEIRIh6L_Bkp4o_ikmx5dQWVlYV3YL80Qhdx7gEA3FOYI0Hpej-UdWaT9igX9lFNaq1rKAcWz68bMmWp5vGKXsbtkkeRxYj88aBaPTSzJwhNrR8F_Eus-u)

In the popup you will have to enter the name of the Scene (max 25 characters) in the first box. The 'Scene type' in the second box allows you to select the type of scene you want to create from:&#x20;

* Generic
* Tale
* Timed view
* Game

A drop-down menu will open to select your preference.

The Tale Scene will show all the available layout options to choose from, while the Game Scene will show the types of game dynamics to be associated with it.

The '**Generic**' Scene is set by default if you do not select another type from the drop-down menu. The '**Timed view**' scene shares the same characteristics as the 'Generic' scene with the addition of a duration timer to be set.

To continue with the creation of the scene, select the '**Create**' button. To return to the Project Page and close the popup, select '**Cancel**'. Selecting 'Create' will open the new scene you’ve created.


---

# 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://info-176.gitbook.io/zencreate/the-project-page-where-it-all-begins.../create-a-new-scene.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.
