> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-filters/crm-filter-and-organize-opportunities.md).

# CRM - Filter and Organize Opportunities

In the CRM, it is possible **to filter and organize opportunities** to make it easier to view deals and better track the progress of the sales funnel.

{% embed url="<https://youtu.be/dkP9MBYRPPE>" %}

***

### Opportunity Sorting

In addition to filters, the CRM allows **organizing opportunities by sorting**, making it easier to prioritize and analyze deals.

#### Sorting direction

You can define the sorting direction:

* **Ascending** – from smallest to largest or from oldest to newest.
* **Descending** – from largest to smallest or from newest to oldest.

#### Sort by

Opportunities can be organized by the following fields:

* **Title**
* **Value**
* **Loss reason**
* **Win reason**
* **Expected closing date**
* **Loss date**
* **Win date**
* **Reopen date**
* **Creation date**
* **Update date**

This feature helps visualize, for example, **the most recent opportunities, the highest-value ones, or those nearing closure**.

***

### Standard Filters

The **standard filters** allow you to quickly find opportunities using common CRM criteria.

It is possible to filter by:

* **Status**
* **Responsible party**
* **Archived only**
* **Creation date**
* **Expected closing date**
* **Created on**
* **Value from**
* **Last activity**
* **Expected close date**
* **Last message sent**

These filters help locate specific opportunities and better track deal progress.

***

### Advanced Filters

In addition to standard filters, the CRM also allows using **advanced filters**.

With this feature, you can **create custom filters using conditions**, allowing you to find opportunities with more specific criteria.

Advanced filters are useful for more detailed analyses, such as identifying opportunities that meet **multiple criteria at the same time**.

***

### Benefits of using filters and sorting

* Better **sales funnel organization**
* **Quick location** of opportunities
* Greater **control over deals**
* Better **lead prioritization**
* Support in **management and monitoring of the sales team**.


---

# 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://docs.sprinthub.com/en/topics/general/crm/crm-filters/crm-filter-and-organize-opportunities.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.
