# Creating Discounts

This chapter will guide you through the process of getting started with Subtopia. By following these steps, you will be able to create and manage on-chain subscriptions for your users.

### Prerequisites

* Make sure to have an active Product instance created on which you are a manager (creator)

### Creating a new Discount

To create a new discount follow these steps:

#### Step 1: Provide discount details

Navigate to `Manage` page and click on `Discounts` under `Manage` button menu on an Product you'd like to configure.

Discounts can be either `Fixed` or `Percentage` based. You can also optionally specify the expiration date or set it to 0 to have your discount active until you want to delete it manually.

> Please note for time-based discounts, quartery, semi-annual and annual price is calculated by multiplying based monthly price on number of month. Discount is then applied on the base \* number of month.

**Step 2: Click `Create new`**

Upon clicking, sign the required transactions and your discount will be activated. When user is purchasing a subscription the active discount will be auto applied and displayed to user.

After discount is created you can manage it within the same popup as it will be loaded into Manage Table.


---

# Agent Instructions: 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.subtopia.io/discounts/creating-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.
