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

# Quickstart: Run Your First NSP Agent in Under 5 Minutes

> Install the NSP daemon, connect Chrome's debugging port, read live app state over REST, and execute your first AI agent action with the Python SDK.

This guide walks you from a fresh machine to a running NSP agent that reads Gmail state and sends a reply — all without screenshots or UI automation. You need Windows 10/11 x64, Python 3.11 or later, and Google Chrome installed.

## Next Steps

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/concepts">
    Understand SubstrateState fields, confidence scores, action schemas, and reversibility tiers in depth.
  </Card>

  <Card title="Daemon Configuration" icon="sliders" href="/daemon/configuration">
    Configure ports, API key authentication, rate limits, and watcher poll intervals.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/python/overview">
    Explore sessions, CLR and JVM helpers, real-time WebSocket streaming, and error handling.
  </Card>

  <Card title="Security Guide" icon="shield" href="/security/overview">
    Enable API key authentication before your agent touches production data.
  </Card>
</CardGroup>
