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

# Projects

> Create and manage projects inside your organization.

A project is an independent workspace for one use case: one instrument, one product, one prediction problem. Everything in Chemolytic (sensors, samples, spectra, models, deployments) lives inside a project.

## Projects page

After logging in, you land on the **Projects** page. It shows all projects in your current organization.

<Frame>
  <img src="https://mintcdn.com/chemolytic/Z4NdeoejDDDPqHhB/images/screenshots/projects/projects-list.png?fit=max&auto=format&n=Z4NdeoejDDDPqHhB&q=85&s=1b5c3e921484336c8dcd1f37fbb7e0cf" alt="Projects page showing project cards with names, descriptions, sensor info, and usage stats" width="1714" height="1196" data-path="images/screenshots/projects/projects-list.png" />
</Frame>

Each project card shows:

* Name and description
* Sensor type and name (if configured)
* Stats: samples, spectra, models, and live deployments
* Last updated timestamp

You can search projects by name and sort by: recently updated, newest, oldest, name A-Z, or name Z-A.

## Creating a project

<Info>
  You need to be **Admin** or **Owner** of the organization to create a project.
</Info>

1. Click **New Project** in the top right
2. Enter a **Name** (required) and an optional **Description**
3. Click **Create**

You are taken directly into the new project's workspace.

<Warning>
  Your plan limits how many projects you can have. Free: 1 project, Pro: 5 projects, Enterprise: 100 projects. The "New Project" button is disabled when you've reached the limit.
</Warning>

## Deleting a project

<Warning>
  Deleting a project permanently removes all its data: sensors, samples, spectra, datasets, experiments, models, and deployments. This cannot be undone.
</Warning>

1. Open the project you want to delete
2. Go to **Settings** in the sidebar
3. Scroll to the danger zone and click **Delete project**
4. Confirm by typing the project name

Only the project **Owner** or an organization **Admin/Owner** can delete a project.

## When to use multiple projects

Use one project per prediction problem or product line. Good examples:

| Scenario                                         | Recommendation                                             |
| ------------------------------------------------ | ---------------------------------------------------------- |
| Two different sensors measuring the same product | One project (add both sensors to it)                       |
| Same sensor measuring different products         | One project per product (or combine if properties overlap) |
| Production model vs R\&D exploration             | Separate projects                                          |
| Different customers or sites                     | Separate projects                                          |

<Tip>
  Keep projects focused. A project with 10 different sensors and 20 unrelated properties is harder to manage and slower to navigate.
</Tip>
