# Catalogs

A *Catalog* (or *Product Catalog*) describes the specific goods and services that a brand offers to their customers. For example, if you're working with a brand that sells physical products, their catalog will outline each product they sell, along with metadata such as the price, description, and category. You can retrieve individual catalogs, as well as list all catalogs available to you.


---

# Agent Instructions: 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://integrations.impact.com/partner-api-reference/partner-v15/reference/catalogs.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.
