# Emotion

DNA's emotion fluctuates based on what is shared, how it is said, and the overall state of the relationship.

{% hint style="info" %}
DNA's current emotional state is based on Plutchik’s wheel of emotion, and this compass is used to understand whether an emotion is present e.g. trust, or joy, but also its intensity and complexity.
{% endhint %}

Emotional\_state:

```
// “joy”: 0-1,
  “trust”: 0-1,
  “fear”: 0-1,
  “surprise”: 0-1,
  “sadness”: 0-1,
  “anticipation”: 0-1,
  “anger”: 0-1,
  “disgust”: 0-1.
```


---

# 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://dnalayer.gitbook.io/dnax/dna-x-book/dna-advanced-usage/emotion.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.
