> For the complete documentation index, see [llms.txt](https://image-ai.guides.reactify.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://image-ai.guides.reactify.com.au/navigating-the-app/blacklist.md).

# Blacklist

This functionality operates by selectively excluding certain attributes from appearing in results. You can establish predefined exclusions for either attribute types, such as categories, or specific attribute values, like "dress."

With this feature, you have the capability to personally curate your blacklist for specific attributes, all from within the app settings. As part of the set up we recommend reviewing our comprehensive [list of attributes.](/navigating-the-app/taxonomy/list-of-attributes-pixyle-archived.md)

## Here's how to add a blacklist

1. Click on "Add rule".

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

2. Select an attribute type or select an attribute value from the dropdown.

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

3. Click on "Save".

## How will the results appear (or not appear)?

Once blacklist settings are saved, every subsequent job you create will automatically enforce the blacklist rules.

When a term related to an attribute [category](https://image-ai.guides.reactify.com.au/navigating-the-app/taxonomy/list-of-attributes#categories) is blacklisted, it will display as "No valid results." The following example shows the attribute value "Sportswear" which belong to the Category attribute type. Any products identified by the AI model as "Sportswear" will yield no search results.

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

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

On the other hand, if you blacklist attribute values (not related to Category), they will be completely omitted from the results. You'll notice that the attribute value will be absent during the review step.

`Colors: Black` should have been visible, but it was excluded due to the "Black" attribute value being placed on the blacklist.

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


---

# 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://image-ai.guides.reactify.com.au/navigating-the-app/blacklist.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.
