diff --git a/docusaurus/docs/cms/plugins/documentation.md b/docusaurus/docs/cms/plugins/documentation.md
index 2fc376a0b7..52fe4e403f 100644
--- a/docusaurus/docs/cms/plugins/documentation.md
+++ b/docusaurus/docs/cms/plugins/documentation.md
@@ -42,7 +42,9 @@ The Documentation plugin is not actively maintained and may not work with Strapi
If installed, the Documentation plugin will inspect content types and routes found on all APIs in your project and any plugin specified in the configuration. The plugin will then programmatically generate documentation to match the . The Documentation plugin generates the and and converts all Strapi types to .
-The generated documentation JSON file can be found in your application at the following path: `src/extensions/documentation/documentation//full_documentation.json`
+The generated documentation can be accessed either through your application's source code or through the running application itself:
+- **Source code**: The documentation is located at
`src/extensions/documentation/documentation//full_documentation.json`
+- **Running application**: Use the URL
`:/documentation//openapi.json`
## Installation