# nivel\_confianca

O evento **nivel\_confianca** tem o objetivo de registrar toda vez que o cognitivo do assistente é acionado. O evento é salvo indicando se o nível de confiança é high ou medium e a dúvida do usuário, também salvamos nos `details` a `intent` e o `score_level` registrados.

Com este evento, temos a possibilidade de saber o fluxo percorrido no cognitivo do assistente, e as dúvidas mais comuns.

* **Identificador:** `nivel_confianca`
* **Label:** `Nível de confiança atribuída pelo cognitivo`
* **Label extra1:** `Score level`
* **Label extra2:** `Dúvida`
* **Details.field1:** `Intent`

{% hint style="info" %}
Aprenda mais sobre o [NLU](broken://pages/-MYdi63eDCG8aSZzhTt5) na página de Train&#x20;
{% endhint %}


---

# 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://docs.altu.d1.cx/boas-praticas/eventos/eventos-padroes/nivel_confianca.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.
