# Processamento de linguagem natural (NLP)

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

## Comece com PLN

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Navegação de PLN</strong></td><td>Familiarize-se com todas as abas no seu menu de PLN.</td><td></td><td><a href="/pages/bbddeb5219ab7a533d3be2abba213492a3a347e8">/pages/bbddeb5219ab7a533d3be2abba213492a3a347e8</a></td><td><a href="/files/7e49a1582f6a4cfb56e7d4de78c512be8582c613">/files/7e49a1582f6a4cfb56e7d4de78c512be8582c613</a></td></tr><tr><td><strong>Conceitos</strong></td><td>Todos os fundamentos para começar.</td><td></td><td><a href="/pages/1ab15856abfb2706ae250803d92a69cb9d2aabd4">/pages/1ab15856abfb2706ae250803d92a69cb9d2aabd4</a></td><td><a href="/files/c5aaaa212865d13b871a675fc6fffa5c9c531539">/files/c5aaaa212865d13b871a675fc6fffa5c9c531539</a></td></tr><tr><td><strong>Entidades</strong></td><td>Detecte informações preciosas na conversa.</td><td></td><td><a href="/pages/7d1d5f7e16fedb7bbfa19e58287ed3fdd5e3d6e3">/pages/7d1d5f7e16fedb7bbfa19e58287ed3fdd5e3d6e3</a></td><td><a href="/files/4b34f0a0ee4ae9da8babf2758d34724705287ec5">/files/4b34f0a0ee4ae9da8babf2758d34724705287ec5</a></td></tr><tr><td><strong>Melhores práticas</strong></td><td>Dicas para criar um modelo de PLN forte.</td><td></td><td><a href="/pages/52ffbb5eb30e92a5fc6171771a092930dc44975c">/pages/52ffbb5eb30e92a5fc6171771a092930dc44975c</a></td><td><a href="/files/d10067718e9c1c1f88dacd61805ade56f82bff6b">/files/d10067718e9c1c1f88dacd61805ade56f82bff6b</a></td></tr><tr><td><strong>Treine seu NLP</strong></td><td>Ensine seu modelo a reconhecer novas expressões.</td><td></td><td><a href="/pages/5ba46d44382763ba0b578b634d837204a51cdd48">/pages/5ba46d44382763ba0b578b634d837204a51cdd48</a></td><td><a href="/files/ceed0dbfc5b1f0983ec09950a3888f5a3adc1e38">/files/ceed0dbfc5b1f0983ec09950a3888f5a3adc1e38</a></td></tr></tbody></table>

## Ir mais longe

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Impulsionador de intenção por IA</strong></td><td>Sua melhor forma de tornar um pequeno bot mais inteligente.</td><td></td><td><a href="/pages/9aca22096fb8eaaa0363622e62cdcce1eb908408">/pages/9aca22096fb8eaaa0363622e62cdcce1eb908408</a></td><td><a href="/files/959f7c58b94963cce4dcecba82b38eb3aaab28f8">/files/959f7c58b94963cce4dcecba82b38eb3aaab28f8</a></td></tr><tr><td><strong>Contexto</strong></td><td>Usar a mesma intenção em diferentes situações.</td><td></td><td><a href="/pages/b510cc59ef638641cdeed82658ff2dff50c2c9d4">/pages/b510cc59ef638641cdeed82658ff2dff50c2c9d4</a></td><td><a href="/files/d78a3e23285441f842df740b794b0d30d6ca6d44">/files/d78a3e23285441f842df740b794b0d30d6ca6d44</a></td></tr><tr><td><strong>Importação/Exportação de PLN</strong></td><td>Para trabalhar seu PLN fora do Chatlayer.</td><td></td><td><a href="/pages/703103a9efd9a05a2de7d7a0f44165a7af4b1706">/pages/703103a9efd9a05a2de7d7a0f44165a7af4b1706</a></td><td><a href="/files/6992f4ce5bc862e9b8d4b6424d91e8069c20b163">/files/6992f4ce5bc862e9b8d4b6424d91e8069c20b163</a></td></tr><tr><td><strong>Análise de sentimento</strong></td><td>Redirecionar a conversa com base no sentimento do usuário.</td><td></td><td><a href="/pages/2b6dec7e15a9a57196d0b132f930a9e81b2212b0">/pages/2b6dec7e15a9a57196d0b132f930a9e81b2212b0</a></td><td><a href="/files/92cf88d4321d4f2da26af57ee9866feca53dc8e8">/files/92cf88d4321d4f2da26af57ee9866feca53dc8e8</a></td></tr></tbody></table>


---

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