> For the complete documentation index, see [llms.txt](https://mind-expression-docs.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mind-expression-docs.gitbook.io/home/quickstarts/create-scope.md).

# Create Scope

### Before you begin

You need to sign up and sign in first in order to access the Mind Expression builder. Click **Get Started** at the top right of the screen to sign up or sign in to continue.

### Go to builder

Click **Go to Builder** at the top right of the screen or **Build Your AI for Free** to access the builder.

{% embed url="<https://mind-expression.s3.ap-northeast-2.amazonaws.com/dev/static/docs/media/quickstarts/01-create_scope_from_landing_to_the_builder.mp4>" %}

### Create Scope

{% embed url="<https://mind-expression.s3.ap-northeast-2.amazonaws.com/dev/static/docs/media/quickstarts/01-scope_creation_process.mp4>" %}

Once you access the builder, you will be on the Scopes page. From there, click **Create Scope**. Choose a Scope mode that labels the Scope, whether it is for development or production. Then enter a name for the Scope. The time zone is pre-selected based on your location. If you wish to choose another, open the dropdown menu and select a time zone. Click **Create** when done.\
\
For more information about Scope, see [Concepts: Scopes](https://me-dev.mind.ai/docs/concepts/scopes).<br>

### Go to Scope details

![](https://mind-expression.s3.ap-northeast-2.amazonaws.com/dev/static/docs/media/quickstarts/01-manage_scope_from_scope_details.png)

You will see all your Scopes on the Scopes page. Click a Scope to go to its details page.

### Manage Scope

![](https://mind-expression.s3.ap-northeast-2.amazonaws.com/dev/static/docs/media/quickstarts/01-manage_scope_from_scopes.png)

![](https://mind-expression.s3.ap-northeast-2.amazonaws.com/dev/static/docs/media/quickstarts/01-scope_list.png)

You can manage your Scope from the Scope list or on the Scope details page. Open the more actions menu to edit or delete your Scope.


---

# 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://mind-expression-docs.gitbook.io/home/quickstarts/create-scope.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.
