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

# Onboarding Zentitle2

Release a product with Zentitle2 by adding it to the catalog, creating editions and entitlements, integrating the licensing or management API, and automating your sales and back-office processes.

To release a product to your customer with Zentitle2, you tend to follow a simple multi-step process:

### <i class="fa-1">:1:</i> Add a product to Zentitle2. <a href="#step-1-add-a-product-in-zentitle-0-1" id="step-1-add-a-product-in-zentitle-0-1"></a>

Log in to the Zentitle dashboard as an admin and add a product and any features, custom attributes, and advanced features you want to control with your licenses.

### <i class="fa-2">:2:</i> **Add your editions, offerings, and entitlements.** <a href="#step-2-integrate-zentitle-licensing-into-your-application-0-2" id="step-2-integrate-zentitle-licensing-into-your-application-0-2"></a>

To sell your products, you will want to match your product catalog by creating editions, plans, and offerings depending on your pricing strategy. Then, create entitlements for distribution to your customers with any associated license codes/activation codes (if you use that model) or access to use via your IDP using Account-Based Licensing.

### <i class="fa-3">:3:</i> Integrate Zentitle licensing into your application. <a href="#step-3-automate-your-sales-and-back-office-processes-0-3" id="step-3-automate-your-sales-and-back-office-processes-0-3"></a>

* For software on-premise, embedded in hardware, or in a Network, you will use the Zentitle client library or our Licensing API to add licensing to your application. We support many platforms and coding languages.
* For SaaS applications: You won’t need to install the Zentitle client library; you can use our Management API to manage your licensing.

***

### How do I get the credentials for the SDKs?

Our SDK packages and [LLS](/zentitle2-docs/ui-local-license-server/local-license-server-lls.md) Docker images are hosted in our Package Registry.

Our customers need authentication credentials to download them, which they can self-provision from this section.

[Learn more here](/zentitle2-docs/ui-administration/api-credentials/package-registry.md)

***

### <i class="fa-4">:4:</i> Automate your sales and back-office processes.

You can automate license provisioning in your order processes, e.g., e-commerce flows, payment processors, and CRMs, and integrate Zentitle with back office tools, e.g., ERP, Billing, etc., using our Management API. You can also use third-party tools, such as Zapier, to improve connectivity and automate workflows between systems.


---

# 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.nalpeiron.com/zentitle2-docs/get-started/onboarding-zentitle2.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.
