> For the complete documentation index, see [llms.txt](https://docs.pandamatch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandamatch.io/filters/negative-search/negative-description-search.md).

# Negative Description Search

The negative description search function is designed to exclude results that match a specified business concept, topic, or theme. This helps in refining the search output by removing irrelevant or undesired content, ensuring that only the most relevant results are included.

<figure><img src="/files/2QCA26LOBGjJXan8zq4g" alt="" width="178"><figcaption></figcaption></figure>

1. **Detailed Description**: Write a comprehensive and detailed description that encapsulates the business concept or topic you want to exclude. This description should include key elements, characteristics, and any specific criteria related to the concept. This also includes relevant keywords, phrases, and any associated terminology.
2. **How to Use Negative Description Search**:
   * **Input Description**: Enter the detailed description of the concept you wish to exclude. For example, if you want to exclude results related to "fast food restaurants," your description might include terms like "fast food chains," "quick service restaurants," "burgers and fries," and specific brand names like "McDonald's" or "Burger King."
   * **Comprehensive Coverage**: Make sure the description is comprehensive enough to cover all aspects of the concept you want to exclude, including synonyms, related terms, and specific examples.
3. **Combining with Positive Search**: This combination helps focus on the desired content while automatically excluding results that match the negative description.
4. &#x20;This method eliminates the need for manual filtering, saving time and effort.


---

# 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.pandamatch.io/filters/negative-search/negative-description-search.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.
