# Instances

Access the **Instances** page under the **Project -> Settings.**

The **New Instance** button will open the instance page creation. Only accessible for Admins and the Owner of the project.

List of environments with actions:

* Delete an instance - this action might be disabled if it is the main instance or the instance is set as a *Live Instance*.
* Change instance branch - this action allows changing which branch is used for instance deployments. Note it it must be identical to the branch name on GitHub.
* Badges:
  * The branch badge contains information about the branch that the instance is linked to. It is also a link to that branch on GitHub.
  * The region badge identifies which region the instance belongs to.
  * The main instance badge indicates the main instance in the project.
  * A discoverable badge indicates if the instance can be discovered by Search Engine Bots. [Learn more here](/application-management/search-engine-bots-discovery.md).

<figure><img src="/files/XdYnqUBhxCRbU3Csy5vz" 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://help.readymage.com/project-management/project-settings/instances.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.
