# How to Mark Items as ‘Out of Stock’

### Steps:

1. Log in as Admin at admin.cloudwaitress.com.
2. From the list of accounts, select the account you want to update and click “Manage”.

   ![](/files/dCoXRppGuOU403gmnUsR)
3. From the left-side menu, go to the “Menus” dashboard.

   ![](/files/EDe0HbBwIg1K9P1mN8Bg)
4. Open your menu and find the item you want to mark as **Out of Stock**.
5. Tick the checkbox next to the item.
   * A popup labeled “Actions” will appear.
6. Select “**No Stock**”.

   * The item’s status will update on the frontend, and customers will not be able to order it.

   ![](/files/f7GaqTGezMxg4kbUzfyW)

   ![](/files/fNMxjjy5MfTMZoQsbAwZ)
7. To switch the item back to active, repeat the same steps and choose “**Available**”.


---

# 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://support.cloudwaitress.com/how-to-guides/how-to-mark-items-as-out-of-stock.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.
