---
title: Quickstart
description: Configure and expand your documentation.
---

1. Set your name, navigation, colors, links, and assistant access in `documentation.json`.
2. Add `.md` or `.mdx` files under `documentation/`.
3. Run the app normally and open `/docs`.
4. Deploy the app normally when the documentation is ready.

For a custom React shell, add one root `documentation.tsx` file. The default surface
remains available as a component, so customization can be incremental.
