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

# Overview

> Hands-on tutorials for technical users building on Prisme.ai with Builder, automations, and APIs.

<Note>
  These tutorials are written for **technical users**: people who build with [Builder](/products/ai-builder/overview), automations, agentic workflows, webhooks, and APIs.
</Note>

## Not a developer? Start no-code

If you are a business user, you do not need these tutorials. Create agents and knowledge without code, directly in the products:

<CardGroup cols={2}>
  <Card title="Agent Creator" icon="robot" href="/products/agent-factory/overview">
    Build and share agents with no code. See [creating agents](/products/agent-factory/creating-agents).
  </Card>

  <Card title="Knowledges" icon="book" href="/products/ai-knowledge/overview">
    Turn documents and websites into agent-ready knowledge (RAG), no code required.
  </Card>

  <Card title="Chat" icon="message-bot" href="/products/ai-securechat/overview">
    Use agents in one secure chat interface, and discover them in the Store.
  </Card>

  <Card title="Collections" icon="table" href="/products/ai-collection/overview">
    Manage structured data your agents can read and write, spreadsheet-style.
  </Card>
</CardGroup>

## Technical tutorials

<CardGroup cols={2}>
  <Card title="No-Code RAG Agent" icon="book-open" href="/resources/tutorials/no-code-rag-agent">
    Build a retrieval-augmented agent from your documents.
  </Card>

  <Card title="Website to RAG Agent" icon="globe" href="/resources/tutorials/website-to-rag-agent">
    Crawl a website and turn it into an agent's knowledge base.
  </Card>

  <Card title="Upload a File to a Knowledge Base" icon="file-arrow-up" href="/resources/tutorials/upload-file-to-knowledge-base">
    Add documents to a knowledge base programmatically.
  </Card>

  <Card title="Data Classification Agent" icon="tags" href="/resources/tutorials/data-classification-agent">
    Build an agent that classifies content by policy.
  </Card>

  <Card title="AI Contact Routing" icon="route" href="/resources/tutorials/ai-contact-routing">
    Route incoming requests to the right team with AI.
  </Card>

  <Card title="Webhook Builder" icon="plug" href="/resources/tutorials/webhook-builder">
    Expose and handle webhooks from automations.
  </Card>

  <Card title="Custom Apps with Builder" icon="window-maximize" href="/resources/tutorials/ai-builder-custom-apps">
    Build a custom application in Builder.
  </Card>

  <Card title="Create and Publish a Page App" icon="file-code" href="/resources/tutorials/create-and-publish-a-page">
    Build a React page and publish it.
  </Card>

  <Card title="Multi-Agent Orchestrator (A2A)" icon="diagram-project" href="/resources/tutorials/multi-agent-orchestration">
    Coordinate multiple agents in one workflow.
  </Card>
</CardGroup>
