> For the complete documentation index, see [llms.txt](https://help.quickappflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickappflow.com/product-guides/crm/sales-pipeline/stages.md).

# Stages

## **Add Stages in a Pipeline**

Click on pipeline name

![](/files/iKJm8Y7fGYrU4962Hygx)

Click on **+ New Record** Button

![](/files/eBSCejvt1u9mBkBfkePE)

Enter stage name, sequence and show in pipeline for (Lead or Opportunity) and click on **Save**

![](/files/aTt5BwcnVVyTuxSRrgpd)

Newly created stage added on top

![](/files/Dkd86S32VUfD29KWUl3F)

## Edit Stage

You can choose to edit the stage that you have created.

To edit stage

Click on the Action (3 vertical dots) ![](/files/x7mlFmJz7GzTUo6TqDUb) for the record which you would like to edit and click the **Edit** button

![](/files/OwjcYbm7wl0XsSGVWtMi)

Make the necessary changes and click **Save**

![](/files/J2jxVwvJN6BgVi6N0FWu)

## Delete Stage

Stage once added can be deleted if no longer necessary

To delete stage

Click on the Action (3 vertical dots) ![](/files/T9T9JhQvfCyCJzHnlydg) for the record which you would like to delete and click the **Delete** button

![](/files/ZTuwKeEMgLFkauJfzyPR)

Give your confirmation in the pop up and the record will be deleted

![](/files/EPSbgaKL1w4cAq1GtHbg)

## View Stage

Stage once added can be view

To view stage

Click on the Action (3 vertical dots) ![](/files/Q8nrQrM9mHq2kRKGLp8V) for the record which you would like to view and click the **view** button

![](/files/CQPF1PFmrZQv3gJ6IfYw)

You can see all details of **stage**

![](/files/3mMalz2EkDF6iSxueJ8u)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.quickappflow.com/product-guides/crm/sales-pipeline/stages.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
