# Overview

The **Eventflow CMS** has been designed from the ground up to be incredibly easy to use. Whether you’re adding custom branding, managing terminology, or updating content, it’s built for everyone—no computer science PhD required!

### Navigating the CMS

From the CMS Overview screen, you’ll see a list of options tailored to your user level. We cover user permissions in more detail under Users, but as an Admin, you can expect to see a series of cards grouped into sections, including:

* [Eventflow Reports](/eventflow-cms/eventflow-reports.md)
  * [Team reports](/eventflow-cms/eventflow-reports/team-reports.md)
  * [Task reports](/eventflow-cms/eventflow-reports/task-reports.md)
  * [Form reports](/eventflow-cms/eventflow-reports/form-reports.md)
* [General Settings](/eventflow-cms/general-settings.md)
  * [Manage branding](/eventflow-cms/branding-settings.md)
  * [Manage event details](/eventflow-cms/general-settings/manage-event-settings.md)
  * [Manage sidebar](/eventflow-cms/sidebar-settings.md)
  * [Terms and variables](/eventflow-cms/general-settings/terms-and-variables.md)
  * [Onboarding](/eventflow-cms/onboarding-settings.md)
* [Dashboard](/eventflow-cms/dashboard-settings.md)
  * [Manage header](/eventflow-cms/dashboard-settings/manage-header.md)
  * [Manage featured pages](/eventflow-cms/dashboard-settings/manage-featured-pages.md)
* [Tasks & Deadlines](/eventflow-cms/tasks.md)
* [Content](/eventflow-cms/content.md)
* [Forms](/eventflow-cms/form-builder.md)
* [Emails](/eventflow-cms/email-settings.md)
* Notifications
* Users, Groups & Custom Fields
* [Suppliers](/eventflow-cms/suppliers.md)

Each card provides options for managing its associated content.

### Quick access and navigation

* Use the search bar at the top to quickly find what you need.
* Navigate back and forth using the breadcrumb links in the top-left corner of the screen.

Eventflow CMS is designed to make event management effortless. Jump in and start exploring! 🚀


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eventflowapp.com/eventflow-cms/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
