> For the complete documentation index, see [llms.txt](https://help.byinspiredlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.byinspiredlabs.com/header-group/extra-details-bar.md).

# Extra details bar

Poetic Theme includes an Extra details bar section to help you store important links and information without cluttering the main navigation area (header section).

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

### 1, Section setting:

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

* **Show on home page only:** If checked, this section will be displayed **only on the homepage**. It will be hidden on all other pages across the store. Use this option if the content is relevant exclusively to first-time visitors or homepage-specific promotions.
* **Social media icons:** Check "Show social media icons" to display icons. Add links in **Theme settings > Social media**, and include the full URL (e.g., https\://).
* **Country/region selector:** Enable the **Country selector** to let customers to view your products with their preferred currency. The selector displays countries with their currencies supported in your Shopify Market settings.
* **Language selector:** A Theme supports selling in multiple languages. After you have added and published languages to your store, enable the **Language selector** to let customers select their preferred language.

{% hint style="info" %}
***Note**: For screen widths under 1024px, the country/region and language selectors will display in a compact format, and the social media icons will be hidden.*
{% endhint %}

### 2, **Text message block:**&#x20;

This block displays a custom message. It can serve as an alternative to the Announcement bar, helping keep the header area compact.

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

Enter a message to display on the bar and attach a link if needed.&#x20;


---

# 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://help.byinspiredlabs.com/header-group/extra-details-bar.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.
