# Turborepo

Turborepo is the build system for coding agents. It provides incremental task running, local and remote caching, and parallel execution.

This file helps AI agents understand and use this documentation site.

## Documentation Surfaces

- [Docs](https://turbo-site-git-main.vercel.sh/docs): Documentation section: docs
- [Full documentation context](https://turbo-site-git-main.vercel.sh/llms.txt): All configured documentation as Markdown
- [Semantic documentation sitemap](https://turbo-site-git-main.vercel.sh/sitemap.md): High-level documentation map for agent navigation
- Page-level Markdown: append .md or .mdx to a documentation URL

## When to use Turborepo

- Category: Build system
- Audience: JavaScript and TypeScript developers, Monorepo maintainers, Platform and developer experience teams
Common use cases:

- Run tasks across a monorepo with caching and parallelism
- Share build caches locally and remotely (Remote Caching)
- Configure task pipelines in turbo.json
- Prune monorepos for lightweight deploys

## Important Links

- [Docs](https://turbo-site-git-main.vercel.sh/docs)
- [Blog](https://turbo-site-git-main.vercel.sh/blog)
- [Showcase](https://turbo-site-git-main.vercel.sh/showcase)
- [Enterprise](https://vercel.com/contact/sales?utm_source=turborepo.dev&utm_medium=referral&utm_campaign=header-enterpriseLink)
- [Turborepo source](https://github.com/vercel/turborepo): Source repository for Turborepo
- [Releases](https://github.com/vercel/turborepo/releases): Turborepo release notes and changelogs
- [GitHub repository](https://github.com/vercel/turborepo): Source repository

## Agent Instructions

- Use /sitemap.md to identify the most relevant documentation pages before answering broad questions.
- Use /llms.txt when you need the complete documentation corpus as Markdown context.
- Fetch individual documentation pages with a .md or .mdx extension for focused page-level context.
- Only use product capabilities and integration surfaces that are explicitly listed in this file.
