The Content module is where you work with your data on a day-to-day basis. It provides tools to browse, create, edit, and delete items in your collections.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/directus/directus/llms.txt
Use this file to discover all available pages before exploring further.
Accessing the Content Module
Click the Content icon in the sidebar navigation to access the Content module. The sidebar will expand to show all collections you have permission to view.Collections Sidebar
The left sidebar displays your collections in a hierarchical structure:- Root Collections - Top-level collections appear at the root
- Grouped Collections - Collections can be organized into folders for better organization
- System Collections - Special collections like Users, Files, and Activity logs
Navigating Collections
- Click a collection name to view its items
- Click the arrow icon to expand/collapse collection groups
- Use the search at the top to filter collections by name
Viewing Items
When you select a collection, the main area displays items in your chosen layout:Layout Options
Directus provides multiple layouts to view your data:- Table Layout - Spreadsheet-style view with columns and rows
- Cards Layout - Grid of cards showing item previews
- Calendar Layout - Items displayed on a calendar (requires date field)
- Map Layout - Items plotted on a map (requires location field)
- Kanban Layout - Organize items in columns by status
Available layouts depend on your collection’s fields and configuration.
Filtering and Sorting
Use the filter tools to find specific items: Filter by fields:- Click the filter icon in the header
- Select a field to filter by
- Choose an operator (equals, contains, greater than, etc.)
- Enter the filter value
- Add multiple filters with AND/OR logic
- Click any column header to sort ascending/descending
- Hold Shift and click multiple columns for multi-column sorting
- Use the search box to find items by text content
- Search looks across all text fields in the collection
Bookmarks
Save your favorite filter and sort combinations as bookmarks:- Apply your desired filters and sorting
- Click the bookmark icon
- Name your bookmark
- Access saved bookmarks from the bookmark dropdown
Creating Items
To create a new item in a collection:Form Features
- Required fields are marked with a red asterisk
- Field validation shows errors if you enter invalid data
- Conditional fields appear/disappear based on other field values
- Translations tab appears for collections with translation support
- Revisions tab shows the item’s edit history
Editing Items
To edit an existing item:- Click the item in the collection view
- The item detail form opens
- Make your changes
- Click Save to update the item
Item Options
Click the menu icon (three dots) in the item header for additional actions:- Duplicate - Create a copy of the item
- Archive - Move item to archived state
- Delete - Permanently remove the item
- Revisions - View and restore previous versions
- Comments - Add notes and collaborate with team members
Batch Operations
Work with multiple items at once:- Select items using the checkboxes in table view
- Batch action buttons appear in the header
- Choose an action:
- Edit - Update a field across all selected items
- Archive - Archive all selected items
- Delete - Delete all selected items
- Export - Export selected items to JSON or CSV
Batch operations require appropriate permissions for each action.
Archive and Restore
Archiving items removes them from the default view without deleting them: Archive an item:- Open the item and click Archive from the menu
- Click the filter icon and select “Show archived items”
- Or use the URL parameter
?archived
- View archived items
- Open the item and click Restore
Live Preview
For collections configured with live preview:- Open an item for editing
- Click the Preview button in the header
- See a real-time preview of how the item appears on your website
- Changes update the preview instantly as you edit
Import and Export
Manage data in bulk using import/export features:Exporting Items
- Select items or export all from a collection
- Click Export
- Choose format (JSON or CSV)
- Download the file
Importing Items
- Open the collection
- Click the sidebar detail panel
- Select Import
- Upload a JSON or CSV file
- Map fields if needed
- Review and confirm the import
Relational Fields
When working with related items:Many-to-One (M2O)
- Select an existing related item from a dropdown
- Click + to create a new related item
- Click the item to edit it
One-to-Many (O2M)
- View related items in a list within the form
- Click + to add related items
- Drag to reorder related items
- Click × to remove relationships
Many-to-Many (M2M)
- Select multiple related items
- Create new related items on the fly
- Remove relationships without deleting items
Next Steps
Insights & Analytics
Visualize your content data with custom dashboards.
Dashboard Settings
Learn about configuring collections and permissions.