# Integration

- [API & Webview reference](https://options-docs-v2.avisplus.io/integration/api-and-webview-reference.md): The AvisPlus Product Options Public API is a read-only REST API that allows merchants and external systems to retrieve option set data, app settings, and localization strings from outside the app.
- [Reposition Avis options in EComposer Landing Page Builder](https://options-docs-v2.avisplus.io/integration/reposition-avis-options-in-ecomposer-landing-page-builder.md)
- [Export order with Avis option using Syncx Order Export](https://options-docs-v2.avisplus.io/integration/export-order-with-avis-option-using-syncx-order-export.md): How to use SyncX: Order Export together with Avis Product Options to export orders including Avis option data (such as selected options, custom inputs, add-ons).
- [Print Order with Avis option using Vify: Order Printer](https://options-docs-v2.avisplus.io/integration/print-order-with-avis-option-using-vify-order-printer.md): How to display Avis Product Options details (customer-selected options, custom inputs) on invoices and documents generated by Vify: Order Printer.


---

# 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://options-docs-v2.avisplus.io/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.
