# Project Management

**Saving a Project**

* If you need to pause your work, save your progress by clicking **\[File]** in the main menu and selecting **\[Save Project]** or clicking the **\[Save Project]** icon.
* This will save all your edits to the current project before exiting Punkland Studio.

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

**Opening a Project**

* To resume a project, click **\[File]** in the main menu, then select **\[Open Project]** or use the **\[Open Project]** icon.
* Choose the desired project file and click **Open** to continue editing.

**Closing a Project**

* To close the current project, click **\[File]** in the main menu and select **\[Close Project]**.
* This will close the project without exiting the studio.

**Exiting Punkland Studio**

* To exit Punkland Studio, click **\[File]** in the main menu and choose **\[Exit]**.
* Alternatively, you can close the studio by clicking the **X** button in the top-right corner of the screen.


---

# 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.punkland.io/punkland-studio/start/project-management.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.
