> For the complete documentation index, see [llms.txt](https://docs.yansalabs.com/barcode-and-qr-code-generator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yansalabs.com/barcode-and-qr-code-generator/technical-docs/using-a-barcode-label/display-on-service-portal-or-employee-center.md).

# Display on Service Portal or Employee Center

### Widget - Display a barcode label anywhere in your Service Portal or Employee Center:

1. Visit **Service Portal -> Service Portal Configuration** in the left nav. On the resulting page, select **Designer**.
2. Choose the Portal Page where you wish to place your barcode label. This should open the page layout view.
3. Using the **Widgets** selector in the left panel, select and drag the **Barcode & QR Code Generator** widget to your desired location on the page.
4. Click the pencil icon on the widget in order to customize options to accommodate your needs.

<figure><img src="/files/l3y1CQL8t2raXXKthNJa" alt=""><figcaption><p>Employee Center Service Portal</p></figcaption></figure>

{% hint style="info" %}
For advanced Service Portal users, view the **Barcode & QR Code Generator** widget directly for additional deployment options. The widget can take input from Options, Input, or URL Parameters in order to determine which record to reference when generating the barcode label.
{% endhint %}

{% hint style="info" %}
All options to display barcode labels on Service Portal utilize client-side barcode generation.
{% endhint %}


---

# 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.yansalabs.com/barcode-and-qr-code-generator/technical-docs/using-a-barcode-label/display-on-service-portal-or-employee-center.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.
