> ## 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.

# Build with Noxus

> Learn how to build AI automation with flows, agents, and knowledge bases

## Core Building Blocks

<CardGroup cols={3}>
  <Card title="Flows" icon="workflow" href="/platform/concepts/flows">
    Visual automation combining AI, data processing, and business logic through connected nodes
  </Card>

  <Card title="Agents" icon="bot-message-square" href="/platform/concepts/agents">
    Conversational AI that uses tools, searches knowledge, and executes flows autonomously
  </Card>

  <Card title="Knowledge Bases" icon="folder" href="/platform/concepts/knowledge-bases">
    Semantic search powered by your documents and data for intelligent AI responses
  </Card>
</CardGroup>

***

## Building Flows

<CardGroup cols={3}>
  <Card title="Flow Modules" icon="puzzle" href="/platform/flows/introduction">
    Learn about inputs, outputs, nodes, and triggers that make up flows
  </Card>

  <Card title="Node Types" icon="square-mouse-pointer" href="/platform/flows/nodes">
    Explore AI Processing, Data & Files, and Logic & Control nodes
  </Card>

  <Card title="Triggers" icon="zap" href="/platform/flows/triggers">
    Automate flows with schedules, webhooks, and events
  </Card>
</CardGroup>

***

## Building Agents

<CardGroup cols={3}>
  <Card title="Prompts & Instructions" icon="message-square" href="/platform/agents/prompts-instructions">
    Write effective agent instructions for consistent, quality results
  </Card>

  <Card title="Tools & Capabilities" icon="wrench" href="/platform/agents/tools">
    Configure flows, knowledge bases, MCP, and other tools agents can use
  </Card>

  <Card title="Deployments" icon="rocket" href="/platform/agents/deployments">
    Deploy agents via platform, API, SDK, or embedded chat widget
  </Card>
</CardGroup>

***

## Knowledge Bases

<CardGroup cols={3}>
  <Card title="Supported Files" icon="file" href="/platform/knowledge-bases/supported-files">
    Upload PDFs, Word docs, spreadsheets, images, and sync from cloud storage
  </Card>

  <Card title="Advanced Settings" icon="settings" href="/platform/knowledge-bases/advanced-settings">
    Configure search methods, embedding models, and retrieval settings
  </Card>

  <Card title="Managing Through Flows" icon="workflow" href="/platform/knowledge-bases/managing-flows">
    Automate document ingestion and querying with flow nodes
  </Card>
</CardGroup>

***

## Common Scenarios

<CardGroup cols={2}>
  <Card title="Working with AI" icon="sparkles" href="/platform/scenarios/working-with-ai">
    Use AI nodes and agents for text generation, vision, and intelligent processing
  </Card>

  <Card title="Working with Documents" icon="file-text" href="/platform/scenarios/working-with-documents">
    Process, analyze, and automate document workflows
  </Card>

  <Card title="Complex Logic" icon="git-branch" href="/platform/scenarios/complex-logic">
    Build advanced flows with conditionals, loops, and sophisticated control flow
  </Card>

  <Card title="Agents in Flows" icon="bot" href="/platform/scenarios/agents-in-flows">
    Combine agent reasoning with structured flow automation
  </Card>
</CardGroup>

***

## Learning Resources

<CardGroup cols={3}>
  <Card title="Getting Started Guide" icon="book-open" href="/core/getting-started">
    New to Noxus? Start here to understand the platform fundamentals
  </Card>

  <Card title="Documentation Guide" icon="map" href="/core/documentation-guide">
    Navigate the docs efficiently with role-based guides and quick links
  </Card>

  <Card title="Video Tutorials" icon="video">
    Step-by-step video guides for building flows and agents (coming soon)
  </Card>

  <Card title="Example Templates" icon="layout-template">
    Pre-built flow templates for common use cases (coming soon)
  </Card>

  <Card title="Community Forum" icon="users" href="https://community.noxus.ai">
    Ask questions and share knowledge with other Noxus builders
  </Card>

  <Card title="Best Practices" icon="star" href="/platform/agents/best-practices">
    Learn proven patterns for building reliable, efficient automation
  </Card>
</CardGroup>

***

## Quick Start Paths

<Tabs>
  <Tab title="I want to build flows">
    <Steps>
      <Step title="Learn Flow Concepts">
        Understand [what flows are](/platform/concepts/flows) and when to use them
      </Step>

      <Step title="Explore Flow Modules">
        Learn about [nodes, inputs, outputs, and triggers](/platform/flows/introduction)
      </Step>

      <Step title="Build Your First Flow">
        Follow a [common scenario](/platform/scenarios/working-with-ai) to build something real
      </Step>

      <Step title="Add Integrations">
        Connect [external services](/platform/flows/integrations) to your flows
      </Step>
    </Steps>
  </Tab>

  <Tab title="I want to build agents">
    <Steps>
      <Step title="Learn Agent Concepts">
        Understand [what agents are](/platform/concepts/agents) and their capabilities
      </Step>

      <Step title="Write Instructions">
        Learn to write effective [prompts and instructions](/platform/agents/prompts-instructions)
      </Step>

      <Step title="Configure Tools">
        Give your agent [access to tools](/platform/agents/tools) like flows and knowledge bases
      </Step>

      <Step title="Deploy Your Agent">
        Choose your [deployment method](/platform/agents/deployments) (platform, API, SDK, widget)
      </Step>
    </Steps>
  </Tab>

  <Tab title="I want to use knowledge bases">
    <Steps>
      <Step title="Learn KB Concepts">
        Understand [what knowledge bases are](/platform/concepts/knowledge-bases) and how they work
      </Step>

      <Step title="Upload Documents">
        Learn about [supported file formats](/platform/knowledge-bases/supported-files) and upload methods
      </Step>

      <Step title="Configure Search">
        Set up [advanced search settings](/platform/knowledge-bases/advanced-settings) for optimal retrieval
      </Step>

      <Step title="Use in Flows or Agents">
        Integrate KBs into [flows](/platform/knowledge-bases/managing-flows) or [agent tools](/platform/agents/tools)
      </Step>
    </Steps>
  </Tab>
</Tabs>

***

## Need Help?

<CardGroup cols={2}>
  <Card title="Contact Support" icon="message-circle-question" href="mailto:help@noxus.ai">
    Get help from our team with any questions
  </Card>

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