> For the complete documentation index, see [llms.txt](https://reputon.gitbook.io/reputon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reputon.gitbook.io/reputon-help/amazon-importer-app/how-to/show-the-affiliate-button-on-selected-products.md).

# Show the affiliate button on selected products

By default, the "Buy on Amazon" button appears on all products you've imported. If you want to show it only on specific products, you can disable it individually for any product in the app dashboard.

{% hint style="warning" %}
**Before you start:** Make sure you've already added your Amazon Affiliate ID and activated the button. If not, do that first → Set up Amazon Affiliate.
{% endhint %}

### **How to disable the button on a specific product**

Go to the app dashboard. Find the product where you don't want the button to appear and click **Disable 'Buy on Amazon' button** next to it. The button will immediately stop showing on that product's page in your store.

<figure><img src="/files/hrbHr3ymTSgkBleIeNdx" alt=""><figcaption><p>Disable "Buy on Amazon" button specific products</p></figcaption></figure>

#### **Changed your mind? Re-enable the button**

To show the button again on a product where you disabled it, click **Enable 'Buy on Amazon' button** next to that product in the dashboard. The button will reappear in your store right away.

***

{% hint style="info" icon="comments-question" %}
**Questions about the feature or need assistance? We're excited to help:** [**support@reputon.com**](mailto:support@reputon.com) **or** [**live chat**](https://go.crisp.chat/chat/embed/?website_id=d24ef16e-6e05-49e9-bd59-a6f3bde0658a)
{% endhint %}


---

# 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://reputon.gitbook.io/reputon-help/amazon-importer-app/how-to/show-the-affiliate-button-on-selected-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.
