> ## 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.

# Project Structure

> Understanding how projects are organized in Design IQ

## Project Organization

Each project in Design IQ is a container for related design work. Understanding the structure helps you organize your work efficiently.

## Project Components

### Documents

Projects can have their own dedicated documents uploaded specifically for that project. These appear in the **Data** tab under "Project Documents" when you have a project selected.

### Workflows

Workflows can be associated with specific projects. When you run a workflow, you select which project documents to review.

### Results

Review results are tied to the project and workflow combination, making it easy to track findings for specific design reviews.

## Document Hierarchy

Design IQ uses a two-level document hierarchy:

<Tabs>
  <Tab title="Organization Documents">
    Global documents available across all projects in your organization. These might include:

    * Company design standards
    * Reference specifications
    * Code requirements
    * Templates and guidelines
  </Tab>

  <Tab title="Project Documents">
    Documents specific to a single project:

    * Project drawings
    * Project specifications
    * Calculations
    * Project-specific reports
  </Tab>
</Tabs>

\[SCREENSHOT PLACEHOLDER: Data tab showing Organization vs Project documents]

## Best Practices

<AccordionGroup>
  <Accordion title="Separate Projects by Scope">
    Create distinct projects for different buildings, phases, or design disciplines.
  </Accordion>

  <Accordion title="Use Organization Documents for Standards">
    Upload company standards and reference documents at the organization level so they're available across all projects.
  </Accordion>

  <Accordion title="Keep Project Documents Specific">
    Only upload documents directly related to the specific project to avoid confusion.
  </Accordion>
</AccordionGroup>

## Project Workflow

A typical project workflow in Design IQ:

1. Create the project
2. Upload project-specific documents
3. Create or select a workflow (checklist)
4. Run the workflow against project documents
5. Review results and findings
6. Respond to findings and export reports

## Next Steps

<Card title="Manage Documents" icon="database" href="/dashboard/data/index">
  Learn more about uploading and organizing documents
</Card>
