# Interact with Catalogs

Catalogs are collections of purchasable Products available on Violet through integrated Merchants. Since multiple Merchants can sell the same product, each Merchant has a Product "Offer". These offers are often call Products in other e-commerce platforms. Each Offer is the parent entity for all of the nested SKUs associated with said Offer. It is the individual SKU, from an Offer, that be bought through your application when integrated with our checkout orchestration process.

In this section, you will take the Merchant Id you retrieved from [View Merchants](/prism/overview/view-merchants.md) and do the following:

1. Retrieve offers available from Merchants and understand what this information means
2. Take a SKU from the product offer and use it in the next section to [Place an Order](/prism/overview/place-an-order.md)


---

# 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://docs.violet.io/prism/overview/interact-with-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.
