> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/b2b/showroom-centre.md).

# Showroom Centre

### What is a Showroom?

The showroom is a space that is used to display products for sales to the B2B customers, such as appliances or apparel. It serves as a virtual store where businesses can showcase their products to potential buyers. Within a showroom, various elements are defined, including the stores, currencies, and user permissions, determining who can view or edit the showroom.&#x20;

The showroom is then seamlessly connected with a presentation tool, allowing businesses to present the same curated selection of products directly to their customers, enhancing the sales experience.

### Creating a Showroom

When creating a showroom, you will begin by entering the basic information, such as the name, store and currency of the presentation. Once the basic information is set, you can select the team members who have access to the showroom and then proceed to add products to the showroom.

{% hint style="info" %}
To create a showroom, go to **Menu > B2B > Showroom Centre**
{% endhint %}

In the Showroom Centre, click on "Create New" to begin with the showroom creation.&#x20;

<figure><img src="/files/0kw5tVU1xWsbYuxvZdWu" alt=""><figcaption></figcaption></figure>

Fill in the basic details in the "Primary tab".&#x20;

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

#### Primary Section Fields

<table><thead><tr><th width="181">Field</th><th>Description</th></tr></thead><tbody><tr><td>Name</td><td>Enter the showroom’s name. This name is used while making a new presentation.</td></tr><tr><td>Description</td><td>Enter the description that defines the variants of products.</td></tr><tr><td>Stores</td><td>Select one or more stores from the list for the showroom. Only the selected stores will be reflected in the presentation.</td></tr><tr><td>Default Store</td><td>Select the default store from the list which will be selected in the presentation when no store is selected.</td></tr><tr><td>Currencies</td><td>Select one or more currencies for the showroom. Only the selected currencies will be available in the presentation.</td></tr><tr><td>Default Currency</td><td>Select the default currency for the showroom which will be selected in the presentation when no store is selected.</td></tr></tbody></table>

#### Team Tab: Adding user(s) to the Showroom

In the "Team" tab, you can select the users who can access the showroom. Select the user from the dropdown and click on "Add User" to add a user to the showroom.

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

#### Products Tab: Adding Products to the Showroom

The "Product" tab allows you to add the products to the showroom that you want to sell to the portal users. On the left side of the screen, you will find all the products in the system. You can use the "Advance Search" option to filter the products.

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

Select the product(s) and use the right arrow to move the product(s) to the showroom.

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

After the products have been added, click on "Save" to create the showroom.

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

### Updating a Showroom

If you want to make any changes to the showroom, you can do so from the Showroom Centre. Pull up the Showroom Centre module and double-click to open the showroom you want to update. Make the necessary changes to the fields and click on the “Save” button to apply the changes.

{% hint style="info" %}
Only users of that team can access and update the showroom. Otherwise, a message will appear indicating that you do not have permission to access this showroom.
{% endhint %}

### Deleting the Showroom

You can delete the showroom from the Showroom Centre. Pull up the Showroom Centre module, right-click on the showroom you want to delete, and select the “**Delete**” option.

<figure><img src="/files/2Y4xU0n6tyFm8KyINGH3" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If a presentation is created within the showroom, delete the presentation(s) first before deleting the showroom. Additionally, only users within that team have permission to delete the showroom. Otherwise, a message will appear indicating that you do not have permission to access this showroom as a non-user.
{% endhint %}

<figure><img src="/files/4m1tuWLo9APLzm97uRJK" alt=""><figcaption></figcaption></figure>


---

# 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.xorosoft.com/xoroerp-1/b2b/showroom-centre.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.
