Simple Chat
Docs Overview

Simple Chat Documentation

Azure-native documentation for deploying, operating, and extending Simple Chat with the same polished visual language as the latest-release experience.

Azure OpenAI Retrieval-Augmented Generation Enterprise controls

Simple Chat gives teams an Azure-native way to deploy, ground, govern, and extend AI experiences without stitching together a separate chat app, search layer, and admin plane.

Start here

The shortest paths through the docs

Use these entry points when you want guidance, API details, examples, and release history without hunting through the entire docs tree.

Top routes
Deployment

Getting Started

Pick the right deployment path, line up prerequisites, and follow the repo's recommended order of operations.

Guide

Tutorials

Follow guided product paths for first deployment, document upload, agents, and classification.

Capabilities

Features

See the core workspace experience, optional feature packs, platform services, and supported file types in one place.

Reference

API Reference

Find live Swagger endpoints, OpenAPI helper routes, and the right source of truth for route review.

Examples

Scenario Library

Browse workspace and agent scenarios that show how Simple Chat can be shaped for practical team workflows.

Changelog

Release Notes

Track feature additions, UI improvements, and fixes by version when you need implementation history.

Why teams use it

One application, multiple working modes

Simple Chat is opinionated about the hard parts: identity, grounding, document processing, and admin controls are already wired together.

Azure-native
Chat + grounding

Context-aware AI conversations

Use Azure OpenAI with hybrid retrieval over personal, group, and public workspace content so responses stay tied to your own data.

Documents

Document pipelines that stay searchable

Ingest PDFs, Office files, images, audio, and video through Azure AI services, then retrieve them with citations and optional metadata enrichment.

Governance

Controls for enterprise rollouts

Layer on Entra ID roles, content safety, feedback review, conversation archiving, and operational logging without rebuilding the app.

Architecture

What sits behind the experience

The platform runs on Azure App Service and composes search, storage, document processing, and conversation state into a single application surface.

Reference view

Platform at a glance

Core application state lives in Azure Cosmos DB, document retrieval runs through Azure AI Search, ingestion is handled by Azure AI Document Intelligence and related media services, and authentication uses Entra ID. That combination makes it practical to run Simple Chat as a governed internal tool instead of a demo-only sample.

Architecture diagram showing Simple Chat running on Azure App Service with Azure OpenAI, AI Search, Cosmos DB, and storage services.
Contribute

Working in the repo

The docs, app, and deployers are all maintained together, so the contributor guide is the fastest way to align with the expected workflow.

Collaboration

Want to make changes?

Use the Contributing guide for the fork-based workflow, target branch expectations, and local development references before you start editing code or docs.