# Description

Description block provides a detailed description of the product with options to control its presentation.

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

### **Settings**:

1. **Style**:

{% tabs %}
{% tab title="None" %}
Displays the description in its entirety without interactive elements.
{% endtab %}

{% tab title="Reveal" %}
Shortens the description with a **"Read more"** text to expand the full text.
{% endtab %}

{% tab title="Drawer" %}
Collapses the description into a slide-out panel.
{% endtab %}

{% tab title="Collapsible tab" %}
Displays the description within an expandable tab.
{% endtab %}
{% endtabs %}

2. **Label**: Sets a label for the Drawer or Collapsible Tab styles (e.g., "Product Details").
3. **Icon**: Adds an optional icon to accompany the description label.
4. **Open by default**: Automatically expands the collapsible tab upon page load.


---

# 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://help.byinspiredlabs.com/product-page/product-information/description.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.
