# Client Integration

- [Installation](https://docs.covergenius.com/xcover-elements/client-integration/installation.md): This page outlines the changes that Partners will be required to make in order to integrate with XCE, including all necessary changes to the existing XCover API integration.
- [Element Display](https://docs.covergenius.com/xcover-elements/client-integration/element-display.md): This page outlines how to get the XCE panel displayed on your web platform
- [Element Signals](https://docs.covergenius.com/xcover-elements/client-integration/element-signals.md): Signals are how we communicate with the partner web platform
- [Set signal](https://docs.covergenius.com/xcover-elements/client-integration/element-signals/set-signal.md): This page details the requirements to integrate the set signal which is used to request the offers and display aligned currency formatting and order total values across the panel.
- [Listen signal](https://docs.covergenius.com/xcover-elements/client-integration/element-signals/listen-signal.md): This page details the requirements to integrate the listen signal which is used to respond to user interaction with the panel and perform your application specific logic.
- [Update signal](https://docs.covergenius.com/xcover-elements/client-integration/element-signals/update-signal.md)
- [Checkout Enablement](https://docs.covergenius.com/xcover-elements/client-integration/checkout-enablement.md): This page outlines the importance on how to maintain checkout enablement using XCE
- [Language](https://docs.covergenius.com/xcover-elements/client-integration/language.md): This page outlines how to set and update XCE content language
- [Currency Formatting Engine](https://docs.covergenius.com/xcover-elements/client-integration/currency-formatting-engine.md): This page outlines how to set and use the XCE Currency Formatting Engine (CFE)
- [Element Theming](https://docs.covergenius.com/xcover-elements/client-integration/element-theming.md): This page outlines how to implement theme overrides and how to set a color scheme(dark or light) to our XCover Elements
- [Browser Compatibility](https://docs.covergenius.com/xcover-elements/client-integration/browser-compatibility.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://docs.covergenius.com/xcover-elements/client-integration.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.
