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

# Loyalty Features in Medusa Admin

### Prerequisites

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

In the Medusa Admin, you can manage the loyalty features of your store, which include gift cards, gift card products, and store credits.

- [Gift Cards](https://docs.medusajs.com/loyalty/gift-cards) are unique codes you issue directly to customers. Each gift card holds a balance that customers can use at checkout.
- [Gift Card Products](https://docs.medusajs.com/loyalty/gift-card-products) are storefront products that customers can purchase to receive a gift card. When a customer buys a gift card product, a gift card is generated for them.
- [Store Credits](https://docs.medusajs.com/loyalty/store-credits) are balance accounts linked to individual customers. You can credit a customer's store credit account and they can apply the balance at checkout.

Through these features, you can offer flexible payment options to your customers and enhance their shopping experience.

***

## Sections

- [Gift Cards Overview](https://docs.medusajs.com/loyalty/gift-cards)
- [Manage Gift Cards](https://docs.medusajs.com/loyalty/gift-cards/manage)
- [Gift Card Products Overview](https://docs.medusajs.com/loyalty/gift-card-products)
- [Manage Gift Card Products](https://docs.medusajs.com/loyalty/gift-card-products/manage)
- [Store Credits Overview](https://docs.medusajs.com/loyalty/store-credits)
- [Manage Store Credits](https://docs.medusajs.com/loyalty/store-credits/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.
