Guide entry edit

Guide is the CMS user manual in the CMS. In addition to a CMS Guide section, Guide makes it easy to create Control Panel pages, widgets, UI elements, expanded field instructions, and slideout pages without writing PHP.

Guide cms guide

Create a CMS user manual to give your clients an overview of the different part that make up their unique content setup. When more than one guide are shown together a navigation appears on the right.

Guide guides

Create, edit, and delete Guide content (aka guides) from one page. Here you can also manage which guides appear in the CMS Guide pagee.

Guide editor

Write guides using Markdown, HTML, and Twig. Guide PRO includes components and snippets to make writing even easier.

Any user in your Craft CMS site can be given permission to create and edit guides. This lets the whole team contribute in writing documentation.

Guide css

Write CSS to design your guide with a unique layout. Use CSS to adjust the Control Panel when inserting guides into CSS selectors.

Guide javascript

Use JavaScript to give your guide more functionality. NOTE: The JavaScript editor is disabled by default and enabled with plugin settings.

Guide page

Every guide gets their own Control Panel page that can be linked to from field instructions, widgets, and other guides. Guide’s Twig features let you show different content for the same guide, based on whether or not it’s displayed as a widget, slidout, or on a full Guide Page.

Guide organizer

Add guides to various places around the Craft CMS Control Panel. Use one of the sections in the Organizer or add guides to multiple pages using URI patterns.

Guide widgets edit

Create Dashboard widgets to display stats, tips, and welcome messages to any user.

Guide ui element

Put guides amongst your fields to provide extra instructions or to preview rendered content.

Guide field

Expand field instructions with a button that shows a guide in a slidout.

Guide entry edit

Add guides to edit pages to provide authoring instructions and to document business rules. Guides can appear in a slideout so they can be referred to and then dismissed, so your clients can go right back to creating content.

Guide plugin page

Guides can be added to any page in the Control Panel so you can provide instructions on plugin pages, utility pages, or global elements across the Control Panel.

Guide export

Share guides from one Craft CMS project to another. Guide includes Twig variables that let you set things like the site name or client name in Guide plugin settings—making it easy to import templates without worrying that another client is mentioned.

Reduce Plugins and Custom Modules

A guide can be an HTML element, a documentation page, or anything else you can build with Twig in Craft CMS. Guides can display reports that calculate Commerce sales, track content authoring issues (missing fields, incorrect field combinations), and show which images are used on which page. As long as you can access data through Twig, you can create widgets and pages that provide powerful insights based on your business needs.

If you think you need to write a custom PHP module or to use a third-party plugin, see if Guide can help you achieve your goals.