> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/dhl-connector/dhlconnector_en_us/getting-started/license-assignment.md).

# License Assignment

After successfully installing the application in the desired environment, you must assign the corresponding **licenses and permissions** to your users.

Stay in the **Microsoft Admin Center** ( <https://admin.microsoft.com> ).

Go to *Home > Billing – Subscriptions > DHL Connector – Standard*.\
You’ve already installed the product — now assign it to the desired **user** directly below the subscription.

<figure><img src="/files/dRQy1FWR3ELfHrbhMzkC" alt=""><figcaption></figcaption></figure>

Next, open **Business Central** and switch to the environment where the application was installed.

In the **Search bar**, type **“Users”** to open the **User Management** page.

<figure><img src="/files/uc0098rInGPOzv7YXs3I" alt=""><figcaption></figcaption></figure>

Select the desired user from the list and navigate to *User Permission Sets*, then add a **new row** in the table. Click on the **three dots** to open the *Permission Set Lookup*.

Use the search to look for **“DHL.”**

<figure><img src="/files/7cIrusvG7eFBlyINqm5m" alt=""><figcaption></figcaption></figure>

You will see **three permission sets**:

* **SOUDHL BASE**\
  The base permission set, automatically assigned to all users in the environment.\
  It does **not** include any permissions or access to DHL Connector features.
* **SOUDHL USER**\
  Grants access to **use the DHL Connector functions**, but **not** to modify settings or configurations.\
  For example, the user cannot create new boxes.
* **SOUDHLPERMISSIONSET (SUPER USER)**\
  The **SUPER USER** has **full access** to all DHL Connector functionalities, including configuration and setup.\
  For example, this user can create new boxes or perform the **initial setup**.

After assigning the appropriate permissions to all users, you can proceed with the **initial configuration** of the DHL Connector.

To do so, go to > [Getting Started](/dhl-connector/dhlconnector_en_us/getting-started/erste-schritte.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.solutioo.de/dhl-connector/dhlconnector_en_us/getting-started/license-assignment.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.
