# Stages

### Overview <a href="#overview" id="overview"></a>

The **Stages** tab in the CRM Module allows network admins to manage the progression of sales opportunities. From this section, admins can view, edit, reorder, and add opportunity stages to match their organization’s sales pipeline.

<img src="/files/seqfPMRqLbYRFwCOBe3T" alt="" width="563">

Admins can:

* View and manage the list of all opportunity stages.
* Reorder opportunity stages via drag-and-drop.
* Edit labels for pre-shipped (default) stages.
* Create custom opportunity stages tailored to your business.
* Remove unused or outdated stages with a reassignment step to prevent data loss.

***

### Opportunity Stages List

* **Stage Display:** Shows all opportunity stages currently configured for the domain.
* **Reorder:** Use drag-and-drop to arrange stages in the preferred sequence. This impacts how stages are displayed in the User Portal.
* **Edit Pre-shipped Stages:** Click **Edit** next to a stage to rename it.

***

### Stage Actions

Each stage includes action options:

**Edit:** Modify the stage name.

**Remove:** Permanently delete a stage from the domain.

<figure><img src="/files/I0i8Dj36m08qYHJiEyKF" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
When removing a stage, admins must select a replacement stage to transfer all associated opportunities. This prevents any opportunity from being left unassigned.
{% endhint %}

***

### Adding a New Opportunity Stage

To create a new opportunity stage:

1. Click the **+ Add a new Opportunity Stage** link at the bottom of the stage list.

<figure><img src="/files/jjEuBj3rfiJG8gXmqq0h" alt=""><figcaption></figcaption></figure>

2. Enter the desired name in the **Stage Name** text box.
3. Click **Add** to save the new stage.
4. Optionally, drag-and-drop the new stage to position it appropriately in the list.


---

# Agent Instructions: 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:

```
GET https://guides.mangoapps.com/admin-guide/module-settings/crm/stages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
