# Expert Box

#### Backoffice

ESHOP ADMIN > Kundeninformationen > Visual CMS > \[CSM-Inhalt: Expert Box (expertbox\_default)]

### Snippet

```markup
<div id="accordionExpert" class="card-collapse">
    <div class="card card-default bg-solitude">
      <div class="card-header" role="tab" id="headingExpert">
          <a data-toggle="collapse" data-parent="#accordionExpert" href="#collapseExpert" aria-controls="collapseExpert" class="bg-champagne clickme-desktop">Haben Sie Fragen? Ich helfe Ihnen gerne!<i class="now-ui-icons arrows-1_minimal-down"></i></a>
      </div>
      <div id="collapseExpert" class="collapse" role="tabpanel" aria-labelledby="headingExpert">
        <div class="card-body border border-default">
          <div class="card-footer mt-0">
            <div class="author row gutters-small align-items-center">
              <div class="col-auto">
                <img src="[{$oViewConf->getImageUrl('dummy-maxmustermann.png')}]" alt="Muster Team" class="avatar img-raised">
              </div>
              <div class="col">
                <div class="text-primary"><a class="text-primary">SERVICEHOTLINE: [{$oxcmp_shop->oxshops__oxtelefon->value}]</a></div>
                <div>FiremenName-Team</div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
</div>
```

####

#### Bild hinterlegen

Laden Sie ein Bild in der Mediathek hoch\
ESHOP ADMIN > Kundeninformationen > Mediathek

{% hint style="info" %}
Name der Bilddatei und Name im HTML müssen dabei übereinstimmen.
{% endhint %}

```markup
dummy-maxmustermann.png
```

####

#### Alternative Bildbeschreibung

Hinterlegen Sie einen Namen, welches das Bild beschreibt.

```markup
alt="Muster Team"
```

####

#### Name

Tragen Sie Ihren Firmen-Namen oder Team-Namen ein.

```markup
 <div>FiremenName-Team</div>
```

####

#### Telefonnummer (Servicehotline)

ESHOP ADMIN > Stammdaten > Grundeinstellungen

{% tabs %}
{% tab title="Stamm" %}

<div align="left"><img src="/files/-MLDNqWYkmL7wINL4q-u" alt=""></div>
{% endtab %}

{% tab title="Einstell." %}

{% endtab %}
{% endtabs %}


---

# 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://servoprax.gitbook.io/medical-products-media/shop/expert-box.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.
