At the front of our content management system is an easy-to-use authoring environment, designed to work like Word. This provides a non-technical way of creating new pages or updating content, without having to know any HTML.
Our CMS also allows you to manage the structure of the site. That is, where the pages go, and how they are linked together. Many even offer simple drag-and-drop restructuring of the site, without breaking any links.
Once a page has been created, it is saved into a central repository in the CMS. This stores all the content of the site, along with the other supporting details.

This central repository allows a range of useful features to be provided by the CMS:
- Keeping track of all the versions of a page, and who changed what and when.
- Ensuring that each user can only change the section of the site they are responsible for.

