Automated installation instructions for AI agents.
The install.md file provides task-oriented installation instructions for AI agents like Claude Code, Cursor, and ChatGPT. Unlike traditional documentation written for human readers, install.md presents installation steps as direct commands that AI agents execute autonomously.Mintlify automatically generates an install.md file at the root of your project by aggregating and synthesizing installation-related documentation pages. This file is always up to date and does not require maintenance.View your install.md by appending /install.md to your documentation site’s URL.Open the install.md for this site.
Mintlify automatically identifies pages in your documentation that contain installation-related content by matching keywords in page paths and titles. Hidden pages and pages excluded from indexing are automatically filtered out.
installation or install
quickstart or quick-start
getting-started or getting_started
setup or set-up
introduction or intro
overview
Mintlify synthesizes these pages into a concise, task-oriented format optimized for AI agent execution.
Extracts all shell commands, URLs, and platform-specific instructions.
Reorganizes content into a clear objective with success criteria.
Presents steps as direct commands rather than passive documentation.
Includes a TODO checklist for agents to track progress.
Removes troubleshooting sections and optional features to focus on the core installation path.
Mintlify does not generate an install.md file when:
Your documentation is private or requires authentication.
You have a custom install.md file at the root of your project.
No installation-related pages are found in your documentation.
To add a custom install.md file, create an install.md file at the root of your project. Adding a custom file overrides the automatically generated file. If you delete the custom file, Mintlify generates a new install.md file.Your custom install.md file should follow the task-oriented format with a conversational opening, clear objective, success criteria, and a TODO checklist to maximize effectiveness with AI agents.