> For the complete documentation index, see [llms.txt](https://docs.hellohakuna.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hellohakuna.com/integration-guides/shopify-app-integration/further-settings/hide-hakuna-protection-from-your-collection.md).

# Hide Hakuna protection from your collection

Hakuna protection products can't be sold as a standalone product so you'll need to hide Hakuna  products from your collection(s) to avoid confusion.

{% hint style="success" %}
If you have a **manual collection** or you don't have a collection listed on your store with all available products, you won't have to change anything. Just make sure not to add any Hakuna product protection plans to any of your collections.
{% endhint %}

If you do have an **automated collection**, you'll need to add a new **selection condition**. Here's how:

* From your Shopify admin, go to **Products** **->** **Collections**
* Click an existing automated collection and scroll to the **Conditions** section (if the collection is manual, you won't see this section)
* Click **Add another condition** and select **Product vendor** from the first drop-down list
* Select **is not equal to** from the second drop-down list and enter `hakuna` in the third field
* Make sure **Products must match** is set to **all conditions**
* Click **Save** and repeat this process for any other automated collections displayed in your store

<figure><img src="https://65545853-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG1LncrBfihUMzhREVFgk%2Fuploads%2FRD2yn4drB93VEuK8Zyi6%2FScreen%20Shot%202022-08-23%20at%2014.24.12.png?alt=media&#x26;token=bc201f80-27c2-4c9d-91f0-411f383072a8" alt=""><figcaption></figcaption></figure>

If you display **All products** anywhere in your shop, you'll need to follow these additional steps:

* In your Shopify admin, go to **Online Store -> Themes**
* Find your current theme, and click **Customize**
* Navigate to the page that you need to edit (the one displaying **All products**)
* Click **Featured collection**
* Under Collection, click **Change** **->** **Change collection**
* Select a new collection (make sure the new collection doesn't include any Hakuna product protection plans)
* Click **Select**
* Click **Save**


---

# 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:

```
GET https://docs.hellohakuna.com/integration-guides/shopify-app-integration/further-settings/hide-hakuna-protection-from-your-collection.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.
