> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/2ba/check-stock-availability.md).

# Check stock availability

With **2BA**, you can check per product whether stock is available.

This lets you quickly see which supplier can deliver right now.

{% stepper %}
{% step %}

### Search for and open a product

First search for the item in **2BA**.

Then open the detail window.
{% endstep %}

{% step %}

### Open stock or trade item information

Open the section where stock and supplier details are shown.

There you see the available information per supplier.
{% endstep %}

{% step %}

### Compare availability

Check per row:

* supplier
* available quantity
* delivery time if available

{% hint style="info" %}
Add a screenshot here of the stock overview with suppliers and quantities.
{% endhint %}
{% endstep %}

{% step %}

### Choose the right offer

Use stock and delivery time together to choose the best option for your document or project.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>How current is this information?</summary>

OutSmart shows the availability that 2BA returns at that moment.

</details>

<details>

<summary>What if nobody has stock?</summary>

Then look at alternative suppliers, successor products, or a different packaging unit.

</details>

<details>

<summary>Can I reserve stock from 2BA?</summary>

No. 2BA only shows the available information.

</details>

### Related topics

* [**Check supplier information**](/marketplace-packages-and-power-ups/power-ups/2ba/check-supplier-information.md)
* [**View trade items and prices**](/marketplace-packages-and-power-ups/power-ups/2ba/view-trade-items-and-prices.md)
* [**View and import product details**](/marketplace-packages-and-power-ups/power-ups/2ba/view-and-import-product-details.md)


---

# 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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/2ba/check-stock-availability.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.
