diff --git a/fern/docs/pages/welcome.mdx b/fern/docs/pages/welcome.mdx
index 8e965b2..e993156 100644
--- a/fern/docs/pages/welcome.mdx
+++ b/fern/docs/pages/welcome.mdx
@@ -1,91 +1,48 @@
---
-title: Welcome to Fern!
-subtitle: Everything you need to build the best developer experience
+title: Welcome to Plant Store
+subtitle: The complete platform for managing your plant inventory
+layout: overview
slug: welcome
---
-This repository is a starter template for building documentation with [Fern](https://buildwithfern.com). It includes a sample Plant Store API to demonstrate how Fern generates interactive API reference documentation from an OpenAPI specification.
-
-Use this template to get started quickly, then replace the sample content with your own API and documentation.
-
-## What's included
-
-This starter template contains everything you need to publish documentation:
-
-
-
-
-
-
-
-
-
-
-
-## Getting started
-
-
-
-
-```bash
-git clone
-cd docs-starter
-```
-
-
-
-
-
-```bash
-npm install -g fern-api
-```
-
-
-
-
-
-Start a local development server with hot-reloading:
-
-```bash
-fern docs dev
-```
-
-Open [http://localhost:3000](http://localhost:3000) to see your docs.
-
-
-
-
-
-Update `fern.config.json` with your organization name and `docs.yml` with your desired URL. The `version` refers to [the Fern CLI](https://buildwithfern.com/learn/cli-api-reference/cli-reference/overview):
-
-```json title="fern.config.json"
-{
- "organization": "your-org-name",
- "version": "0.46.15"
-}
-```
-
-```yaml title="docs.yml"
-instances:
- - url: your-org.docs.buildwithfern.com
-```
-
-
-
-
-
-When you're ready to go live:
-
-```bash
-fern generate --docs
-```
-
-
-
-
-## Next steps
-
-Replace the sample Plant Store API with your own OpenAPI specification, update the Markdown pages with your content, and customize the theme to match your brand. For detailed guidance, explore the pages in this documentation or visit the [Fern documentation](https://buildwithfern.com/learn).
+
+
+
+Plant Store is a platform for managing and tracking your plant inventory. It provides a RESTful API for browsing plants, managing users, and tracking availability. Plants are defined with a rich schema, queried through the API, and monitored in real time via WebSocket events.
+
+