> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/nlp/natural-language-processing-nlp/train-your-nlp.md).

# Treine seu NLP

## Treinar o NLP

Para treinar seu NLP:

1. Em qualquer seção da nossa plataforma, você encontrará um **Treinar NLP** botão disponível no canto superior direito, ao lado de **Publicar**.
2. Clique em **Treinar NLP**.

<figure><img src="/files/350b159d953758881b6cfff61c922e655bd07126" alt="" width="312"><figcaption><p>Treine seu NLP.</p></figcaption></figure>

### Por que treinar seu NLP

É importante treinar o modelo de NLP, especialmente após fazer alterações significativas como[ adicionar novas intenções](/chatlayer-documentation-pt-br/navegacao/natural-language-processing-nlp/intents.md#add-a-new-intent) ou modificar [entidades](/chatlayer-documentation-pt-br/nlp/natural-language-processing-nlp/detect-information-with-entities.md). Veja por quê:

* Refletir as alteraçõe&#x73;**:** as novas alterações feitas no modelo de NLP, como adicionar intenções ou entidades, não entrarão em vigor até que o NLP seja treinado.
* Teste&#x73;**:** ao atualizar o NLP, você pode testar facilmente o impacto dessas alterações no desempenho do seu chatbot. Isso permite ajustar e validar o comportamento do seu bot.

### Acompanhar o status da atualização do NLP

Para saber se o treinamento do seu NLP foi concluído com sucesso, faça um dos seguintes:

* Após atualizar o NL&#x50;**:** Depois de iniciar o processo de treinamento do NLP, você pode verificar o status da atualização.
* Clique em notificações: para verificar o status, clique no ícone de notificação. Isso exibirá o progresso e o status da atualização do NLP.
* Monitorar o progress&#x6F;**:** Você pode monitorar o progresso e garantir que a atualização seja concluída com sucesso.

<figure><img src="/files/e0c579e083a603c3050b423bf817ab5b477c89f3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Quer aprender como você pode melhorar seu modelo de NLP? Você pode encontrar dicas e truques em [este artigo](https://docs.chatlayer.ai/tips-and-best-practices/how-to-nlp).
{% endhint %}


---

# 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.chatlayer.ai/chatlayer-documentation-pt-br/nlp/natural-language-processing-nlp/train-your-nlp.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.
