> 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/add-subject.md).

# Add Subject

### Before you begin

You need to create a Scope in order to add Subjects to it. To learn how to create a Scope, see [Quickstarts: Create Scope](/home/quickstarts/create-scope.md).

### Add Subject

Select a Scope to add a Subject to. From there, click **Add Subject**. Select a Subject type that matches your session goal. For detailed information about Subject types, see [Concepts: Subjects](/home/concepts/subjects.md). Fill in the form and click **Add**.

#### **Subject Name**

Create a subject name that describes effectively what the subject is about.

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

#### Query statement

The Query Statement is the statement that the AI is going to recognize. To setup the Query Statement, just click on `Set up Query Statement.`&#x20;

After clicking on Set up Query Statement, a pop up will show on your screen, just enter the statement for your subject then click on `Recognize Statement`.&#x20;

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

The recommended statement is the statement which is semantically related to more ontologies and can generally capture more statement structures with the same intent. To use the recommended statement, just tick the checkbox saying Use Recommended Statement.&#x20;

#### Additional Statement to Recognize

Users can configure more than one Query Statement per subject. Just click on the second Set Up Query Statement button and recognize any statement which may be related to the subject.

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

### Select Subject

![](/files/17xK7ZCavZyzd8g2ZeGL)

If you have created Subjects, you will see all of them on the Scope details page. Click a Subject to go to its details page.

### Manage Subject

![](/files/m9ybt1KWZ7GTUobvHE7y)

![](/files/bdyE00IoxHOMF9Um1YNA)

You can manage your Subjects on the Scope details page or on the Subject details page. Click the more actions menu to edit or delete your Subject.

<br>


---

# 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/add-subject.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.
