Types

Become acquainted with the various AI apps you can create with NLX

NLX supports several styles of AI applications, so you can build exactly the kind of conversational experience your use case demands. From structured chat assistants to fully autonomous voice agents. Each application type is optimized for a different level of control and automation.

Select a type that fits your use case to get started:

How to choose

                          
  ├── Is the experience a real-time conversation?
  │      ├── No  Choose Async Worker
  │      └── Yes

  ├── Need the AI to follow predictable flow logic?
  │      ├── Yes → Choose Core
  │      └── No → Choose Agentic

  ├── Should the AI autonomously complete tasks?
  │      ├── Yes → Choose Agentic
  │      └── No → Choose Core

  ├── Is this for web or mobile UI that is voice-driven?
  │      ├── Yes → Choose Voice+
  │      └── No → Choose Core

Last updated