> For the complete documentation index, see [llms.txt](https://docs.lidiacommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lidiacommerce.com/components/lidia-merchant-console/features/promotions-and-discounts.md).

# Promotions and Discounts

## Overview

Merchants can leverage the **Promotions and Discounts** feature to create sales campaigns and offer discounts. This tool allows for the creation of unique coupon codes, time-limited promotions, and special offers, helping merchants increase sales and attract new customers.

## Key Features

* **Discount Codes**: Generate coupon codes for single or multiple products.
* **Promotional Campaigns**: Create and manage time-based promotional events.
* **Visibility Boost**: Increase product visibility through special promotions.

## How to Use

{% hint style="info" %}
Please follow the [link ](/components/lidia-merchant-console/merchant-console-user-guide.md)to access detailed navigation and user guide.
{% endhint %}

1. **Discount Codes**:
   * Navigate to **Promotions** > **Discount Codes**.
   * Click **Add New Code**, define the code, set percentage or fixed discounts, and select applicable products.
   * Set the validity period and usage limits for the discount code.
2. **Promotional Campaigns**:
   * Under **Promotions** > **Campaigns**, click **Create Campaign**.
   * Choose the start and end dates for the campaign, select applicable products, and define discount terms (e.g., Buy-One-Get-One, percentage discounts).
   * Review campaign performance in the **Reports** tab after it concludes.


---

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

```
GET https://docs.lidiacommerce.com/components/lidia-merchant-console/features/promotions-and-discounts.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.
