# Orbe | Help center

## Help center

- [Welcome](https://help.orbe.app/before-starting/readme.md)
- [How it works](https://help.orbe.app/before-starting/how-it-works.md)
- [Quickstart](https://help.orbe.app/before-starting/quickstart.md)
- [Pricing](https://help.orbe.app/before-starting/pricing.md)
- [FAQs](https://help.orbe.app/before-starting/faqs.md)
- [Install Orbe](https://help.orbe.app/general/install-orbe.md)
- [Refresh data](https://help.orbe.app/general/refresh-data.md): How can I resolve the issue if my popup isn't displaying all countries?
- [Metrics](https://help.orbe.app/general/metrics.md): Understand the main redirect metrics in your app home.
- [Connect Stores](https://help.orbe.app/general/connect-stores.md): Learn how to redirect between multiple international stores
- [Redirect to another store](https://help.orbe.app/general/connect-stores/redirect-to-another-store.md)
- [Settings](https://help.orbe.app/general/connect-stores/settings.md)
- [Integrations](https://help.orbe.app/general/integrations.md)
- [Klaviyo](https://help.orbe.app/general/integrations/klaviyo.md): Integration of Orbe with Klaviyo
- [Global-e](https://help.orbe.app/general/integrations/global-e.md): Integration of Orbe with Global-e Native
- [Connectif](https://help.orbe.app/general/integrations/connectif.md): Integration of Orbe with Connectif
- [Hreflang Manager](https://help.orbe.app/general/integrations/hreflang-manager.md)
- [Announcement Bar](https://help.orbe.app/general/integrations/announcement-bar.md): How to create a dynamic Marketing Announcement Bar which changes for each market using Orbe and Translate & Adapt
- [Uninstall Orbe](https://help.orbe.app/general/uninstall-orbe.md)
- [Getting started](https://help.orbe.app/geolocation-popup/getting-started.md)
- [How to set up](https://help.orbe.app/geolocation-popup/getting-started/how-to-set-up.md)
- [How to customize](https://help.orbe.app/geolocation-popup/getting-started/customize.md)
- [Content](https://help.orbe.app/geolocation-popup/getting-started/customize/content.md)
- [Style](https://help.orbe.app/geolocation-popup/getting-started/customize/style.md)
- [Translations](https://help.orbe.app/geolocation-popup/translations.md): Welcome your customers in their preferred browser language
- [Common issues](https://help.orbe.app/geolocation-popup/common-issues.md): How to confirm if Orbe is working?
- [Overview](https://help.orbe.app/selectors/overview.md)
- [Geolocation Button](https://help.orbe.app/selectors/geolocation-button.md)
- [How it works](https://help.orbe.app/selectors/geolocation-button/how-it-works.md)
- [Selector Placement](https://help.orbe.app/selectors/geolocation-button/selector-placement.md)
- [Variables](https://help.orbe.app/selectors/geolocation-button/variables.md)
- [Custom Code](https://help.orbe.app/selectors/geolocation-button/custom-code.md)
- [Country Selector](https://help.orbe.app/selectors/country-selector.md)
- [How it works](https://help.orbe.app/selectors/country-selector/how-it-works.md)
- [Variables](https://help.orbe.app/selectors/country-selector/variables.md)
- [Language Selector](https://help.orbe.app/selectors/language-selector.md)
- [How it works](https://help.orbe.app/selectors/language-selector/how-it-works.md)
- [Variables](https://help.orbe.app/selectors/language-selector/variables.md)
- [Market Selector](https://help.orbe.app/selectors/market-selector.md)
- [Notifications](https://help.orbe.app/settings/notifications.md)
- [Geolocation](https://help.orbe.app/settings/geolocation.md)
- [Countries](https://help.orbe.app/settings/countries.md)
- [Custom code](https://help.orbe.app/settings/custom-code.md): How do I apply CSS code to personalize the geolocation popup?
- [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
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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://help.orbe.app/before-starting/readme.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.
