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

# Manage Pipeline

> Learn about the different ways to view and organize your deals

The Deal page offers three ways to view your deals. Choose the one that fits your workflow.

## View Options

<ResponseField name="Cards" type="view">
  Displays each deal as a card. This makes it easy to see deal details at a glance.

  Best for: Quick browsing and visual overview.
</ResponseField>

<ResponseField name="Table" type="view">
  Displays deals in a spreadsheet-style table with rows and columns.

  Best for: Users with many deals who need to scan and sort quickly.
</ResponseField>

<ResponseField name="Kanban" type="view">
  Displays deals in a CRM-style board with columns for each stage.

  Best for: Managing your deal pipeline and tracking progress.
</ResponseField>

## Using Kanban View

Kanban view organizes deals into stages:

| Stage         | Description                      |
| ------------- | -------------------------------- |
| **New**       | Deals you just added             |
| **In Review** | Deals you're actively analyzing  |
| **Pass**      | Deals you decided not to pursue  |
| **Invest**    | Deals you're moving forward with |

<Steps>
  <Step title="Switch to Kanban">
    Click the **Kanban** view option on the Deal page.
  </Step>

  <Step title="Drag and drop">
    Move deals between columns as their status changes.
  </Step>

  <Step title="See your pipeline">
    Get a clear view of where all your deals stand.
  </Step>
</Steps>

<Info>
  Kanban view makes it easy to see your entire pipeline at once and manage deal flow.
</Info>
