> For the complete documentation index, see [llms.txt](https://brightid.gitbook.io/aura/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brightid.gitbook.io/aura/how-to-play/subject-profile.md).

# Subject Profile

<figure><img src="/files/mGzCVGOYObCrxYF7Mlyx" alt=""><figcaption><p>Subject profile</p></figcaption></figure>

From the subject profile screen, you can check your connection level to a person, whether or not they set up social recovery, and the last time they used their BrightID. These help you decide whether the person still has control over their account or if it's a duplicate.

{% embed url="<https://brightid.gitbook.io/brightid/install/recover-move/social-recovery>" %}

Aura displays other evidence to help you make your evaluation under [the "Evidence" section](/aura/evidence/expected-connections.md).

{% content-ref url="/pages/eZeZtWQnEnD7rTMmGJbM" %}
[Evidence](/aura/evidence/expected-connections.md)
{% endcontent-ref %}

When you're ready to evaluate, choose a confidence level from "Low" to "Very High."  Be careful not to overstate your confidence--[Aura Trainers](/aura/roles/trainers.md) will review your evaluations for accuracy.

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

Once you submit three evaluations, you unlock the ability to level up by having [Trainers](/aura/roles/trainers.md) review your work.

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

{% content-ref url="/pages/zWfHA46el8ZqxsBoPnJw" %}
[Level Up](/aura/how-to-play/level-up.md)
{% endcontent-ref %}


---

# 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://brightid.gitbook.io/aura/how-to-play/subject-profile.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.
