> ## Documentation Index
> Fetch the complete documentation index at: https://wey.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Start

> Set up your first roadmap in minutes

## Get Started in 3 Steps

Follow this guide to create your first roadmap and start planning your product.

### Step 1: Create Your Workspace

<Steps>
  <Step title="Open Wey">
    Navigate to [wey.io](https://www.wey.io) and sign in or create an account.
  </Step>

  <Step title="Create a Workspace">
    A workspace is a container for all the items in your roadmap. Click **New Workspace** and give it a name (e.g., "My Product Roadmap").

    <Frame>
      <img src="https://mintcdn.com/wey/8rsqLJUfBx2_EIQ2/images/create-roadmap.png?fit=max&auto=format&n=8rsqLJUfBx2_EIQ2&q=85&s=23d58ecc2d62e317421ba10f7cb2a105" alt="Create Workspace" width="462" height="432" data-path="images/create-roadmap.png" />
    </Frame>
  </Step>

  <Step title="Choose Your Starting Point">
    You can either:

    * Start with a **blank roadmap**
    * Generate **demo data** to explore the features
  </Step>
</Steps>

### Step 2: Add Your First Items

<Steps>
  <Step title="Create an Initiative">
    Click the **+ Add Item** button and select **Initiative**. Give it a name and set the date range.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-add-item.png" alt="Add Item" />
    </Frame>
  </Step>

  <Step title="Add Child Items">
    Break down your initiative by adding **Epics**, **Stories**, or **Tasks** as children.
  </Step>

  <Step title="Set Details">
    Add descriptions, assign to product areas, and link to strategic priorities.
  </Step>
</Steps>

### Step 3: Explore Views

Switch between views to see your roadmap from different perspectives:

<CardGroup cols={2}>
  <Card title="Timeline View" icon="calendar" href="/views/timeline-view">
    See items on a Gantt-style timeline grouped by product area or priority.
  </Card>

  <Card title="List View" icon="list" href="/views/list-view">
    View all items in a structured list with expand/collapse hierarchy.
  </Card>

  <Card title="Kanban View" icon="columns" href="/views/kanban-view">
    Organize items in columns for status-based workflows.
  </Card>

  <Card title="Hierarchy View" icon="sitemap" href="/views/hierarchy-view">
    Visualize parent-child relationships in a flow diagram.
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/core-concepts">
    Understand the fundamentals of Wey.
  </Card>

  <Card title="Set Up Products" icon="box" href="/organization/products">
    Organize items by product and product area.
  </Card>

  <Card title="Strategic Priorities" icon="bullseye" href="/organization/strategic-priorities">
    Align your roadmap to strategic goals.
  </Card>

  <Card title="Export & Share" icon="share" href="/sharing/export-options">
    Share your roadmap with stakeholders.
  </Card>
</CardGroup>
