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

# Pipelines in Fliqr AI

> Track deals, tickets, and opportunities on Kanban pipelines in Fliqr AI — stages, cards, permissions, and Flow automation.

Pipelines are Kanban boards for contacts and opportunities. Move cards through stages manually or automatically from Flows so sales and support stay aligned with messaging.

## Pipeline types

| Type              | Use for      | Default stages (examples)                         |
| ----------------- | ------------ | ------------------------------------------------- |
| **Opportunities** | Sales funnel | New → Contacted → Qualified → Proposal → Won/Lost |
| **Support**       | Tickets      | Open → In progress → Waiting → Resolved           |
| **Custom**        | Any process  | You define every stage                            |

## Start here

<CardGroup cols={2}>
  <Card title="Stages and cards" icon="table-columns" href="/docs/core-concepts/pipelines/stages-and-cards">
    Create boards, add cards, drag between stages.
  </Card>

  <Card title="Automation" icon="bolt" href="/docs/core-concepts/pipelines/automation">
    Move cards from Flows; trigger Flows on stage enter.
  </Card>

  <Card title="Permissions" icon="lock" href="/docs/core-concepts/pipelines/permissions">
    Control which admins can see each pipeline.
  </Card>

  <Card title="Sales analytics" icon="chart-bar" href="/docs/analytics/sales-analytics">
    Measure velocity and conversion by stage.
  </Card>
</CardGroup>

## Quick start

<Steps>
  <Step title="Open Pipelines">
    In the sidebar, click **Pipelines**.
  </Step>

  <Step title="Add a pipeline">
    Choose Opportunities, Support, or Custom. Name it and adjust stages.
  </Step>

  <Step title="Add a card">
    Click **Add card / Add new**, link a contact, and save.
  </Step>

  <Step title="Move and assign">
    Drag between stages and assign an owner.
  </Step>
</Steps>

<Note>
  One contact can have cards in multiple pipelines at once (for example sales + support).
</Note>

<Warning>
  Deleting a stage permanently removes cards in that stage. Move cards first.
</Warning>
