> 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/evidence/expected-connections.md).

# Expected Connections

Players look at the connections they have in common with the person they're evaluating and ensure that the ones they would expect to see are actually there. [The "Smart Sort" default filter](/aura/advanced-features/filters.md#smart-sort-default) for the Connections tab of a Subject Profile shows people that both you and the subject already know at the top of the results list.

{% content-ref url="/pages/QtmJfeNZykwNl103JvfJ" %}
[Filters](/aura/advanced-features/filters.md)
{% endcontent-ref %}

Your connection level ("Already Known" 😎, for example) to a person is shown on the left side of their [connection card](/aura/evidence/participant-cards.md#connection-cards), while that person's connection level to the subject is shown on the right side of the card.

<figure><img src="/files/ag7bAdqfybTmrJfNb9Xh" alt=""><figcaption><p>Smart Sort showing expected connections</p></figcaption></figure>

If expected “Already Known” 😎 connections are missing, this could be a sign of a [sybil attack](https://en.wikipedia.org/wiki/Sybil_attack), and you should give the subject a low confidence or negative evaluation.

[Connection cards](/aura/evidence/participant-cards.md#connection-cards) are described in more detail the "Participant Cards" section.

{% content-ref url="/pages/q1NeCUVVAmHDCP2wW2SV" %}
[Participant Cards](/aura/evidence/participant-cards.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/evidence/expected-connections.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.
