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

# Getting Started

> Welcome to Noxus — Your new AI Platform

Noxus helps teams ship AI automations fast by combining **Flows**, **Agents**, and **Knowledge Bases** in one platform, backed by production-ready infrastructure.

## Start here

If you’re new to Noxus, start here to learn the essentials and build your first tools.

<CardGroup cols={3}>
  <Card title="What is Noxus?" icon="https://mintcdn.com/spot-16018069/L-YC9NEo1I_3FcMs/logo/noxus-o.svg?fit=max&auto=format&n=L-YC9NEo1I_3FcMs&q=85&s=5067392f2f235b0eb0aedbb962ebdbff" href="/core/what-is-noxus" width="17" height="16" data-path="logo/noxus-o.svg">
    Understand the Noxus ecosystem and what you can build on it.
  </Card>

  <Card title="Tutorials" icon="youtube" href="https://www.youtube.com/channel/UCUEYyBLmATYFegUxAdBKEaA">
    Watch quick walkthroughs and end-to-end examples.
  </Card>

  <Card title="Create an account" icon="rocket" href="https://app.noxus.ai">
    Go to the platform and start building.
  </Card>
</CardGroup>

## Choose how you want to use Noxus

<CardGroup cols={2}>
  <Card title="Visual platform" icon="pencil" href="/core/platform/editor">
    Our visual in browser platform, where you can build all your AI tools.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/introduction">
    Integrate Noxus into Python apps and automate AI programmatically.
  </Card>

  <Card title="REST API" icon="code" href="/api-reference/introduction">
    Use Noxus from any language via HTTP endpoints.
  </Card>

  <Card title="Plugin extensions" icon="puzzle" href="/extensions/plugins/overview">
    Extend the platform with custom nodes, and integrate with your tools.
  </Card>
</CardGroup>

***

## Documentation map

Use this section as a shortcut to the right part of the docs.

### Platform overview

<CardGroup cols={2}>
  <Card title="What is Noxus?" icon="sparkles" href="/core/what-is-noxus">
    A product-level explanation of the Noxus ecosystem.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/core/concepts/workspaces">
    Workspaces, users, flows, agents, and knowledge bases.
  </Card>
</CardGroup>

### Build on the platform

<CardGroup cols={2}>
  <Card title="Flows" icon="workflow" href="/platform/flows/introduction">
    Start building flows in your workspace
  </Card>

  <Card title="Agents" icon="bot" href="/platform/agents/introduction">
    Create and develop AI agents for your team
  </Card>

  <Card title="Knowledge bases" icon="database" href="/platform/knowledge-bases/introduction">
    Intelligent data repositories to enhance your tools
  </Card>

  <Card title="Integrations" icon="blocks" href="/integrations/overview">
    Connect Noxus to your existing tools.
  </Card>
</CardGroup>

### Programmatic access

<CardGroup cols={2}>
  <Card title="SDK introduction" icon="python" href="/sdk/introduction">
    Client setup, auth, and core primitives.
  </Card>

  <Card title="API introduction" icon="code" href="/api-reference/introduction">
    Authentication and endpoint conventions.
  </Card>
</CardGroup>

### Infrastructure & deployment

<CardGroup cols={2}>
  <Card title="Infrastructure overview" icon="server" href="/deployment/architecture">
    Noxus runtime architecture.
  </Card>

  <Card title="Infrastructure Deployment" icon="rocket" href="/deployment/overview">
    Deployment options like VM, Kubernetes, and Cloud Run.
  </Card>
</CardGroup>

### Development & plugins

<CardGroup cols={2}>
  <Card title="Infrastructure overview" icon="puzzle" href="/developers/plugins/overview">
    What can you build with Noxus plugins
  </Card>

  <Card title="Your first plugin" icon="graduation-cap" href="/developers/plugins/your-first-plugin">
    Step-by-step tutorials and examples.
  </Card>
</CardGroup>

***

## Quick navigation by role

### <span className="inline-flex items-center gap-2"><Icon icon="blocks" /> I’m a builder (platform user)</span>

* Build your first flow in the [Visual editor](/core/platform/editor)
* Add retrieval with [Knowledge bases](/platform/knowledge-bases/introduction)

### <span className="inline-flex items-center gap-2"><Icon icon="code" /> I’m integrating via code (developer)</span>

* Use the [SDK](/sdk/introduction) or [API](/api-reference/introduction)
* Learn the primitives: [Flows](/platform/flows/introduction) and [Agents](/platform/agents/introduction)

### <span className="inline-flex items-center gap-2"><Icon icon="server" /> I’m deploying infra (infra/security)</span>

* Start with [Infrastructure overview](/core/infrastructure-overview)
* Review [Security](/core/infrastructure/security)
* Configure [Models & providers](/core/infrastructure/models-providers)

### <span className="inline-flex items-center gap-2"><Icon icon="hammer" /> I’m extending Noxus (plugins)</span>

* Start with your [First plugin](/developers/plugins/your-first-plugin)
* If you’re building nodes, start at [Platform → Extending](/core/platform/extending)

***

## Need Help?

<CardGroup cols={2}>
  <Card title="Contact Support" icon="Headset" href="mailto:help@noxus.ai">
    Get help from our team with setup, deployment, or usage questions
  </Card>

  <Card title="Schedule a Demo" icon="calendar" href="https://www.noxus.ai/contact">
    See Noxus in action with a personalized demo
  </Card>
</CardGroup>
