> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/web-version/markdown/marketing-tools/opportunities.md).

# Opportunities

## 1. Opportunity Permissions

To create and manage opportunities in the system, you need to be granted permissions for the Opportunity function.

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

## 2. How to Add, Edit, and Delete Opportunities

After setting up basic information for a campaign (as described here), you can add opportunities using the available data in the system that aligns with the newly created campaign.

### 2.1. Adding an Opportunity from the Campaign Screen

In the Campaign Management screen, click on the campaign details -> Select "Add Opportunity" -> Choose the customer and create the opportunity within the campaign (for customers already existing in the system).

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

Opportunity Name: The system will automatically use the customer's name or you can edit it.

Probability: Evaluate the success probability of this opportunity, in percentage.

Opportunity Owner: If the employee is the one adding the customer to the campaign for management, set themselves as the opportunity owner. If you want the employee to self-register the opportunity or allow the manager to assign the opportunity, select "No owner selected." Alternatively, you can choose a specific person to be the opportunity owner.

Opportunity Status: The status of the customer when added to the campaign (based on the approach method set when creating the campaign).

-> Click "Add New" to successfully add the opportunity to the campaign.

### 2.2. Adding an Opportunity from the Customer Screen

In the Customer Management screen -> Choose the customer to create an opportunity -> Click "Create Opportunity."

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

Campaign: Choose the campaign name for which the opportunity is being created.

Status: Choose the status for the opportunity.

Opportunity Owner: Select the person responsible for the opportunity.

Opportunity Source: The source of the opportunity is from company data.

Note:

If automatic opportunity assignment is not set, all participants in the campaign will receive a notification when a customer is added to the campaign. If automatic assignment is set, only the opportunity owner and the manager (those with "view all" rights) will be notified.

The opportunity owner and the customer owner can be two different people.

If you need to communicate with others within the campaign, you can access the chat feature in the campaign.

Only the campaign manager, participants in the campaign, or those with the "view all" permission can view the campaign.

### 2.3. Updating Opportunity Status

To change the opportunity status within the campaign, click on the opportunity details -> Select the approach method.

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

Alternatively, you can quickly move the opportunity to a new status by dragging and dropping the opportunity name in the Kanban view of the campaign management page.

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

### 2.4. Opportunity Details

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

(1) Copy Opportunity: Copy the opportunity to another campaign or within the current campaign (if allowing duplicate opportunities within the campaign). The opportunity will appear in the first approach step of that campaign.

(2) Edit Opportunity: Edit the opportunity information.

(3) Delete Opportunity: Delete the opportunity information.

(4) Change Opportunity Status: Mark the opportunity as successful or failed.

Success: Update the status as successful and create an order.

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

Failure: Update the failure reason.

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

(5) Opportunity Information: View detailed information about the opportunity.

(6) Communication: View any communication related to the opportunity (communications within the opportunity will be linked to the customer’s communication details).

(7) Related Orders: Track or quickly add orders associated with the campaign.

<figure><img src="/files/6qsKQ3xYs7rLyQ3ffuiH" alt=""><figcaption></figcaption></figure>

(8) Related Tasks: Track or quickly add tasks associated with the campaign.

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


---

# 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://helpdesk.getfly.vn/web-version/markdown/marketing-tools/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.
