> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/plugins/refurbished/installation.md).

# Installation

Install the extension in the admin area under Extensions > My Extensions. After installation, specify a sales channel for which the extension should be activated. The default setting is All Sales Channels.

The extension consists of two main aspects:

* Basic Configuration
* Creating/Editing B-Stock

First, follow the steps in the **Basic Configuration** section, then read the **Create/Edit B-Stock** section to learn how to continuously manage B-stock.

### Basic Configuration

Before activating the extension, review the settings in this section and make sure they meet your requirements. Make changes to the individual fields as described below by navigating to **My Extensions > Refurbished items > Configuration**.

<figure><img src="/files/thJ2dQSy1uFsUtBBu2Kg" alt=""><figcaption></figcaption></figure>

### General properties <a href="#general-properties" id="general-properties"></a>

The general properties provide basic controls, such as enabling/disabling the extension.

| Field                                                | Type     | Description                                                                                                                                    |
| ---------------------------------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Activate for this sales channel                      | Toggle   | Enable this setting to activate the **Refurbished items** extension on your store.                                                             |
| Disallow customer group                              | Dropdown | If you have defined any customer groups, you can specify them as excluded from the refurbished items by selecting them from the dropdown menu. |
| Don't show refurbished items as regular shop product | Toggle   | When activated, a product defined as refurbished is hidden from product listing, search and product detailpage isn't callable.                 |
| Show refurbished on detail page of new product       | Toggle   | If a product has assigned refurbished items, they are shown on the product detailpage.                                                         |


---

# 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://docs.premsoft.de/en/plugins/refurbished/installation.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.
