# Project Setup

## Creating A Project

When opening AGM for the first time you will be prompted with this:

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

it is highly recommended that you follow through with the [tutorial](https://guild.rpgmakerofficial.com/t/topic/46) to better understand how AGM works! However, we won't be doing that here. From now on when you open AGM you should see 3 buttons! **Create New, Load File, and Tutorial.**

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

You have a a few options! We'll focus only on Project Path for now! If you enable the switch you can choose what file path on your computer that your project will save at. Keep in mind that if you move this folder elsewhere, you will have to reimport it into AGM again!

Once you are done choosing the folder and choosing your project's name, click the "Create" button!

Congratulations! Your screen should look like this!

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

You have successfully created a new AGM project and are now ready to move onto creating your first game!


---

# 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/getting-started/project-setup.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.
