> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/core-commerce/product-user-guide/availabilities.md).

# Availability and Stock Levels

Here you can find an overview of the Emporix API Availability Service, along with its features and benefits.

{% hint style="info" %}

* Looking for code tutorials? Check out the [Availability Service guide](/api-references/api-guides/orders/availability/availability.md).
* Looking for API reference? Check out the [Availability Service](/api-references/api-guides/orders/availability.md) in the Emporix API Reference.
  {% endhint %}

### Purpose

The Availability Service helps you manage information about the availability of products sold by your business. To make picking and packing easier, you can also manage physical location of products on particular sites.

### Features

The Emporix API Availability Service introduces a set of features that make product management easier:

| Feature                   | Description                                                                                                     |
| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
| **Availability**          | Manage information about availability of products sold by your business.                                        |
| **Product bundles**       | Automatically calculate a product bundle's stock level based on the lowest stock level of the bundled products. |
| **Location** (deprecated) | Manage the exact location of products inside a warehouse or a store — zones, racks, shelves, and bins.          |
| **Popularity**            | Store information about a product's popularity to recommend best-selling products to your customers.            |
| **Stock levels**          | Manage stock levels of products at different sites.                                                             |
| **Search functionality**  | Quickly retrieve information about location and availability of desired products.                               |


---

# 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://developer.emporix.io/ce/core-commerce/product-user-guide/availabilities.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.
