# Catalog

- [Offers](https://docs.violet.io/api-reference/catalog/offers.md)
- [Get All Merchant Offers](https://docs.violet.io/api-reference/catalog/offers/get-all-merchant-offers.md)
- [Get All Merchant Offers (Lightweight)](https://docs.violet.io/api-reference/catalog/offers/get-all-merchant-offers-lightweight.md)
- [Get Count of Merchant Offers](https://docs.violet.io/api-reference/catalog/offers/count-merchant-offers.md)
- [Get Offer by ID](https://docs.violet.io/api-reference/catalog/offers/get-offer-by-id.md)
- [Search Offers](https://docs.violet.io/api-reference/catalog/offers/search-offers.md)
- [SKUs](https://docs.violet.io/api-reference/catalog/skus.md)
- [Get SKU by ID](https://docs.violet.io/api-reference/catalog/skus/get-sku-by-id.md)
- [Categories](https://docs.violet.io/api-reference/catalog/categories.md)
- [Get Categories](https://docs.violet.io/api-reference/catalog/categories/get-categories.md)
- [Get Category by ID](https://docs.violet.io/api-reference/catalog/categories/get-category-by-id.md)
- [Get Category by Slug](https://docs.violet.io/api-reference/catalog/categories/get-category-by-slug.md)
- [Get Category Tree](https://docs.violet.io/api-reference/catalog/categories/get-category-tree.md)
- [Search Categories](https://docs.violet.io/api-reference/catalog/categories/search-categories.md)
- [Collections](https://docs.violet.io/api-reference/catalog/collections.md)
- [Get All Collections](https://docs.violet.io/api-reference/catalog/collections/get-collections.md)
- [Get All Merchant Collections](https://docs.violet.io/api-reference/catalog/collections/get-all-merchant-collections.md)
- [Get Collection by ID](https://docs.violet.io/api-reference/catalog/collections/get-collection-by-id.md)
- [Get Collection Offers](https://docs.violet.io/api-reference/catalog/collections/get-collection-offers.md)
- [Get Collection Offers IDs](https://docs.violet.io/api-reference/catalog/collections/get-collection-offers-ids.md)
- [Currencies](https://docs.violet.io/api-reference/catalog/currencies.md)
- [Currency Exchange Rates](https://docs.violet.io/api-reference/catalog/currencies/currency-exchange-rates.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/api-reference/catalog.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.
