# Price badge

## Step 1 - Initiation

We look for a plan that we are interested in putting a badge on, after which we go to edit the plan and go to the pricing section.

## Step 2 - adding badge

We choose the first sales plan and go to edit it. Under the date heading we enter the value here as an example

```json
{"portal":"POPULAR"}
```

if we want to insert another type of text we just need to replace the value as in this case

```json
{"portal":"15% OFF"}
{"portal":"NEW"}
{"portal":"LIMITED EDITION"}
```

these are just examples then later you can customize them as you like. This is what you should see

<figure><img src="/files/EE1XKCIFYxOkReNB44SC" alt=""><figcaption></figcaption></figure>

## Step 3 - Check

We save and go to check our changes

<figure><img src="/files/UQ5TMXnlfUVn9o4yES96" alt=""><figcaption></figcaption></figure>

after we see that it works we can do it for other plans we are interested in.


---

# 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://modern-portal.docs.mrsl1d3r.com/configuration/price-badge.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.
