Browse collections in a text-based format
As a content creator, you can browse your Ansible collections with automation content navigator and interactively delve into each collection developed locally or within Automation execution environments.
Automation content navigator collections display
Understand the information displayed by Automation content navigator about your collections, such as shadowing, type, and path. This overview helps you verify the collection source and search priority.
Automation content navigator displays information about your collections with the following details for each collection:
- SHADOWED
- Indicates that an additional copy of the collection is higher in the search order, and playbooks prefer that collection.
- TYPE
-
Shows if the collection is contained within an automation execution environment or volume mounted on onto the automation execution environment as a
bind_mount. - PATH
- Reflects the collections location within the automation execution environment or local file system based on the collection TYPE field.
Browse collections from automation content navigator
You can browse Ansible collections with the automation content navigator text-based user interface in interactive mode and delve into each collection. automation content navigator shows collections within the current project directory and those available in the automation execution environments
Before you begin
- A locally accessible collection or installed automation execution environments.
Procedure
Results
- Browse the collection list.

Review collection and plugin documentation
You can review Ansible documentation for collections and plugins with the automation content navigator text-based user interface in interactive mode. automation content navigator shows collections within the current project directory and those available in the automation execution environments
Before you begin
- A locally accessible collection or installed automation execution environments.