# Settings

The settings panel can be opened using the menu in the top left corner of the editor.

<figure><img src="/files/yttTgEOVPiV49jCNwXRq" alt="" width="563"><figcaption></figcaption></figure>

## General

The general setting panel can be used to **change the name** of your project, or **delete** it completely.

<figure><img src="/files/tieu21IxKhC2IHQNFmPy" alt="" width="563"><figcaption></figcaption></figure>

## Deployment

<figure><img src="/files/ZecDKsP01kYN7FoDDvzj" alt="" width="563"><figcaption></figcaption></figure>

## Secrets and Environment variables

You can read about how to manage secrets and environment variables [here](/midio-docs/guides/secrets-and-environment-variables.md).

## Publish package

You can read about how to work with the package manager [here](/midio-docs/package-manager.md).


---

# 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.midio.com/midio-docs/reference/overview/settings.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.
