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

# Stages

> The three stage types, closing deals, and archiving

A stage is a column of your pipeline. A customer sits in **exactly one stage per pipeline** —
they can be in several pipelines at once, but never in two stages of the same one.

<Frame caption="Stage configuration">
  <img src="https://mintcdn.com/dialtu-0be120d3/Tq3xO7XBwbjlVR6P/images/en/salesflow/stages-modal.png?fit=max&auto=format&n=Tq3xO7XBwbjlVR6P&q=85&s=38f2413a8754b540d90e3b76f23c876a" alt="Stage edit modal with name, colour, the three stage types and the idle alert" width="513" height="955" data-path="images/en/salesflow/stages-modal.png" />
</Frame>

## The three types

<CardGroup cols={3}>
  <Card title="Standard" icon="square">
    A regular stage where customers can be handled by AI or humans.
  </Card>

  <Card title="Human only" icon="user">
    Transitions leaving this stage are forced to **manual**.
  </Card>

  <Card title="Final" icon="flag-checkered">
    Closes the deal as won or lost. Cannot have outgoing transitions.
  </Card>
</CardGroup>

<Warning>
  **"Human only" does not pause your AI agents.** The type does exactly two things: it forces
  outgoing transitions to be manual, and it notifies pipeline members. A WhatsApp or SMS agent
  **will keep replying** to a customer parked in a human-only stage. If you need the AI to stop
  answering, pause it from the agent itself or flag the conversation for human handling.
</Warning>

## Final stages: won, lost, and archived

Marking a stage as **Final** reveals two settings:

| Field                   | What it does                                                                                   |
| ----------------------- | ---------------------------------------------------------------------------------------------- |
| **Outcome type**        | **Won** or **Lost**. This is how the close is counted.                                         |
| **Days before archive** | How many days to wait before moving the customer from *active* to *completed*. Defaults to 14. |

A customer reaching a final stage **does not disappear immediately**: they stay visible and
active for the number of days you configure. After that, an automatic process marks them
**completed** and they stop counting as active.

<Tip>
  It's standard to have two final stages, `Closed won` and `Closed lost`, so you can measure
  conversion. With only one, you lose that distinction.
</Tip>

## Idle alert

The **Idle alert** field promises to notify assigned users when a customer has sat in the
stage too many days.

<Warning>
  **This setting does not produce any notification yet.** The field saves and is editable, but
  the process that sends the alerts isn't scheduled in production. If you need to react to
  stalled customers, use an
  [**Idle timer** event](/en/salesflow/events-and-sequences), which does work.
</Warning>

## Order, color, and position

* The **order** of columns in the Board is changed by dragging the column, or from the
  **Position** field when creating the stage.
* The **position in the Flow diagram is independent** of the Board order. Moving a stage in
  the diagram does not reorder the columns.
* The **color** is picked from eight presets or via **Custom color**. It's purely visual, but
  it helps a lot when scanning the board.

## Deleting a stage

When deleting a stage that contains customers, Salesflow forces you to decide what happens to
them:

* **Move customers to** another stage, or
* **Remove all customers from the pipeline** — they're marked as *removed*, not deleted.

<Warning>
  Deleting a stage **cannot be undone**, and it takes its transitions and events with it.
</Warning>

## Warning: dead ends

The Flow view shows an amber warning when a stage **has no path to a final stage**. Clicking
it makes the affected stages flash. It's worth keeping at zero: a stage with no exit is a
place where leads get stuck forever.

## Next step

<Card title="Input nodes" icon="door-open" href="/en/salesflow/input-nodes">
  Define how customers reach these stages.
</Card>
