See Agility CMS in action. Watch a product demo
Navigating the Agility CMS Interface
This guide explains how to navigate the Agility CMS interface. The interface structure is consistent across all Agility CMS instances.
Main Navigation Areas
Upon logging into Agility CMS, you'll see the main navigation with these key areas:

The Agility CMS dashboard provides an overview of your content and quick access to key sections.
Main Sections
- Pages - Manage your website's page structure and content
- Content - Create and manage reusable content items
- Assets - Upload and organize media files
- Web Studio - Preview your content before publishing
Dashboard Overview
The dashboard provides quick access to:
- Recent pages and content items
- Publishing status
- Quick actions for common tasks
Content Section Navigation

The Content section is where you manage reusable content items.
Content Lists
Content items are organized into Content Lists. Each content list contains items of a specific type (e.g., "Posts", "Authors", "Testimonials").
How to navigate:
- Click Content in the main navigation
- You'll see a list of available content lists
- Click on a content list to view its items
- Click on an item to edit it
Content List Features
- Search: Use the search bar to find specific items
- Filters: Filter items by various criteria
- Sort: Sort items by different fields
- Bulk Actions: Select multiple items for bulk operations
Pages Section Navigation

The Pages section is where you manage your site's page structure.
Sitemap View

The sitemap shows your site's page hierarchy:
- Pages are organized in a tree structure
- Parent pages contain child pages
- Each page has a URL path
How to navigate:
- Click Pages in the main navigation
- Click Sitemap to view the page hierarchy
- Click on any page to edit it
Page Editor
When editing a page, you'll see:
- Content Zones: Areas where components can be added
- Components: Components already placed on the page
- Page Properties: Title, URL, metadata, etc.
Assets Section Navigation

The Assets section is where you manage media files.
How to navigate:
- Click Assets in the main navigation
- Browse folders to organize files
- Upload new files or manage existing ones
Components Section Navigation

The Components section shows available component definitions.
Note: You typically work with components by adding them to pages, not by managing them directly in this section.
URL Patterns
Agility CMS uses consistent URL patterns for navigation:
- Content List:
/content/list-{container-id} - Content Item:
/content/list-{container-id}/listitem-{content-id} - Page:
/pages/page-{page-id} - Component on Page:
/pages/page-{page-id}/item-{container-id} - Assets:
/media/folder-{folder-id}
For detailed URL patterns, see the URL Patterns Reference.
Search Functionality
Agility CMS includes a global search feature:
- Use the search bar at the top of the interface
- Search across content items, pages, and assets
- Filter results by type
Keyboard Shortcuts
Common keyboard shortcuts:
- Use Tab to navigate between fields
- Use Enter to save
- Use Escape to cancel or close dialogs
Next: Content Basics - Creating and managing content items