> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/backoffice/removing-an-item-from-a-specific-store.md).

# Removing an Item From a Specific Store

You have 3 ways to remove an item from the store:

## **1. Remove the Item from the Menu:**

1. Go to Configure -> Menu-> Select the item.
2. Under "Unavailable in" select from a scroll down menu the specific store that you want the item to be removed.&#x20;

![](/files/-LSE1KwoYMDylGZsUnm4)

## &#x20;2. **Remove the Item from the Location (Menu):**

1. Go to Configure ->Locations-> Select the location.
2. Uncheck the item from the menu (on the right side of the page, under the locations picture).

![](/files/-LSE2fHB-2yHnidCS-a1)

## 3. Remove **the Item from the Location (POS** Items Permanently / Temporarily Unavailable):

1. Go to Configure -> Locations -> Select the location.
2. Select the item under the POS Items Permanently / Temporarily Unavailable bar.&#x20;

   You'd have to type the item's name and then choose from a scroll down menu.

![](/files/-LSE45B9qDNmn-d27aYh)

You can select multiple items easily this way:

{% embed url="<https://appfront.gitbook.io/portal/campaigns/multiple-items-selector>" %}

{% hint style="info" %}
The difference between the two options (Permanently and Temporarily) is that the Temporarily option would not remove the item from your menu but will make it unavailable for the customer to order.

The Permanently option would hide the item from the menu completely.
{% endhint %}


---

# 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://appfront.gitbook.io/portal/backoffice/removing-an-item-from-a-specific-store.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.
