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

# No-Code Agent Builder

> Sentio's signature innovation that replaces traditional coding with a visual logic framework for creating on-chain AI agents.

## Core Elements

<CardGroup cols={2}>
  <Card title="Actions" icon="play">
    Building blocks like "Buy Token," "Stake Asset," "Transfer NFT," or "Scan Oracle Data."
  </Card>

  <Card title="Triggers" icon="bolt">
    Specify conditions like price thresholds, time-based triggers, or social media mentions.
  </Card>

  <Card title="Conditions" icon="filter">
    Logic gates or filters (e.g., "if price crosses \$120 or if wallet balance > 10 ETH").
  </Card>

  <Card title="Outputs" icon="arrow-right-from-bracket">
    Final actions or data feeds (e.g., "alert user," "reinvest yield," "sell token").
  </Card>
</CardGroup>

## Enhanced User Experience

<Steps>
  <Step title="Step-by-Step Wizard">
    Guides users through agent creation in a sequential manner, from defining the agent's purpose to testing.
  </Step>

  <Step title="Built-In Simulation">
    Users can test run the agent, simulating real on-chain events (like price fluctuations) to ensure agent reliability.
  </Step>

  <Step title="Error Checking & Debugging">
    Highlight potential logical conflicts or risky settings (e.g., too high slippage in DEX trades).
  </Step>
</Steps>

## Deployment & Lifecycle

<CardGroup cols={3}>
  <Card title="One-Click Deployment" icon="rocket">
    Sentio bundles the logic into a smart contract and deploys it on your chosen network.
  </Card>

  <Card title="Versioning" icon="code-branch">
    Upgrade or fork agent designs while retaining historical performance data.
  </Card>

  <Card title="Lifecycle Management" icon="power-off">
    Deactivate or archive agents to free up resources and prevent unwanted transactions.
  </Card>
</CardGroup>
