# Display labels/badges on PageFly

We need to add custom code to the pages from PageFly to show the Samita badge/labels. Please follow the steps below to implement it.&#x20;

## **Steps to manage**

&#x20;1\. In PageFly app, open the page you want to display the Samita badges/labels

2\. Click (**+**) icon on the ledt navigation to add element to the page > select a **HTML/Liquid** element&#x20;

3\. Drag and drop the **HTML/Liquid** element to the position you want to place the badges/labels on the page&#x20;

4\. In the **HTML/Liquid** element, click **Open code editor button** <br>

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

5\. Paste below code to the code editor:

```
<a href="/products/{{product.handle}}" style="display: none;"></a>
```

<figure><img src="/files/6iuzxG4cJbGRE5Vzsgj0" alt=""><figcaption></figcaption></figure>

6\. Click **Save and close button**&#x20;

7\. Click **Save** to update the page&#x20;

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# 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.samita.io/badges-and-labels/display-labels-badges-on-pagefly.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.
