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

# Logic

> Logic nodes to control the flow of your conversations

Logic nodes let you control the flow and structure of your conversations through conditions, variables, and other logical operations.

## Contents

<CardGroup cols={2}>
  <Card title="Conditional" icon="code-branch" href="/guides/nodos/condicional" horizontal>
    Branches based on conditions
  </Card>

  <Card title="Variable" icon="tag" href="/guides/nodos/variable" horizontal>
    Save values in memory
  </Card>

  <Card title="Random" icon="dice" href="/guides/nodos/aleatorio" horizontal>
    Random distribution by percentages
  </Card>

  <Card title="Pause" icon="pause" href="/guides/nodos/pausa" horizontal>
    Temporarily stop the flow
  </Card>

  <Card title="AI Task" icon="wand-magic-sparkles" href="/guides/nodos/ai-task" horizontal>
    Targeted AI task with structured response
  </Card>
</CardGroup>
