> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/settings/general-settings-app-+-vp-1/exhibitor-portal-settings.md).

# Exhibitor portal settings

To manage the **Exhibitor Portal** settings, go to **Settings → General settings → Exhibitor portal** in the Admin panel.

#### Settings

<table data-first-column-sticky data-search="false"><thead><tr><th>Setting</th><th>Description</th></tr></thead><tbody><tr><td><strong>Enable the Exhibitor portal</strong></td><td>Enables the Exhibitor Portal for the event. The additional settings below become available once enabled.</td></tr><tr><td><strong>Enable Lead Scanning API</strong></td><td>Available after clicking <strong>Show extra options</strong>. Enables exhibitors to connect their own external lead scanning software or hardware. See <a href="#lead-scanning-api"><strong>Lead Scanning API</strong> </a>below for more information.</td></tr><tr><td><strong>Enable side-events for exhibitors</strong></td><td>Allows exhibitors to create and manage their own side-events.</td></tr><tr><td><strong>Limit number of side-events per exhibitor</strong></td><td>Specifies the maximum number of side-events each exhibitor can create. This setting is only available when <strong>Enable side-events for exhibitors</strong> is enabled.</td></tr><tr><td><strong>Exhibitors can select their own booth</strong></td><td>Allows exhibitors to select their own booth from the available floor plan.</td></tr><tr><td><strong>Exhibitors can select their own booth start date</strong></td><td>Available when <strong>Exhibitors can select their own booth</strong> is enabled. Defines the date and time from which exhibitors can start selecting their booth.</td></tr><tr><td><strong>Explanation text for exhibitors selecting their own booth</strong></td><td>Available when <strong>Exhibitors can select their own booth</strong> is enabled. Displays a custom message to exhibitors during the booth selection process.</td></tr><tr><td><strong>Exhibitors can upload their own logo</strong></td><td>Allows exhibitors to upload and manage their own logo.</td></tr><tr><td><strong>Allow adding users in the exhibitor portal</strong></td><td>Controls whether exhibitors can add users to their exhibitor profile.<br><br><strong>Disabled</strong> – Exhibitors cannot add users.<br><br><strong>By email</strong> – Exhibitors can add users who are already registered for the event by entering their email address.<br><br><strong>Full profile</strong> – Exhibitors can create a new user by completing their full profile.</td></tr><tr><td><strong>Organiser website</strong></td><td>Defines the website that opens when an exhibitor clicks the logo on the Exhibitor Portal login page.</td></tr><tr><td><strong>Landing page image</strong></td><td>Logo that shows on the Exhibitor portal login page</td></tr><tr><td><strong>Display explanation of enabled features</strong></td><td>Displays a default explanation of the features enabled in the Exhibitor Portal, helping exhibitors understand the functionality available to them.</td></tr><tr><td><strong>Custom welcome text for exhibitor portal</strong></td><td>Displays a custom welcome message to exhibitors on the Exhibitor Portal home page.</td></tr></tbody></table>

***

### Lead Scanning API <a href="#lead-scanning-api" id="lead-scanning-api"></a>

The **Enable Lead Scanning API** setting is available after clicking **Show extra options** at the bottom of the **Exhibitor Portal** settings page.

When enabled, exhibitors can connect their own external lead scanning software or hardware to Let's Get Digital. Leads scanned using these external solutions are automatically synchronised with the Exhibitor Portal alongside leads captured using the Let's Get Digital app.

#### How it works

Once enabled:

1. A **Lead Scanning API** section becomes available in the Exhibitor Portal.
2. Each exhibitor team member is assigned a unique **ID** and **API token**.
3. The exhibitor's external lead scanning application uses these credentials to submit scanned attendee QR codes to Let's Get Digital.
4. The attendee's contact details are immediately returned to the external application, provided the attendee has consented to share their data.
5. The scanned lead is automatically added to the Exhibitor Portal and appears alongside all other captured leads.

#### Important information

* The Lead Scanning API is an addition to the Let's Get Digital lead scanning app and does not replace it.
* This feature is only available when the **Exhibitor Portal** is enabled and is available as part of the **Extensive** package.
* Attendees who have opted out of data sharing will not have their contact details shared through the API.
* Self-scans, duplicate scans and invalid attendee QR codes are automatically rejected.


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/settings/general-settings-app-+-vp-1/exhibitor-portal-settings.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.
