> 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/adding-users-and-ticketing/registration-forms/social-sharing.md).

# Social sharing

After filling in the registration form or through the exhibitor portal users can invite their network to the event and increase participation. Users can send a maximum of 5 invites at a time. To prevent spam, recipients can only receive an email every 48 hours.

It is possible to adjust this pop-up by completing the following steps:

1. From the admin panel --> Go to Settings → General settings → Social Sharing
2. Adjust how the Social sharing will be displayed for the user.&#x20;
3. Save your changes to see the magic

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdZUpbrqP0mABPS163nTsZHJlF6tz4-76DcG_bczRw_t-XRabV8BfvEj6qMXLb_Z0d-bPh1hZUj7fGODB63tKgx73XAaAe2LqfYcRJYBjTUJZykbJLnvXLA_lxdFF4hKRJ2_V3JZg?key=4S40qjlA46VF8CAsB-hx4m10" alt=""><figcaption><p>Example social sharing </p></figcaption></figure>

This share through setting can be turned off by completing the following steps:

1. From the admin panel → Go to Users → Registration form.
2. Click on the pencil icon at the registration form where you want to turn it off.&#x20;
3. Click on Settings and de-activate the ”Share through Exhibitor portal” or/and “Share through pop-up after registration" settings.&#x20;

\ <br>


---

# 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/adding-users-and-ticketing/registration-forms/social-sharing.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.
