# Technical Questions

<details>

<summary>Why isn’t the background music playing on some browsers?</summary>

Some browsers have autoplay restrictions that may prevent background music from playing automatically. Ensure that autoplay is enabled in the app settings, and consider providing users with the option to start the music manually.

</details>

<details>

<summary>How do I troubleshoot issues with the app not displaying the music control icon?</summary>

First, check that the app is enabled in the **General Settings**. Then, verify that the icon settings in the **Style Settings** are correctly configured, including icon position and size. If the issue persists, try clearing your browser cache or contacting support.

</details>

<details>

<summary>Does the app affect my store’s loading time?</summary>

The app is designed to be lightweight and should have minimal impact on your store’s loading time. However, large audio files may slightly increase load times, so consider optimizing your audio files before uploading.

</details>

<details>

<summary>Can I control the volume of the background music?</summary>

The app currently does not have a built-in volume control setting. However, you can adjust the volume of your audio file before uploading it to the app.

</details>


---

# 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.centousapps.com/box-music/faqs/technical-questions.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.
