> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-settings-tab/how-do-i-turn-on-off-cart-and-checkout-sounds.md).

# How do I turn on/off cart and checkout sounds?

1. Navigate to the **Settings tab** of StellarAIO

   <div align="left"><img src="/files/bnOT9SMX45cr5zvEG2Lm" alt=""></div>
2. Navigate to the **Sounds category** in the Settings tab

   <div align="left"><img src="/files/tbpYoM5HsfED8g1NkZPp" alt=""></div>
3. Use the **toggles** on the right hand side to turn the cart and checkout sounds on and off

   **Notes:** Default cart and checkout audios are already implemented into the bot (cart.mp3 and checkout.mp3) If you're running StellarAIO on a server there's a chance you will not be able to hear cart and checkout sounds
4. If you would like to set your own cart and checkout sounds, click the yellow **Browse** buttons. Once done so a browser will appear where you can navigate to your **mp3 file** which can be selected in order to import into StellarAIO<br>

   ![](https://downloads.intercomcdn.com/i/o/334755523/1eb9ad3ed3459037378c2a78/image.png?expires=1621280008\&signature=da6da8bb296f6e568da99081a8cdffefa5e2786469968b5958e742c0999d3dfc)

   If the mp3 has an icon on your desktop screen then find the mp3 in the Desktops category of the browser as shown above

   \
   Or if the mp3 is downloaded into your desktop's files you can navigate to the Downloads category and select the mp3 there

   <div align="left"><img src="https://downloads.intercomcdn.com/i/o/334755665/f1cd1a37682b61048c98b7ba/image.png?expires=1621280008&#x26;signature=8d6d1149b7f80a7272ffaa9fb8b6681ae5d103eb43a3e868018e13c118136fec" alt=""></div>


---

# 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://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-settings-tab/how-do-i-turn-on-off-cart-and-checkout-sounds.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.
