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

# Glossary

> Definitions of key voice AI, telephony, and CRM terms used across the Thoughtly documentation — from AI voice and RAG to PII, carrier, and decision tree.

Browse definitions of key terms used throughout the Thoughtly platform and documentation.

<CardGroup cols={2}>
  <Card title="Voice Agent" icon="microphone" href="/resources/glossary/voice-agent">
    Conversational interfaces that interact with customers over the phone
  </Card>

  <Card title="Large Language Model" icon="brain" href="/resources/glossary/large-language-model">
    Machine learning models trained on massive text data
  </Card>

  <Card title="TTS" icon="volume-high" href="/resources/glossary/tts">
    Text-to-Speech technology
  </Card>

  <Card title="STT" icon="ear-listen" href="/resources/glossary/stt">
    Speech-to-Text technology
  </Card>

  <Card title="Decision Tree" icon="diagram-project" href="/resources/glossary/decision-tree">
    Flowchart-like conversation structures
  </Card>

  <Card title="Happy Path" icon="face-smile" href="/resources/glossary/happy-path">
    The ideal conversation flow sequence
  </Card>

  <Card title="RAG" icon="database" href="/resources/glossary/rag">
    Retrieval-Augmented Generation
  </Card>

  <Card title="Screen Pop" icon="desktop" href="/resources/glossary/screen-pop">
    Automatic display of caller information
  </Card>

  <Card title="Carrier" icon="tower-cell" href="/resources/glossary/carrier">
    Telecommunications service providers
  </Card>

  <Card title="CRM" icon="address-book" href="/resources/glossary/crm">
    Customer Relationship Management systems
  </Card>

  <Card title="Workflow" icon="code-branch" href="/resources/glossary/workflow">
    Automated step-by-step processes
  </Card>

  <Card title="Variable" icon="square-x" href="/resources/glossary/variable">
    Named values that store conversation data
  </Card>

  <Card title="Transcript" icon="file-lines" href="/resources/glossary/transcript">
    Text records of voice conversations
  </Card>

  <Card title="PII" icon="shield-halved" href="/resources/glossary/pii">
    Personally Identifiable Information
  </Card>

  <Card title="Dead End" icon="circle-exclamation" href="/resources/glossary/dead-end">
    Conversation nodes with no valid next steps
  </Card>

  <Card title="OAuth" icon="key" href="/resources/glossary/oauth">
    Authentication standard for secure integrations
  </Card>

  <Card title="Twilio" icon="phone" href="/resources/glossary/twilio">
    Cloud communications platform
  </Card>

  <Card title="Telnyx" icon="phone" href="/resources/glossary/telnyx">
    Telecommunications provider
  </Card>

  <Card title="Hallucination" icon="ghost" href="/resources/glossary/hallucination">
    When AI generates plausible but incorrect information
  </Card>

  <Card title="AI Voice" icon="waveform-lines" href="/resources/glossary/ai-voice">
    Artificially generated natural-sounding speech
  </Card>
</CardGroup>
