# Entities

Entity extract is broken down into three steps.

1. **Extraction:** Entities, their associated actions and relationships to other entities are identified.
2. **Linkage:** Entities are linked/resolved to Wikidata and other knowledge bases.
3. **Sentiment Analysis:** Sentiment for the entity is calculated based on their associated actions.&#x20;
   1. **Sentiment Score:** The score exists on a scale between -1 and 1. Anything below -0.5 should be considered negative, anything above +0.5 should be considered positive.
   2. **Confidence Score:** A confidence score indicates the relative level of confidence in that sentiment score. It is calculated based on the deviation between multiple actions and weighted by the number of actions that have been identified.

<figure><img src="/files/YTeMKGHlFat3t3C19mwS" 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://athena-10.gitbook.io/athena-api/getting-started/data-model-reference/entities.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.
