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

# Gift Policy Management

## 1. Permissions

* To assign permissions for the gift policy, navigate to Permissions → Select the user group you wish to configure and enable the relevant permissions for the gift policy: Access, Add, Edit, Delete, and View All. Once permissions are granted, users can create, edit, or delete gift policies as needed.

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

## 2. Adding a New Gift Policy

To create a new gift policy, follow these steps:

* Go to Sales Policies → Select Gift Policy → Click Add New.

<figure><img src="/files/5NkafUIgEBynHuJjmCyw" alt=""><figcaption></figcaption></figure>

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

The following fields need to be completed:

* Policy Name: Enter the name of the gift policy.
* Effective Period: Specify the start and end dates for the policy.
* Applicable Customers: Define the customer groups eligible for this policy.
* Product Categories: Optionally, select product groups to be included.
* Description: Provide additional details about the policy, if necessary.
* Applicable Products: Define the rules for eligible products, including:

Purchased Products: Specify the product name, quantity (equal to, greater than, less than, within a range, etc.).

Promotional Products: Identify the product(s) being offered as a gift, along with their quantities and any relevant notes.

After completing these fields, click Add New to save the gift policy.

To activate the policy, navigate back to the gift policy screen and toggle the Apply button.

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

## 3. Notes When Creating a Gift Policy

* Gift policies can only be applied in the Sales module.

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

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

* When placing an order, if a customer qualifies for multiple gift policies, the system will follow this priority logic:
* Policies specific to this product for the individual customer.
* Price policies specific to this product for the individual customer.
* Price policies specific to this product for all customers.
* Policies for this customer across all products.
* Policies set for a specific customer group will take effect last and will be applied independently.


---

# 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/gift-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.
