How to Navigate Claude Code's Documentation Structure
Sources used in this article
Direct Answer
To navigate Claude Code's documentation, begin by retrieving /docs/llms.txt to discover available pages before accessing specific sections.
Key Takeaways
- 💡 Accessing Claude Code documentation follows a structured workflow that begins with retrieving the central index file, /docs/llms.txt.Verified factEvidence: code.claude.com
- 💡 Direct navigation to specific documentation pages is restricted without first using the central index.Verified factEvidence: code.claude.com
Discovery Workflow
The official Claude Code documentation structure requires fetching /docs/llms.txt to discover all available pages before exploring further. Direct exploration of individual documentation pages like overview or settings is restricted without first accessing the central /docs/llms.txt index file.
Implications for Navigation
This sequential access model implies that users must follow a defined path to navigate the documentation, starting with the index and proceeding to specific sections. The central index file acts as the primary entry point for all documentation exploration within Claude Code’s system.
Frequently Asked Questions
Q. What is the first step in navigating Claude Code’s documentation?
The first step involves fetching the central index file at /docs/llms.txt to identify all accessible documentation pages.
Q. Can individual documentation sections be accessed directly without using the index?
No, direct access to specific documentation pages is restricted and requires prior use of the central /docs/llms.txt file.