# Home Depot Nation Wide In-Store Stock and Price Check

To check the stock and price of an item in all Home Depot stores in the country you can use the `hdnation` command. This command requires the internet number of the Home Depot item you wish to check. Example:

<https://www.homedepot.com/p/Milwaukee-800-Lumens-LED-USB-Rechargeable-Fixed-Focus-Flashlight-2160-21/313931221>

```
!m hdnation 313931221
```

Additionally you have the option to include a channel mention with your command in order to have the option to post a lead for that item directly to the mentioned channel after the check has been completed. Example:

```
!m hdnation 313931221 #hd-leads
```


---

# 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/admin-commands/home-depot-nation-wide-in-store-stock-and-price-check.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.
