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

# Tutorials & Examples

> Practical guides for building with the Rayrift Customer API

## Overview

Learn how to build real-world applications using the Rayrift Customer API. These tutorials walk you through complete implementations of common use cases.

<CardGroup cols={2}>
  <Card title="RAG-Powered Chatbot" icon="comments" href="/tutorials/rag-chatbot">
    Build a chatbot that answers questions using your documentation with Retrieval-Augmented Generation.
  </Card>

  <Card title="Automated Content Analysis" icon="file-lines" href="/tutorials/automated-content-analysis">
    Automatically ingest and organize documents from various sources into your knowledge base.
  </Card>
</CardGroup>

## What You'll Learn

These tutorials cover:

* **Document Ingestion**: Upload files, text, and URLs to your knowledge base
* **Semantic Search**: Find relevant information using natural language queries
* **Folder Organization**: Organize documents into logical groups
* **API Integration**: Connect Rayrift with your applications and workflows

## Prerequisites

Before starting, make sure you have:

* A Rayrift account with an API key (`sk_live_...`)
* Basic knowledge of REST APIs and HTTP requests
* A programming environment set up (Node.js, Python, or your preferred language)

<Note>
  All tutorials use the Rayrift Customer API. See the [API Reference](/api-reference/introduction) for complete endpoint documentation.
</Note>
