# Advanced customization

- [Advance customization (for Devs)](https://bogos-guideline.gitbook.io/user-guide/advanced-customization/advance-customization-for-devs.md)
- [Customize using events](https://bogos-guideline.gitbook.io/user-guide/advanced-customization/advance-customization-for-devs/customize-using-events.md)
- [Customize using BOGOS template](https://bogos-guideline.gitbook.io/user-guide/advanced-customization/advance-customization-for-devs/customize-using-bogos-template.md)
- [Work with Shopify POS](https://bogos-guideline.gitbook.io/user-guide/advanced-customization/work-with-shopify-pos.md)
- [Works with Headless/Hydrogen](https://bogos-guideline.gitbook.io/user-guide/advanced-customization/works-with-headless-hydrogen.md): This doc guides you on how to integrate BOGOS with your headless/Hydrogen store.


---

# 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://bogos-guideline.gitbook.io/user-guide/advanced-customization.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.
