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

# Projects

> Organize your design work into projects

## What are Projects?

Projects in Design IQ help you organize related design documents, workflows, and review results. Each project contains its own set of documents and can have multiple workflows associated with it.

## Project Structure

A project consists of:

* **Project Name** - A descriptive name for your design project
* **Documents** - Design files, specifications, and reference materials specific to this project
* **Workflows** - Review checklists that can be run against project documents
* **Results** - AI-generated findings from workflow executions

## Viewing Projects

Access your projects from the sidebar by clicking **Projects**. You'll see a list of all projects in your organization.

\[SCREENSHOT PLACEHOLDER: Projects list view]

## Project Actions

From the projects view, you can:

* Create new projects
* View project details
* Access project documents
* Run workflows on project documents
* Delete projects (with appropriate permissions)

## Next Steps

<CardGroup cols={2}>
  <Card title="Create a Project" icon="plus" href="/dashboard/projects/creating-projects">
    Learn how to create your first project
  </Card>

  <Card title="Upload Documents" icon="upload" href="/dashboard/data/project-documents">
    Add documents to your project
  </Card>

  <Card title="Run a Workflow" icon="layers" href="/dashboard/workflows/running-workflows">
    Execute a review on your project
  </Card>
</CardGroup>
