# Setup Products

Adding product information is quick and easy! You just need to carefully follow the steps below.

### Basic Steps

{% stepper %}
{% step %}
Add a product link anywhere within the post.

{% endstep %}

{% step %}
Replace the link text with the shortcode below with the desired attributes.

{% endstep %}
{% endstepper %}

### The Shortcode

Shortcode: `{getProduct} $button={Button Text} $price={Product Price} $sale={Product Offer} $free={It is Free?} $icon={Icon Name} $style={Style Options}`

Free Attribute: `yes` or `no`

Icon Attribute: `cart`, `download`, `paypal`, `whatsapp` or `gift`

Style Options: `1`, `2` or `3`

* Style 1 – It will display the Call to Action inside the post and in the sidebar.
* Style 2 – Will display the Call to Action only inside the post.
* Style 3 – It will display the Call to Action only in the sidebar.

{% hint style="info" %}
INFO: The attributes **Sale**, **Free**, **Icon** and **Style** are not required and should only be added if necessary.
{% endhint %}

### Link Settings

<figure><img src="https://262836857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0V8gOnx5bXzqLuU7ALmP%2Fuploads%2FVlOhqIdmUh0wnUkFkPgE%2Fimage.png?alt=media&#x26;token=d6549b1c-1ac3-4aba-a860-52c0778ddbe5" alt="Link Settings" width="563"><figcaption></figcaption></figure>

### Common Examples

Below are some amazing examples you can use to configure your products.

Standard: `{getProduct} $button={Buy Now} $price={$19.00}`

<figure><img src="https://262836857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0V8gOnx5bXzqLuU7ALmP%2Fuploads%2FK50m9HRaTtoHMEQvluxw%2Fimage.png?alt=media&#x26;token=044ce747-d379-4ee2-a5ed-1441fb972776" alt="Standard" width="374"><figcaption></figcaption></figure>

With Discount: `{getProduct} $button={Buy Now} $price={$19.00} $sale={30% Off}`

<figure><img src="https://262836857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0V8gOnx5bXzqLuU7ALmP%2Fuploads%2FY8lFqJpEdlthpqceKAta%2Fimage.png?alt=media&#x26;token=6c62db85-1868-4f3a-852a-3472588d4a46" alt="With Discount" width="373"><figcaption></figcaption></figure>

Free: `{getProduct} $button={Buy Now} $price={Free} $free={yes} $icon={gift}`

<figure><img src="https://262836857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0V8gOnx5bXzqLuU7ALmP%2Fuploads%2FFkV4U3v0BqYzFTBosREF%2Fimage.png?alt=media&#x26;token=a1a9ed7a-fd91-4511-8e9e-e136288e6ddf" alt="Free" width="374"><figcaption></figcaption></figure>

Downloadable: `{getProduct} $button={Download Now} $price={Free} $free={yes} $icon={download}`

<figure><img src="https://262836857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0V8gOnx5bXzqLuU7ALmP%2Fuploads%2FGbOaFiCBG4qZy5pvAYYc%2Fimage.png?alt=media&#x26;token=a92526fc-0fca-4b68-9062-7ceb77edf41a" alt="Downloadable" width="374"><figcaption></figcaption></figure>

Buy on Whatsapp: `{getProduct} $button={Make an Offer} $price={$19.00} $sale={30% Off} $icon={whatsapp}`

<figure><img src="https://262836857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0V8gOnx5bXzqLuU7ALmP%2Fuploads%2F6PlgtEMiYYLtZt3ILdyu%2Fimage.png?alt=media&#x26;token=1d600118-f237-4892-b107-48c130c31891" alt="Buy on Whatsapp" width="372"><figcaption></figcaption></figure>

### Video Tutorial

{% embed url="<https://youtu.be/pFGPo_MLwiE>" %}


---

# 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.probloggertemplates.com/guides/amazen/getting-started/setup-products.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.
