# New Scene Wizard

## New Scene Wizard Documentation

This page only describes the additional options the AnyMMO New Scene Wizard adds.  For full documentation, see the the [base New Scene Wizard documentation](https://docs.anyrpg.org/wizards/new-scene-wizard).

## Accessing The Wizard

The New Scene Wizard requires that one of your game scenes with either a GameManager or SceneConfig object is open in the editor so that it can determine which game to install the content into.

The New Scene Wizard can be opened by clicking *Tools* in the menu bar, and selecting *AnyRPG > Wizard > FishNet > New Scene Wizard*.

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


---

# 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://docs.anyrpg.org/anymmo/wizards/new-scene-wizard.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.
