
> ## Documentation Index
> Fetch the complete documentation index at: https://docs.medusajs.com/llms.txt
> Use this file to discover all available pages before exploring further.
  
<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.medusajs.com/user-guide/agents/feedback

```json
{
  "agent": "Name of the agent",
  "path": "/optimize/feedback", # the path of the page where the issue is observed
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Gift Cards in Medusa Admin

### Prerequisites

- [Loyalty plugin installed](https://docs.medusajs.com/resources/commerce-modules/loyalty#1-install-the-loyalty-plugin)

Gift cards are unique codes you issue directly to customers. Each gift card has a currency, an initial value, and an optional expiration date.

Customers can apply the gift card's code at checkout to deduct the gift card's balance from their order total.

Gift cards are different from gift card products. A gift card is a code you issue directly. A gift card product is a storefront item that customers can purchase, which then generates a gift card for them. See the [Gift Card Products](https://docs.medusajs.com/loyalty/gift-card-products) guide to learn more.

***

## Sections

- [Manage Gift Cards](https://docs.medusajs.com/loyalty/gift-cards/manage)


---

The best way to deploy Medusa is through Medusa Cloud where you get autoscaling production infrastructure fine tuned for Medusa. Create an account by signing up at cloud.medusajs.com/signup.
