> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/ce/extensibility-and-integrations.md).

# Extensibility and Integrations

- [Extensibility Cases](https://developer.emporix.io/ce/extensibility-and-integrations/extensibility-cases.md): Take a look at the possibilities that Emporix offers to extend the platform to even better suit your needs.
- [External Products, Pricing and Fees](https://developer.emporix.io/ce/extensibility-and-integrations/extensibility-cases/external-pricing-and-products.md): You can connect an external application or system to fetch products, prices, or fees outside Emporix.
- [Enabling Custom Extensions](https://developer.emporix.io/ce/extensibility-and-integrations/extensibility-cases/custom-extensions.md): You can introduce your custom logic and functionality you need easily with custom extensions functionality.
- [Extension and Cloud Function Hosting](https://developer.emporix.io/ce/extensibility-and-integrations/extensibility-cases/extension-hosting.md): Emporix offers a built-in hosting model for custom extensions and cloud functions. Learn how the hosting works, what you can deploy, and how to manage the full deployment lifecycle.
- [Integrations](https://developer.emporix.io/ce/extensibility-and-integrations/integrations.md): See how Emporix facilitates integration with other tools and systems with the pre-built functionalities.
- [Auth Integrations](https://developer.emporix.io/ce/extensibility-and-integrations/integrations/auth-integrations.md): See how Emporix facilitates integration with other tools and systems with the pre-built functionalities.
- [ERP Integrations](https://developer.emporix.io/ce/extensibility-and-integrations/integrations/erp-integrations.md): See how Emporix facilitates integration with other tools and systems with the pre-built functionalities.
- [SAP Integration](https://developer.emporix.io/ce/extensibility-and-integrations/integrations/erp-integrations/sap-integration.md): Learn the possibilities for integration of Emporix with an ERP system, such as SAP, and replicating data properly.
- [Customer Communication Integrations](https://developer.emporix.io/ce/extensibility-and-integrations/integrations/communication-integration.md): Learn how you can improve the communication with your customers.
- [Mailjet](https://developer.emporix.io/ce/extensibility-and-integrations/integrations/communication-integration/mailjet.md): Learn how you can connect your Mailjet account with Emporix.
- [Payment Systems](https://developer.emporix.io/ce/extensibility-and-integrations/payments.md): Integrate a payment provider system to your e-commerce system.
- [PayPal](https://developer.emporix.io/ce/extensibility-and-integrations/payments/paypal.md): See example of integrating Paypal.
- [Saferpay](https://developer.emporix.io/ce/extensibility-and-integrations/payments/saferpay.md): See example of integrating Saferpay.
- [Spreedly Gateway](https://developer.emporix.io/ce/extensibility-and-integrations/payments/spreedly-test-gateway.md): See example of integrating Spreedly Gateway.
- [Unzer](https://developer.emporix.io/ce/extensibility-and-integrations/payments/unzer.md): See example of integrating Unzer.
- [Invoice](https://developer.emporix.io/ce/extensibility-and-integrations/payments/invoice.md): See example of enabling invoice payment method.
- [Third Party Add-Ons](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons.md): Third-party add-ons can boost the effectiveness of building and managing your online store.
- [Emporix Contentful App](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/emporix-contentful-app.md): Emporix Contentful App provides external product management functionalities.
- [Emporix Builder.io Plugin](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/builderio.md): Builder.io plugin provides external content management functionality.
- [Magnolia Emporix Connector](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/magnolia.md): Magnolia Emporix Connector provides external CMS functionalities.
- [Zendesk Emporix Connect](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/zendesk.md): Integration with Zendesk can enhance your customer support service.
- [Emporix Storyblok App](https://developer.emporix.io/ce/extensibility-and-integrations/add-ons/storyblok.md): Learn about integration possible with the Emporix Storyblok app.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://developer.emporix.io/ce/extensibility-and-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
