# 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/-MelRIr0c5tm9mJN7p7p" %}
[Google Dialogflow](/platform/nlx-platform-guide/integrations/types/nlp-engines/dialogflow.md)
{% endcontent-ref %}

{% content-ref url="/pages/R5FaA6rymBQMf9TugBt0" %}
[Google Dialogflow CX](/platform/nlx-platform-guide/integrations/types/nlp-engines/dialogflow-cx.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: 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.nlx.ai/platform/nlx-platform-guide/integrations/types/nlp-engines.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.
