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

# Managing Projects

> Navigate and organize your VibeHub projects

## Dashboard

Your dashboard is the central hub for all your VibeHub projects. Here you can view, search, and organize your work.

### Dashboard Statistics

At the top of your dashboard, you'll see overall statistics:

* **Total Projects** - Number of projects you have access to
* **Deployed Projects** - Projects connected to Netlify or Vercel
* **Most Used Coding Agent** - Your most frequently used AI coding tool
* **Total Lines of Code** - Lines of code across all your projects

### Finding Projects

Use the search bar to find projects by name or description. Filter your projects using the tabs:

| Tab                | Shows                               |
| ------------------ | ----------------------------------- |
| **All**            | All projects you have access to     |
| **Owned**          | Projects you created                |
| **Shared with Me** | Projects others have invited you to |

### Project Cards

Each project on your dashboard displays:

* **Project Name** - Click to open the project
* **Description** - Brief summary of the project
* **Created Date** - When the project was created
* **Last Push** - When the most recent commit was pushed
* **Copy URL** - Quick button to copy the project URL

### Quick Actions

From the dashboard, you can:

* **Create a new project** - Click "New Project" button
* **Import from GitHub** - Click "Import from GitHub"
* **Copy project URL** - Click the copy icon on any project card

## Opening a Project

Click on any project card to open the project detail view. From there you can:

* View commits and their history
* Browse files and code
* Manage branches
* Configure settings
* Invite collaborators

## Next Steps

<CardGroup cols={2}>
  <Card title="Import from GitHub" icon="github" href="/projects/importing-from-github">
    Bring in existing repositories
  </Card>

  <Card title="Project Settings" icon="gear" href="/projects/project-settings">
    Configure your project options
  </Card>
</CardGroup>
