> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/walkthrough/introduction/main-menu.md).

# Main Menu

Upon launching World Creator and activating it successfully, you will be presented with the main menu that resembles the image below:

<figure><img src="/files/9j6Zf25vIa24AYdIhA7U" alt=""><figcaption></figcaption></figure>

## **Main Menu Options**

<table><thead><tr><th width="179.7000732421875">Property</th><th>Description</th></tr></thead><tbody><tr><td><strong>New</strong></td><td>Create a new blank project.</td></tr><tr><td><strong>Templates</strong></td><td>Provides a solid foundation to kickstart your project, complete with pre-applied filters.</td></tr><tr><td><strong>Recent</strong></td><td>Displays a list of projects that were recently used on the right.</td></tr><tr><td><strong>Load</strong></td><td>Opens the file browser, allowing you to select a project for loading.</td></tr><tr><td><strong>Samples</strong></td><td>Displays a list of integrated samples on the right.</td></tr><tr><td><strong>Docs</strong></td><td>Opens this documentation in your default web browser.</td></tr><tr><td><strong>News</strong></td><td>Takes you to the news page on our website.</td></tr><tr><td><strong>Logout</strong></td><td>Logs you out by redirecting you to the Activation Screen, where you need to re-enter your login credentials.</td></tr></tbody></table>

## Language

You can select the language you want to switch to from the top-right corner. World Creator supports the most commonly used languages around the world, and we intend to add more soon. If you notice anything that is not accurately translated, please inform us so we can promptly revise and adjust it.

## Social

You can see our social channels by scrolling down to the bottom. We would be sincerely grateful if you would follow us on our social media channels. We frequently post new content on our social media channels, including daily or weekly visuals and shared content from our community.


---

# 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://docs.world-creator.com/walkthrough/introduction/main-menu.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.
