+```json EPICS OBJECT
+{
+ "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "name": "Develop Mobile Application Framework",
+ "description": {},
+ "description_html": "Create a cross-platform mobile application framework that supports all core system functionalities with native-like performance and user experience
",
+ "description_stripped": "Create a cross-platform mobile application framework that supports all core system functionalities with native-like performance and user experience",
+ "description_binary": null,
+ "state": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "priority": "medium",
+ "assignees": [],
+ "labels": [
+ "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
+ ],
+ "type": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "estimate_point": null,
+ "point": null,
+ "start_date": "2025-02-28",
+ "target_date": "2025-06-20",
+ "parent": null,
+ "sequence_id": 57,
+ "sort_order": 605535.0,
+ "is_draft": false,
+ "completed_at": null,
+ "archived_at": null,
+ "project": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "workspace": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "external_id": null,
+ "external_source": null,
+ "deleted_at": null,
+ "created_at": "2025-03-01T21:23:54.645263+05:30",
+ "updated_at": "2025-03-03T10:38:44.667276+05:30",
+ "created_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
+ "updated_by": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
+}
+```
+
\ No newline at end of file
diff --git a/api-reference/initiative/overview.mdx b/api-reference/initiative/overview.mdx
index a721134..be71d3b 100644
--- a/api-reference/initiative/overview.mdx
+++ b/api-reference/initiative/overview.mdx
@@ -6,7 +6,7 @@ Initiatives are high-level strategic goals that help organize and track work acr
[Learn more about Initiatives](https://docs.plane.so/core-concepts/projects/initiatives)
-## The Initiative object
+## The Initiatives object
**Attributes**
diff --git a/mint.json b/mint.json
index 0c9ebf9..334e606 100644
--- a/mint.json
+++ b/mint.json
@@ -358,6 +358,14 @@
"api-reference/worklogs/delete-worklog"
]
},
+ {
+ "group": "Epics",
+ "pages": [
+ "api-reference/epics/overview",
+ "api-reference/epics/list-epics",
+ "api-reference/epics/get-epic-detail"
+ ]
+ },
{
"group": "Initiatives",
"pages": [
diff --git a/self-hosting/govern/database-and-storage.mdx b/self-hosting/govern/database-and-storage.mdx
index 833c050..e28e838 100644
--- a/self-hosting/govern/database-and-storage.mdx
+++ b/self-hosting/govern/database-and-storage.mdx
@@ -6,7 +6,12 @@ sidebarTitle: External database and storage
The Prime CLI lets you easily configure your Commercial Edition instance, providing options to customize the PostgreSQL database, Redis, external storage, and other advanced settings.
-1. Run the Prime CLI with ↓:
+