# Bevy Documentation Guide for Agents If you are working on this project and need clarification on Bevy engine concepts, API usage, or best practices, please refer to the documentation located in the sibling repository `bevy-website`. ## Documentation Location The primary documentation can be found in: `../bevy-website/content/learn` Key directories of interest include: - `../bevy-website/content/learn/book`: The Bevy Book, which covers the main concepts and guides. - `../bevy-website/content/learn/quick-start`: Quick start guides to get up and running. - `../bevy-website/content/learn/migration-guides`: Guides for migrating between Bevy versions (useful if checking version compatibility). ## Recommendation Before making assumptions about Bevy's API (especially since it changes frequently), please verify usage by checking the Markdown files in these directories.