> For the complete documentation index, see [llms.txt](https://docs.probloggertemplates.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probloggertemplates.com/guides/amazen/getting-started/setup-products.md).

# 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="/files/6vwbLU8jp6qmwKUlQdj1" 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="/files/KP6wrpm1kxAGejAr0vms" alt="Standard" width="374"><figcaption></figcaption></figure>

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

<figure><img src="/files/kUcTsli32qDXjDMOotti" alt="With Discount" width="373"><figcaption></figcaption></figure>

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

<figure><img src="/files/dypHE9qxYUxK94STP0YG" alt="Free" width="374"><figcaption></figcaption></figure>

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

<figure><img src="/files/q6GtwI6iA2Aiph9jkvYw" 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="/files/FOeGXVQdsR7ubvm5HL5L" alt="Buy on Whatsapp" width="372"><figcaption></figcaption></figure>

### Video Tutorial

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.probloggertemplates.com/guides/amazen/getting-started/setup-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
