# Developer Reference

- [CSS](https://help.orbe.app/developer-reference/css.md): Use Orbe CSS to customize your storefront
- [JavaScript](https://help.orbe.app/developer-reference/javascript.md): Use Orbe's variables and functions for your custom localization needs
- [Relocating the Market Selector](https://help.orbe.app/developer-reference/relocating-the-market-selector.md)
- [Integrate your selector](https://help.orbe.app/developer-reference/integrate-your-selector.md)
- [Snippets](https://help.orbe.app/developer-reference/snippets.md): Customize Your Storefront with CSS Snippets
- [Create a full-screen popup](https://help.orbe.app/developer-reference/snippets/create-a-full-screen-popup.md)
- [Country Order Customization](https://help.orbe.app/developer-reference/snippets/country-order-customization.md): Country Order Customization in Orbe's Selector
- [Language Order Customization](https://help.orbe.app/developer-reference/snippets/language-order-customization.md)
- [Hide the popup in a country](https://help.orbe.app/developer-reference/snippets/hide-the-popup-in-a-country.md): Orbe allows you to hide the modal in specific countries using custom CSS classes based on the customer's location.
- [Change popup fonts](https://help.orbe.app/developer-reference/snippets/change-popup-fonts.md)
- [Hide countries](https://help.orbe.app/developer-reference/snippets/hide-countries.md)


---

# 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://help.orbe.app/developer-reference.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.
