> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/nlp-engines.md).

# NLP engines

*NLP (Natural Language Processing) engines* are small fast AI models that can disambiguate user inputs over voice or text, build and deploy an application as well as manage essential conversation runtime operations. You may use the built-in NLX NLP for this, or integrate with an external provider to handle these tasks through the *Integrations* resource of your workspace.

{% hint style="success" %}
Each NLX workspace comes equipped with a built-in NLP engine managed by NLX; no external setup required. You only need to connect a third-party provider if your phone channel demands it, or you prefer using a specific engine.
{% endhint %}

### Off-the-shelf providers

NLX provides instructions for the following NLP integrations. Once integrated, the NLP may be selected as an engine when creating a[ build and deploying your application](/platform/nlx-platform-guide/ai-applications/setup.md#deployment).

{% content-ref url="/pages/-MelQxN0KpCtWzmUfTcL" %}
[Amazon Lex](/platform/nlx-platform-guide/integrations/types/nlp-engines/amazon-lex.md)
{% endcontent-ref %}

{% content-ref url="/pages/e3Do9OBfycLy1vwbNxbN" %}
[Custom NLP](/platform/nlx-platform-guide/integrations/types/nlp-engines/custom-nlp.md)
{% endcontent-ref %}


---

# 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.nlx.ai/platform/nlx-platform-guide/integrations/types/nlp-engines.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.
