> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NLU Overview

*Cognigy Natural Language Understanding (Cognigy NLU)* is the core engine of Cognigy.AI that allows AI Agents to interpret human language. Cognigy NLU processes text and speech to determine meaning, identify user queries, and understand context, enabling more humanlike conversations.

<CardGroup cols={3}>
  <Card title="Intents" href="/ai/platform-features/nlu/intents/overview">
    Learn the fundamentals of Intents and how they're used in Cognigy.AI to enhance conversational AI capabilities
  </Card>

  <Card title="NLU Performance Tuning" href="/ai/platform-features/nlu/intents/intent-analyzer">
    Fine-tune Intent recognition by analyzing accuracy and confidence. Adjust thresholds to optimize detection sensitivity
  </Card>

  <Card title="Rules and Conditions" href="/ai/platform-features/nlu/intents/rules">
    Define rules and conditions to refine Intent handling, ensuring accurate user input recognition and response
  </Card>

  <Card title="Slots" href="/ai/platform-features/nlu/slots/overview">
    Use Slots to extract data from user input, enabling dynamic interactions within conversations
  </Card>

  <Card title="Affirmative Words" href="/ai/platform-features/nlu/intents/confirmation-words">
    Configure words and phrases for affirmative recognition, improving AI Agents understanding capabilities
  </Card>

  <Card title="Intent Hierarchy" href="/ai/platform-features/nlu/intents/intent-hierarchy/overview">
    Structure and prioritize Intents to improve recognition and mapping accuracy
  </Card>

  <Card title="Attachments" href="/ai/platform-features/nlu/attachments">
    Attach additional resources like Flows and Lexicons to enhance Intent processing and response generation
  </Card>

  <Card title="External NLU" href="/ai/platform-features/nlu/external/overview">
    Integrate third-party NLU services for extended Intent recognition and language processing capabilities
  </Card>

  <Card title="Miscellaneous" href="/ai/platform-features/nlu/text-cleaner">
    Explore additional NLU tools
  </Card>
</CardGroup>
