# Accordeon

This interactive element allows you to organize multiple informational blocks in **collapsible sections**. It helps to keep long sections of text organized, giving the user the option to expand or close content as needed.

{% hint style="info" %}
**What is the Accordion Element?**

Each section of the accordion consists of a **title** and hidden content that becomes visible when the title is clicked. This way, content like FAQs, product details, or guides can be organized without making the page appear cluttered.
{% endhint %}

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

### Accordion Settings

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

<table><thead><tr><th width="266">Function</th><th>Description</th></tr></thead><tbody><tr><td>Sorting function (1)</td><td>Duplicate, move, and delete individual elements</td></tr><tr><td>Entry title (2)</td><td>Set the title of the entry here</td></tr><tr><td>Entry content (3)</td><td>Set the content of the entry here</td></tr><tr><td>New entry (4)</td><td>Add as many new entries as desired here</td></tr><tr><td>Entry open (5)</td><td>Choose if the entry should be open by default when the page loads</td></tr></tbody></table>

### Advanced Settings

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

<table><thead><tr><th width="266">Function</th><th>Description</th></tr></thead><tbody><tr><td>Vertical alignment (1)</td><td>Set the vertical alignment of the entire element. This function is useful if the accordion is displayed next to a visually taller element.</td></tr><tr><td>Display mode (2)</td><td><strong>Only one entry expandable</strong> or <strong>multiple entries expandable simultaneously</strong></td></tr><tr><td>Heading (3)</td><td>Set a heading above the accordion</td></tr><tr><td>Description (4)</td><td>Set a description above the accordion</td></tr></tbody></table>

### SEO Settings

{% content-ref url="/pages/LHlzFdFr8hVLrftTJKPh" %}
[SEO](/cms-bundle/en/elemente/konfigurationsbausteine/seo.md)
{% endcontent-ref %}


---

# 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://docs.rh-webdesign.com/cms-bundle/en/elemente/inhalt-content/akkordion.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.
