# Epics

Epic is a bigger "user story" that integrates many stories and tasks in one picture.&#x20;

Projects build sequences of tasks to achieve the objectives. An epic collects stories and tasks from different projects to a kanban board.

For example, the "big epic user story" is: "A customer easily finds what there need on the web-site and easily purchases it". We have two projects that provide what we need: Site Maintenance and Customer Support. Some of the tasks in these projects lead to our epic story, some not. We collect proper tasks to epic and manage them in this interproject mode.

## Creating Epic

In the **Epics** tab click **CREATE EPIC**, add a name, description, and dates.&#x20;

![](/files/-MTpqUNeeQoY0V_ULo3X)

## Adding Tasks

Epic is not a project. It's a user story that consists of smaller stories or tasks in different projects.

To add a task from a project to the epic go to the project board, open the task and add the epic to its properties.&#x20;

![](/files/-MTpso-13XhLyKMYOa79)

## Managing Tasks

Tasks and stories on the epic board can be on one of four columns.&#x20;

In **projects**, you can have many columns but all of them belong to three states plus the fours state: **Done** (see more in the [**Columns**](/project-manager/main-features/projects.md#columns) chapter).

When moving the tasks on the board you will see the original column name within the state to move to.

For example, if a task is on the **In Progress** column of the project, you can move it to **Approve** within one column of the epic. And it will be moved on the project board as well.&#x20;

Also, when you move a task on the project board, it changes the position on the epic board. &#x20;

![](/files/-MTq-W7XnU2t1lNxOiwS)


---

# 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.aitheon.com/project-manager/main-features/epics.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.
