# Find coupons

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

Use the <Finder className="icon" /> **Coupon Finder** to search through your [coupon codes](/docs/product/campaigns/coupons/coupon-page-overview.md) across all the [campaigns](/docs/product/campaigns/overview.md) of your [Application](/docs/product/applications/overview.md) and display the details of a single coupon.

To find a coupon:

1. On the left-side menu of your Application, click <Finder className="icon" /> **Coupon Finder**.
1. In the search field, enter a full or partial coupon code. The search is not case-sensitive.

Any partially matching coupons are displayed in a list. If there's an exact match,
the details of the coupon are displayed.

## Display coupon details

Click a coupon in the search results list to see its details.
For each coupon, the following information is displayed in the **Overview** tab:

- Coupon details
  - Coupon code
  - Status
    (for example,
    <StateLabel type="active" name="Active" /> or <StateLabel type="expired" name="Expired" />)
  - Batch ID
  - Redemptions
  - Creation date
  - Validity
  - Customers who used the coupon
  - Coupon attributes
- Campaign details
  - Campaign where the coupon was created
  - Campaign status
  - Rules in the campaign
- Session details
  - Customer sessions where the coupon was used

To edit the coupon code, click **Edit Coupon**.

## Display coupon rejection reasons<ClosedBetaBadge/>

If a coupon code was rejected, you can find out more information about the reasons here:

1. Click the **Rejections** tab. This view shows the following information for each rejection of this coupon code:
   - Session ID
   - Rejection time
   - Customer ID
   - Rejection reason
1. Under **Rejection reason**:
   1. (Optional) Select a language for the summary.
   1. Click <AiSuggest className="icon"/> **Generate summary** to view an explanation of the rejection.

      For example: _The coupon was rejected because the session total was only 5€ and the minimum required total was 10€._

## Related pages

- [Display customer sessions](/docs/product/applications/display-customer-sessions.md)
- [Create coupons and gift cards](/docs/product/campaigns/coupons/create-coupons.md)
