# Order

- [Create Order](https://docs.licensespring.com/management-api/order/create-order.md)
- [Retrieve Order](https://docs.licensespring.com/management-api/order/retrieve-order.md)
- [Update Order](https://docs.licensespring.com/management-api/order/update-order.md)
- [Delete Order](https://docs.licensespring.com/management-api/order/delete-order.md)
- [List Orders](https://docs.licensespring.com/management-api/order/list-orders.md)
- [Remove Manager from Order](https://docs.licensespring.com/management-api/order/remove-manager-from-order.md)
- [Add Manager to Order](https://docs.licensespring.com/management-api/order/add-manager-to-order.md)
- [Add Managers (bulk) to Order](https://docs.licensespring.com/management-api/order/add-managers-bulk-to-order.md)
- [List Managers on Order](https://docs.licensespring.com/management-api/order/list-managers-on-order.md)
- [Export Order](https://docs.licensespring.com/management-api/order/export-order.md)
- [Export Orders](https://docs.licensespring.com/management-api/order/export-orders.md)
- [Change Customer on Order](https://docs.licensespring.com/management-api/order/change-customer-on-order.md)
- [Generate License Key](https://docs.licensespring.com/management-api/order/generate-license-key.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.licensespring.com/management-api/order.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.
