> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/integrations/other-integrations/zephr/how-to-propagate-entitlements-from-limio-to-zephr.md).

# Propagate Entitlements from Limio to Zephr

Limio also supports creating Entitlement Code in Limio that can map to Zephr entitlements or products.

## (For Zuora Billing Users) Mapping temporary entitlements via Zephr plug-in

For Zuora Billing user, you can leverage Zephr/Zuora integration to propagate entitlements.

However, that integration is typically not real-time and you may need an option to propagate entitlements from new orders directly from Limio to Zephr. Limio has a Zephr order plug-in to allow to map Limio Entitlements directly to Zephr Products. Learn more at: [Map Temporary Entitlements for New Orders](/integrations/other-integrations/zephr/how-to-propagate-entitlements-from-limio-to-zephr/how-to-map-temporary-entitlements-for-new-orders-from-limio-to-zephr.md)

## (For other billing systems) Mapping all entitlements via webhooks

At the time of order or switch (update/downgrade) or cancel/save (adding another term to the subscription), Limio will generate a webhook with the entitlement that can be sent to Zephr via a middleware to provision the necessary entitlement for the customer. This is particularly useful to allow for real-time provisioning of digital access at the time of purchase.

Go to Settings > Webhooks to configure the endpoint for Entitlement updates. Learn more about Limio webhooks [here](https://docs.limio.com/developers/webhooks/using-webhooks).

<figure><img src="/files/4gXDwbFRnNhGDAhsPDcV" alt=""><figcaption></figcaption></figure>

Once configured, you can see webhooks at [/objects/webhooks/limio](https://docs.limio.com/developers/webhooks/using-webhooks).


---

# 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:

```
GET https://docs.limio.com/integrations/other-integrations/zephr/how-to-propagate-entitlements-from-limio-to-zephr.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.
