> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/working-with-connect/connect-to-systems/connectors/nicelabel/getting-started-with-the-nicelabel-connector.md).

# Getting Started with the NiceLabel Connector

This instruction assumes the following programs/components are already set up and available:

* **NiceLabel Automation**
* **NiceLabel DesignerPro** (configured label printers are recommended)
* **Flow Connect** with a configured **NiceLabel connector**

1. Start **NiceLabel DesignerPro** and click **Create a New Label**.

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

2. Select the printer and click **Next**.

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

3. Set the **Page Size** and click **Next**.

<figure><img src="/files/6HGlzD3mER1ZeYEddYC4" alt=""><figcaption></figcaption></figure>

4. Choose the **Label Layout**.

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

5. Specify the **Label Dimensions** and then click **Finish**.

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

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

6. In the **right-side panel**, click **Variables** and create the required variables.

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

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

7. Click on each created variable to configure **General Settings**, **Input Rules**, or **Output Rules**.

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

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

<figure><img src="/files/72zroImIBylebgejAJ82" alt=""><figcaption></figcaption></figure>

8. Design the **label/barcode layout** using the created variables.

<figure><img src="/files/1T5NoPeQlSxVjYzcWPTV" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/2O8y63jFk0SzxBjLZtYd" alt=""><figcaption></figcaption></figure>

9. Then save the created label file. Note that the file extension will be `.nlbl`.

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

10. Set up the workflow, add a **Script Step**, and set the **connector to NiceLabel Connector**.

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

11. Define the **local variables** in the flow that will be passed to the NiceLabel server.

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

12. **Commit the workflow and execute.** Check the status on the NiceLabel Automation server.


---

# 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.novacura.com/flow-connect/working-with-connect/connect-to-systems/connectors/nicelabel/getting-started-with-the-nicelabel-connector.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.
