> For the complete documentation index, see [llms.txt](https://docs.altu.d1.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altu.d1.cx/mais/release/14-05-2020-1.md).

# 14/05/2020

## Nova gestão de NLU <a href="#nova-gestao-de-nlu" id="nova-gestao-de-nlu"></a>

Reformulamos a gestão de NLU dentro da plataforma, separando completamente sua gestão em relação aos assistentes. Alguns pontos importantes em relação a isso:

1. Agora é possível ter o mesmo NLU associado a vários Assistentes (bots).
2. Pode ser criado assistentes sem NLU. Nesse caso não haverá reconhecimento de intenções e entidades. **Recomendamos somente associar um NLU a um assistente quando ele de fato precisar de interpretação de linguagem natural**.
3. Detalhes de como associar um NLU a um Assistente podem ser encontrados [**aqui**](broken://pages/-MYdi63eDCG8aSZzhTt5)**.**
4. Detalhes da nova gestão de NLU podem ser encontrados [**aqui**](broken://pages/-MYdi63eDCG8aSZzhTt5)**.**

![](https://gblobscdn.gitbook.com/assets%2F-MBLIXIoG7ExmF2IHzbu%2F-MBf3mRNcyZS8JNFN3g4%2F-MBf8vzkIdPBUAnMXD0-%2Fnew_nlu_view.png?alt=media\&token=73147d19-ff9c-40ea-9692-7640d591d6f9)

## Reestruturação do menu lateral (sidebar) <a href="#reestruturacao-do-menu-lateral-sidebar" id="reestruturacao-do-menu-lateral-sidebar"></a>

Reestruturamos o menu lateral da plataforma para condizer com os nossos pilares: **Build**, **Connect**, **Train** e **Monitor**:

Acreditamos que ficou mais intuitivo e fiel a nossa visão de plataforma de IA conversacional.

![](https://gblobscdn.gitbook.com/assets%2F-MBLIXIoG7ExmF2IHzbu%2F-MBf3mRNcyZS8JNFN3g4%2F-MBf96m7t0MMvyI97S52%2Fsidebar.gif?alt=media\&token=6174eb20-936e-4907-9695-aada6156793e)

## Configuração de labels para os campos extra1 e extra2 de Eventos <a href="#configuracao-de-labels-para-os-campos-extra1-e-extra2-de-eventos" id="configuracao-de-labels-para-os-campos-extra1-e-extra2-de-eventos"></a>

Temos em eventos os campos `extra1` e `extra2` como índices. Entendemos que na exibição dos eventos na timeline dos atendimentos esses nomes não são intuitivos e não informam a que o dado se refere. Para solucionar esse problema, agora é possível definir labels para eles.

Os labels podem ser configurados na tela de gestão de eventos, em `Monitor > Eventos`.

![](https://gblobscdn.gitbook.com/assets%2F-MBLIXIoG7ExmF2IHzbu%2F-MBf3mRNcyZS8JNFN3g4%2F-MBf9Cl71Y21LPvMH0yb%2Fevents_labels.gif?alt=media\&token=fea2d97d-a4b1-4649-a5b8-bd6e47ecd15a)


---

# 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://docs.altu.d1.cx/mais/release/14-05-2020-1.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.
