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

# Projects: Organize Your AI Conversation Analysis

> Projects group your AI conversation transcripts for analysis. Learn how to create, rename, delete, and navigate projects in the Bigspin dashboard.

A Project is a named container that groups a set of conversation transcripts together for analysis. Every project you create gets its own workspace where Bigspin ingests transcripts — either uploaded directly or synced from a connected data source — and generates reports that surface quality issues, behavioral patterns, and trends across those conversations.

## The Projects dashboard

The Projects dashboard is the first screen you see after logging in. It displays all of your projects as cards. Each card shows:

* **Project name**
* **Transcript count** — the total number of transcripts in the project
* **Last sync date** — when transcripts were most recently added or synced

Click any project card to open the project and navigate to its analysis views.

## Create a project

<Steps>
  <Step title="Open the Create Project dialog">
    From the Projects dashboard, click the **Create Project** button in the top-right corner.
  </Step>

  <Step title="Fill in the project details">
    Enter a **Name** (required), an optional **Description**, and any **Tags** you want to use for organization. Press **Enter** or click **Add** after typing each tag.
  </Step>

  <Step title="Optionally upload transcripts or add filters">
    You can upload transcript files directly during project creation, or skip this step and add transcripts later. If your workspace has a connected data source (such as LangSmith), you can also configure **Transcript Filters** to control which traces are included.
  </Step>

  <Step title="Create the project">
    Click **Create Project**. If you uploaded files, Bigspin begins processing them immediately and takes you to the import progress screen. Otherwise, you land directly in the new project's home view.
  </Step>
</Steps>

## Rename a project

<Steps>
  <Step title="Open the project menu">
    On the project card, click the **⋮** (vertical ellipsis) menu icon in the top-right corner of the card.
  </Step>

  <Step title="Select Rename">
    Click **Rename** from the dropdown menu.
  </Step>

  <Step title="Enter the new name">
    Type a new name in the dialog and click **Rename** (or press **Enter**).
  </Step>
</Steps>

## Delete a project

<Steps>
  <Step title="Open the project menu">
    On the project card, click the **⋮** menu icon.
  </Step>

  <Step title="Select Delete">
    Click **Delete** from the dropdown menu.
  </Step>

  <Step title="Confirm deletion">
    Confirm the action in the dialog.

    <Warning>
      Deleting a project cannot be undone. The transcripts themselves are not deleted — only their association with the project is removed.
    </Warning>
  </Step>
</Steps>

## Navigate inside a project

Clicking a project card opens the project detail view. From there you can:

<CardGroup cols={2}>
  <Card title="View transcripts" icon="messages">
    Browse individual conversations and inspect turn-by-turn details.
  </Card>

  <Card title="Read reports" icon="chart-bar">
    Review AI-generated briefings that summarize quality issues, patterns, and trends.
  </Card>

  <Card title="Import more transcripts" icon="upload">
    Add additional transcript files to the project at any time.
  </Card>

  <Card title="Sync from data sources" icon="rotate">
    Trigger or monitor automatic syncs from connected integrations like LangSmith or Braintrust.
  </Card>
</CardGroup>
