> 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/faq.md).

# FAQs

- [FAQ about the Virtual Platform (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website.md): Here you can find frequently asked questions about the Let’s Get Digital platform.
- [Lobby or programme stream (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/2.-stream.md): During a Let's Get Digital event you can show a live stream in the lobby.
- [Networking (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/3.-networking.md): The most important aspect of many events is networking and we work hard on enabling your attendees to make the right connections during our digital event!
- [Sessions (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/4.-in-session.md): During a Let's Get Digital event we want your program to be as interactive as possible to include your attendees.
- [Branding (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/5.-branding.md): Your app and Let's Get Digital platform is branded.
- [Programme (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/6.-event-and-programme.md): Here we answer questions related to programme items.
- [Support (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/7.-support.md): Event Consultants are available to help you to make your event successful.
- [Technical (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/8.-technical.md): We are answering your technical questions here.
- [Data Protection (Virtual event)](https://knowledge-base.letsgetdigital.com/faq/faqs-for-the-lgd-website/9.-data-protection.md): Privacy is important in nowadays digital world! We take it very serious and if you have further questions please let us know.
- [FAQ about the Application (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app.md): Here you can find frequently asked questions about the application (app).
- [App Functions](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled.md)
- [Images (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-5.md)
- [Communication (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-1.md)
- [Custom IOS Certificates (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-2.md)
- [General (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-4.md)
- [Optional - Mentimeter (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-3.md): The interactivity on events becomes more and more important. Include your visitors in presentation through live polling and allow them to ask questions to the speakers through the app.
- [Prices (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-6.md)
- [Programmes (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-7.md)
- [Shake to connect (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-8.md)
- [Speakers (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-9.md): Learn here everything about speakers
- [Users (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/untitled-10.md): Learn here everything about users
- [Brochures (App)](https://knowledge-base.letsgetdigital.com/faq/faq-about-the-application-app/brochures-app.md): The brochures offer a guide for a specific user group.
- [Platform and Application compatibility](https://knowledge-base.letsgetdigital.com/faq/1.-eventinsight-application-and-lets-get-digital-platform.md): How do the app and the desktop platform work together?
- [Change log](https://knowledge-base.letsgetdigital.com/faq/change-log.md): Information about all the new releases on our platform and app.


---

# 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/faq.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.
