# STOQ

## Artos Software Docs

- [API Key](https://docs.stoqapp.com/api-key.md)
- [Back in Stock API](https://docs.stoqapp.com/back-in-stock-api.md)
- [Create an Intent](https://docs.stoqapp.com/back-in-stock-api/create-an-intent.md)
- [List and filter Intents](https://docs.stoqapp.com/back-in-stock-api/list-and-filter-intents.md)
- [Get a specific Intent](https://docs.stoqapp.com/back-in-stock-api/get-a-specific-intent.md)
- [Notify a single Intent](https://docs.stoqapp.com/back-in-stock-api/notify-a-single-intent.md)
- [Notify multiple intents in bulk](https://docs.stoqapp.com/back-in-stock-api/notify-multiple-intents-in-bulk.md)
- [Transfer signups from one variant to another](https://docs.stoqapp.com/back-in-stock-api/transfer-signups-from-one-variant-to-another.md)
- [Delete intents (single or multiple)](https://docs.stoqapp.com/back-in-stock-api/delete-intents-single-or-multiple.md)
- [Get products in demand report](https://docs.stoqapp.com/back-in-stock-api/get-products-in-demand-report.md)
- [Preorders API](https://docs.stoqapp.com/preorders-api.md)
- [List and filter selling plans](https://docs.stoqapp.com/preorders-api/list-and-filter-selling-plans.md)
- [Get a specific selling plan](https://docs.stoqapp.com/preorders-api/get-a-specific-selling-plan.md)
- [Create a new selling plan](https://docs.stoqapp.com/preorders-api/create-a-new-selling-plan.md)
- [Update a selling plan](https://docs.stoqapp.com/preorders-api/update-a-selling-plan.md)
- [Delete a selling plan](https://docs.stoqapp.com/preorders-api/delete-a-selling-plan.md)
- [Add product variants to a selling plan](https://docs.stoqapp.com/preorders-api/add-product-variants-to-a-selling-plan.md)
- [Remove product variants to a selling plan](https://docs.stoqapp.com/preorders-api/remove-product-variants-to-a-selling-plan.md)
- [Update variant specific settings for a selling plan](https://docs.stoqapp.com/preorders-api/update-variant-specific-settings-for-a-selling-plan.md)
- [Send shipping update email](https://docs.stoqapp.com/preorders-api/send-shipping-update-email.md)
- [Update Selling Policy](https://docs.stoqapp.com/preorders-api/update-selling-policy.md)
- [Get product variants associated with a selling plan](https://docs.stoqapp.com/preorders-api/get-product-variants-associated-with-a-selling-plan.md)
- [JavaScript API](https://docs.stoqapp.com/javascript-api.md)
- [Custom events](https://docs.stoqapp.com/custom-events.md)
- [Preorder Metafields](https://docs.stoqapp.com/preorder-metafields.md)
- [Shop Level Metafields](https://docs.stoqapp.com/preorder-metafields/shop-level-metafields.md)
- [Product Variant Level Metafields](https://docs.stoqapp.com/preorder-metafields/product-variant-level-metafields.md)
- [Market level product variant Metafields](https://docs.stoqapp.com/preorder-metafields/market-level-product-variant-metafields.md)
- [Rate Limits](https://docs.stoqapp.com/rate-limits.md): Understand how rate limiting works on the STOQ API and how to handle it in your integration.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.stoqapp.com/api-key.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.
