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

# Use Cases

> The strongest examples of what to build with Ragrails.

Ragrails is strongest when your product needs a real knowledge workflow: ingest source material, keep it searchable, retrieve with quality controls, and answer with grounded context.

These are the core samples worth reading first.

| Use case                                                      | What you build                                         | Why it is a good Ragrails fit                                                    |
| ------------------------------------------------------------- | ------------------------------------------------------ | -------------------------------------------------------------------------------- |
| [AI Support Agent](/use-cases/ai-support-agent)               | A support bot that answers from help docs and policies | Shows grounded chat, query rewriting, confidence controls, and refusal behavior. |
| [Documentation Assistant](/use-cases/documentation-assistant) | "Chat with the docs" for a product or SDK              | Shows full-site crawling, streaming, citations, and maintenance.                 |
| [Internal Knowledge Base](/use-cases/internal-knowledge-base) | Private Q\&A over company files                        | Shows mixed document parsing, private vector storage, and source-backed answers. |
| [AI Search Engine](/use-cases/ai-search-engine)               | Semantic search without answer generation              | Shows retrieval-only workflows, reranking, and no LLM generation cost.           |
| [Developer / API Copilot](/use-cases/developer-api-copilot)   | API docs Q\&A plus interactive tool calls              | Shows API ingestion, chat, and agentic CLI tools.                                |

New to the pipeline? Start with [Pipeline Overview](/features/pipeline-overview). Want the advantages behind these samples? Start with [Capabilities](/capabilities/overview).
