> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/opportunities/how-to-create-and-edit-pipelines.md).

# How to Create and Edit Pipelines

Using the Pipelines feature, you can more efficiently manage your leads for your business. This tutorial will show you how you can easily create a new pipeline, or make changes to existing ones.

**Step 1: Accessing the Pipelines page**

* Navigate to Settings > Pipelines
* Here you’ll see a list of all your existing pipelines.
* You can click the Edit or Delete icons to make changes or delete a pipeline.
* Click the green button to add a new pipeline

**Step 2: Adding a New Pipeline**

* Click the **+Create new Pipeline** button
* Fill out the information in the popup window.
* Give the pipeline a name, add stages, and choose the visibility.
  * ***NOTE*****:** you can determine whether or not each individual stage is visible in the pie chart and funnel chart, as well as choose if the entire pipeline as a whole is visible or not.
* Using the arrows next to each stage, you can modify the order.
* Continue adding as many stages as you’d like.

{% embed url="<https://lh4.googleusercontent.com/oh9iOgMjDXLgvDeTXhiPJePCHfy91A5nYMGArnvM4IOnkDh85E483K_zTmMJ5WBgmUKSfSlSLscmh1vKbm-x1_etaBZZifrcb1DOSFGHW4LJ9dXBdPci3VQu6DvV3FbgqyA0Zhk=s0>" %}

* Save to confirm your changes.
* Now this newly added pipeline will appear on your Pipelines page.
* You can click the edit icon to make any additional edits.


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/opportunities/how-to-create-and-edit-pipelines.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.
