# LibreChat

> Curated map of the LibreChat documentation for language models and coding agents.

## Key Pages

- [Homepage](https://www.librechat.ai/): LibreChat overview, feature highlights, project links, and top-level navigation.
- [Quick Start](https://www.librechat.ai/docs/quick_start): Choose a setup path and get LibreChat running quickly. Markdown: https://www.librechat.ai/docs/quick_start.md
- [Local Install](https://www.librechat.ai/docs/local): Local Docker, npm, and Helm installation guides. Markdown: https://www.librechat.ai/docs/local.md
- [Remote Install](https://www.librechat.ai/docs/remote): Remote hosting options, deployment tradeoffs, tunnels, and reverse proxies. Markdown: https://www.librechat.ai/docs/remote.md
- [Configuration](https://www.librechat.ai/docs/configuration): How .env, librechat.yaml, Docker overrides, and service settings fit together. Markdown: https://www.librechat.ai/docs/configuration.md
- [librechat.yaml](https://www.librechat.ai/docs/configuration/librechat_yaml): Custom AI endpoints, model settings, interface options, and advanced features. Markdown: https://www.librechat.ai/docs/configuration/librechat_yaml.md
- [Agents](https://www.librechat.ai/docs/features/agents): Build and configure LibreChat agents with tools, files, actions, and capabilities. Markdown: https://www.librechat.ai/docs/features/agents.md
- [MCP](https://www.librechat.ai/docs/features/mcp): Model Context Protocol setup, server connections, OAuth, tools, and variables. Markdown: https://www.librechat.ai/docs/features/mcp.md
- [RAG](https://www.librechat.ai/docs/features/rag_api): Chat with files, document indexing, retrieval, and RAG API behavior. Markdown: https://www.librechat.ai/docs/features/rag_api.md
- [Auth](https://www.librechat.ai/docs/configuration/authentication): Email, LDAP, SAML, and OAuth/OIDC authentication configuration. Markdown: https://www.librechat.ai/docs/configuration/authentication.md
- [Environment Variables](https://www.librechat.ai/docs/configuration/dotenv): Complete .env reference for LibreChat server settings and integrations. Markdown: https://www.librechat.ai/docs/configuration/dotenv.md
- [Changelog](https://www.librechat.ai/changelog): Release notes and configuration changelog entries.

## Complete Documentation

- [Full documentation text](https://www.librechat.ai/llms-full.txt): All docs pages concatenated as Markdown.
- Per-page Markdown: append `.md` to any docs page URL, for example https://www.librechat.ai/docs/configuration/librechat_yaml.md.
- Legacy per-page MDX URLs ending in `.mdx` remain supported for compatibility.
