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

Four pages that cover the full path

Use these entry points when you want to get from deployment decisions to daily usage without hunting through the entire docs tree.

Core docs
Deployment

Getting Started

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

Capabilities

Features

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

Troubleshooting

FAQ

Jump straight to the issues teams hit most often around networking, auth, uploads, search, and model configuration.

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.