# Slash Commands for Stock Checks

All online and in-store stock checkers are now accessible through the use of slash commands.

Just type the name of the store, followed by the word `online` or `store` depending on which one you would like to check.

*Example:*\
\
**Walmart Online Stock Checker**\
Type `/walmartonline` to check online stock availability for Walmart.\
\
**Walmart In-Store Stock Checker**\
Type `/walmartstore` to check stock availability at Walmart physical stores.

{% hint style="info" %}
To speed up the process of using these commands, you can type the initial part of the command and then hit the **Tab** key. This will auto-complete the rest of the command for you.\
\
For example you can type `/walmarts` and then press **Tab**. This will auto-fill the rest of the command, for`/walmartstore.`
{% endhint %}


---

# 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.tempomonitors.com/tempo-assistant-commands/slash-commands-for-stock-checks.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.
