> 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/extras.md).

# Extras

### 1. **Currency codes**

* **Show currency codes:** Displays the currency code alongside product prices (e.g., **$1.00 USD**).

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

{% hint style="info" %}
**Note***:* Cart and checkout prices always include currency codes regardless of this setting.
{% endhint %}

### **2. “Back to top” button**

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

* **Enable back to top button:** When checked, a "Back to top" button appears after customers scroll down the page. It quickly brings users back to the top of the page with a single click, reducing the need to scroll manually.
* **Button position:** Determines the button’s location on the page to **bottom left/bottom center/bottom right position.**
* **Button style:** Sets the button’s shape for visual customization: **Square, Slightly round or Circle.**


---

# 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/extras.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.
