> 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/sales-management/sales-policy/pricing-policy-management.md).

# Pricing Policy Management

Pricing Policy Management

## 1. User Permissions

To manage pricing policies in Getfly, you must assign the appropriate permissions. Go to Permissions → select the user group → tick the following permissions under Pricing Policy:

<figure><img src="/files/4tSHxDw9azVMiphnmDis" alt=""><figcaption></figcaption></figure>

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

Access

Create new

Edit

Delete

Approve

Once permissions are granted, users can create, edit, or delete pricing policies.

## 2. Create, Edit, and Activate Pricing Policies

### 2.1 Create a Pricing Policy from the Main Interface

Go to Sales Policy → Pricing Policy → click Create.

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

Fill in the necessary fields:

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

(1) Policy Name: Name the pricing policy appropriately (e.g., “Level 1 Agent Pricing Policy”).

(2) Global Discount (%): Apply a uniform discount to all products for selected customer types. If filled, detailed pricing setup in Steps 6 and 8 becomes optional.

(3) Apply to Employees: Select whether all employees or specific employees can apply this pricing policy.

(4) Apply to Customers: Apply the policy to all customers, customer groups, or specific individuals.

(5) Valid Period: Set the start and end date for the policy.

(6) Product Group: Choose specific product groups or apply to all products.

(7) Allow Override: Enable whether users can change the pricing policy on quotes or orders.

(8) Detailed Pricing Rules: For example, if a customer orders 5 or more vegetarian snacks, the price is set to 50,000 VND with a 30% discount.

After filling out all the details, click Save. To activate the policy, go into the policy detail view or activate it from the main Pricing Policy screen.

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

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

### 2.2 Create Pricing Policy via Upload

In Pricing Policy, click Upload. Download the provided template and fill in your product pricing.

<figure><img src="/files/9fruJWoEnxoFSOBrMuN6" alt=""><figcaption></figcaption></figure>

Each sheet in the Excel file represents a product group.

<figure><img src="/files/0mp7VtldfLdNHRsiedlg" alt=""><figcaption></figcaption></figure>

Remove sheets for product groups not applying pricing policies.

You can only input fixed prices per quantity range (discounts cannot be applied in bulk upload).

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

After filling out the Excel, upload it back to the system.

Note: Uploaded policies are by default only visible to the uploader. To share, go into the policy and assign applicable users and customer groups.

## 3. Important Notes When Creating Pricing Policies

Pricing policies apply to both Quotes and Orders.

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

Use method 2.1 or 2.2 depending on your needs. Method 2.2 is faster but more limited.

Once applied, pricing policies cannot be edited—only deleted or deactivated.

Pricing Policy Priority Logic (when a customer qualifies for multiple policies):

Product-specific policy for the specific customer

Product-specific policy for the customer

Product-specific policy for all customers

General policy for the customer on all products

Group-based customer policy (lowest priority)

-The price policy can be applied in the quotation section. When the price policy expires, you can no longer create orders from the quotation.

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

-Any pricing policy that has already been applied cannot be edited. You can only delete or disable pricing policies.

<figure><img src="/files/fwELv3X89VO4bkQTkBuN" 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/sales-management/sales-policy/pricing-policy-management.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.
