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

# Organize and Manage Projects and Brand Assets in Nomiq

> Organize, manage, and navigate your projects and generated brand assets—logos, colors, typography, and guidelines—inside the Nomiq workspace.

Every brand you build in Nomiq lives inside a clearly structured hierarchy that keeps your work organized and easy to navigate. Understanding how the workspace is arranged helps you move quickly between clients, revisit earlier creative directions, and export production-ready assets without losing anything along the way.

## Workspace Hierarchy

Nomiq uses a four-level hierarchy to structure everything you create. At the top sits your **Workspace**, which is the root container tied to your account or organization. Inside it you create **Projects**—one per brand identity. Each project holds one or more **Strategies**, which represent distinct creative directions for that brand. At the lowest level, each strategy produces **Assets**: logos, color palettes, typographic scales, and brand guidelines documents.

```
Workspace
└── Project (one brand identity)
    └── Strategy (one creative direction)
        ├── Logos (PNG, SVG)
        ├── Color Palette (Hex, RGB, HSL)
        ├── Typography Scale (font pairings, size scale)
        └── Brand Guidelines (shareable URL + PDF)
```

Every asset Nomiq generates is automatically saved and versioned—you never need to press a manual save button.

## What Gets Stored in a Project

When you run a brand generation session, Nomiq captures and stores the following for each strategy:

* **Logos** — primary, secondary, and icon-only variants in PNG and SVG formats
* **Color palette** — primary, secondary, and accent colors with Hex, RGB, and HSL values
* **Typography scale** — heading and body font pairings with a complete size and weight scale
* **Brand guidelines** — a live, shareable URL and exportable PDF summarizing the full identity

All of these assets are accessible from your project dashboard at any time.

## Navigating the Dashboard

Open the Nomiq dashboard by clicking **Home** in the left sidebar. The dashboard shows all your projects as cards. Each card displays the project name, the most recently generated logo thumbnail, and the date it was last edited. Use the search bar at the top to filter projects by name. Click any project card to open it and view its strategies and assets.

<Note>
  Free-tier workspaces are limited to **1 active project** at a time. Upgrade to Pro or Agency to create unlimited projects. Projects over the active limit become read-only—you can still view and export their assets, but you cannot run new generation sessions inside them.
</Note>

## Creating a New Project

<Steps>
  <Step title="Open the New Project dialog">
    From the dashboard, click the **+ New Project** button in the top-right corner. The dialog opens immediately.
  </Step>

  <Step title="Name your project">
    Type a descriptive project name—for example, the client name or brand name. If you are on an Agency plan, use the **Folder** dropdown to assign the project to an existing client folder, or type a new folder name to create one on the fly.
  </Step>

  <Step title="Set a starting strategy (optional)">
    Choose **Blank** to start from scratch, or select one of your saved custom templates to pre-load style parameters. Agency plan users see their full template library here; Pro users see blank only.
  </Step>

  <Step title="Click Create">
    Click **Create Project**. Nomiq opens the Brand Studio inside your new project and starts a fresh generation session.
  </Step>
</Steps>

## Organizing Assets Across Projects

To keep large workspaces tidy, Agency plan users can arrange projects into named **Folders** (for example, one folder per client). All other plan tiers display projects in a flat list, sorted by most-recently-edited. You can rename or archive a project at any time from the project's **Settings** tab—archiving removes it from the main dashboard view without deleting any assets.

<Note>
  Custom Templates—reusable starting points that lock in style parameters for future projects—are available on the **Agency plan only**. If you want to save a baseline for a particular industry or brand archetype, upgrade before clicking **Save as Template**.
</Note>

## Project Limits by Plan

| Plan   | Active Projects | Custom Templates | Folders |
| ------ | --------------- | ---------------- | ------- |
| Free   | 1               | —                | —       |
| Pro    | Unlimited       | —                | —       |
| Agency | Unlimited       | ✓                | ✓       |

<CardGroup cols={2}>
  <Card title="Collaboration" icon="users" href="/workspace/collaboration">
    Invite team members and assign roles so others can view or edit your projects.
  </Card>

  <Card title="Billing & Plans" icon="credit-card" href="/workspace/billing-and-plans">
    Upgrade to Pro or Agency to unlock unlimited projects, or to Agency to add custom templates.
  </Card>

  <Card title="Brand Guidelines" icon="book-open" href="/brand-studio/brand-guidelines">
    Share the live brand guidelines URL generated inside each project.
  </Card>

  <Card title="Security" icon="shield" href="/workspace/security">
    Review access controls and data handling for your workspace assets.
  </Card>
</CardGroup>
