# How Limio Generates Zuora Subscription and Order Numbers

Limio generates all objects in its own application before they are sent to Zuora. All the subscriptions, orders and other objects used along the process will have their own identification provided by Limio to Zuora.

Limio creates internally a logical id consisting of a random 32-character hex (i.e *438e8bd66fc9df124771aedd7741abec*) and a reference number that is parsed from the hex consisting of 12 characters (i.e *23HQ5TCRU9S0*). Limio ensures the numbers are unique.

This reference number is the one used in the integration and sent as Zuora Subscription Number and Order Number. This is to ensure that Limio and Zuora objects have a clear and established relationship between them.


---

# 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.limio.com/integrations/keeping-zuora-and-limio-in-sync/how-limio-events-updates-zuora-for-commerce/how-limio-generates-a-zuora-subscription-and-order-number.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.
