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

# Overview

Welcome to our tutorials! These guides provide a hands-on approach to building on the Gloo AI platform. Choose a tutorial below to get started.

<CardGroup>
  <Card title="Authentication with Gloo AI" href="/tutorials/authentication" icon="shield-halved">
    Learn how to authenticate with the Gloo AI API using OAuth2 client credentials flow.
  </Card>

  <Card title="Using the Completions API" href="/tutorials/completions" icon="keyboard">
    Learn how to integrate with the Completions API.
  </Card>

  <Card title="Streaming AI Responses in Real Time" href="/tutorials/completions-streaming" icon="wave-sine">
    Learn how to stream Gloo AI completions token-by-token using SSE, build a typing-effect renderer, and set up a server-side proxy to keep credentials secure.
  </Card>

  <Card title="Completions with Tool Use" href="/tutorials/completions-tool-use" icon="wrench">
    Learn how to extend model capabilities via the Completions API with tool use.
  </Card>

  <Card title="Grounded Completions with RAG" href="/tutorials/completions-grounded" icon="anchor">
    Build knowledge-grounded chatbots that answer from your content using Retrieval-Augmented Generation to reduce hallucinations.
  </Card>

  <Card title="Building Custom Search" href="/tutorials/search" icon="magnifying-glass">
    Build custom search experiences using the Search API as an alternative to the Discovery Widget. Full control over branding and UI.
  </Card>

  <Card title="Building Custom Recommendations" href="/tutorials/recommendations" icon="star">
    Surface relevant resources using the Recommendations API. Covers publisher-scoped ranked items and cross-publisher affiliate network discovery.
  </Card>

  <Card title="Upload Files to Data Engine" href="/tutorials/upload-files" icon="upload">
    Build automated pipelines that ingest content via the Upload Files API and make it available for search and AI interaction.
  </Card>

  <Card title="AI-Assisted Development" href="/tutorials/vibe-coding" icon="wand-magic-sparkles">
    Use AI coding assistants to quickly build applications with Gloo AI.
  </Card>

  <Card title="Build an End-to-End RAG Pipeline" href="/tutorials/rag-pipeline-part-1" icon="diagram-project">
    A connected series: set up a publisher, ingest and enrich content, verify indexing, and wire it into search and grounded completions.
  </Card>
</CardGroup>
