> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/vendor-platform.md).

# Vendor Platform

- [Platform](https://docs.licensespring.com/vendor-platform/platform.md)
- [Licenses](https://docs.licensespring.com/vendor-platform/licenses.md)
- [Issuing New Licenses](https://docs.licensespring.com/vendor-platform/licenses/issuing-new-licenses.md)
- [License Managers](https://docs.licensespring.com/vendor-platform/license-managers.md)
- [License Users](https://docs.licensespring.com/vendor-platform/license-users.md)
- [Devices](https://docs.licensespring.com/vendor-platform/devices.md)
- [Orders](https://docs.licensespring.com/vendor-platform/orders.md)
- [Order Detail View](https://docs.licensespring.com/vendor-platform/orders/order-detail-view.md)
- [License Detail View](https://docs.licensespring.com/vendor-platform/orders/license-detail-view.md)
- [Customers](https://docs.licensespring.com/vendor-platform/customers.md)
- [Customer Detail View](https://docs.licensespring.com/vendor-platform/customers/customer-detail-view.md)
- [Customer Accounts](https://docs.licensespring.com/vendor-platform/customer-accounts.md)
- [User Groups](https://docs.licensespring.com/vendor-platform/customer-accounts/user-groups.md)
- [Single Sign On (SSO) - Customer Accounts](https://docs.licensespring.com/vendor-platform/customer-accounts/single-sign-on-sso-customer-accounts.md): Set up a dedicated SSO provider for a specific Customer Account, enabling users within that account to authenticate through their own identity provider.
- [Products](https://docs.licensespring.com/vendor-platform/products.md)
- [Metadata](https://docs.licensespring.com/vendor-platform/metadata.md)
- [Analytics](https://docs.licensespring.com/vendor-platform/analytics.md)
- [Settings](https://docs.licensespring.com/vendor-platform/settings.md)
- [Two Factor Authentication \_2FA\_](https://docs.licensespring.com/vendor-platform/settings/two-factor-authentication-_2fa_.md)
- [Users](https://docs.licensespring.com/vendor-platform/settings/users.md)
- [Email Notifications](https://docs.licensespring.com/vendor-platform/settings/email-notifications.md)
- [Roles/Permissions/User Labels](https://docs.licensespring.com/vendor-platform/settings/roles-permissions-user-labels.md)
- [Audit Log](https://docs.licensespring.com/vendor-platform/settings/audit-log.md)
- [Billing](https://docs.licensespring.com/vendor-platform/settings/billing.md)
- [OAuth Configuration](https://docs.licensespring.com/vendor-platform/settings/oauth-configuration.md)
- [Importing/Exporting Data](https://docs.licensespring.com/vendor-platform/importing-exporting-data.md)
- [Customers Import](https://docs.licensespring.com/vendor-platform/importing-exporting-data/customers-import.md)
- [License Import](https://docs.licensespring.com/vendor-platform/importing-exporting-data/license-import.md)
- [License Export](https://docs.licensespring.com/vendor-platform/importing-exporting-data/license-export.md)
- [License Features Import](https://docs.licensespring.com/vendor-platform/importing-exporting-data/license-features-import.md)
- [Orders Export](https://docs.licensespring.com/vendor-platform/importing-exporting-data/orders-export.md)


---

# 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://docs.licensespring.com/vendor-platform.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.
