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

# LGD features

- [App download page (with QR)](https://knowledge-base.letsgetdigital.com/lgd-features/app-download-page-with-qr.md)
- [Personal notes (App)](https://knowledge-base.letsgetdigital.com/lgd-features/personal-notes-app.md): This page describes the personal notes functionality in the app.
- [Chat](https://knowledge-base.letsgetdigital.com/lgd-features/chat.md): The following articles describe the Let's Get Digital chat options within both the Virtual event platform and Mobile App.
- [Group chats (VP)](https://knowledge-base.letsgetdigital.com/lgd-features/chat/group-chats-vp.md)
- [Public chat](https://knowledge-base.letsgetdigital.com/lgd-features/chat/public-chat.md)
- [My profile](https://knowledge-base.letsgetdigital.com/lgd-features/my-profile.md): This article explains how to personalize a profile.
- [My connections](https://knowledge-base.letsgetdigital.com/lgd-features/my-connections.md)
- [My connections (virtual event)](https://knowledge-base.letsgetdigital.com/lgd-features/my-connections/my-contacts.md): A default navigation item is connections, which shows a list of established contacts.
- [My connections (App)](https://knowledge-base.letsgetdigital.com/lgd-features/my-connections/my-connections-app.md)
- [Admin panel passwords (App + Virtual event)](https://knowledge-base.letsgetdigital.com/lgd-features/change-password.md): Your password for access to the admin panel can be changed if it is forgotten or needs to be changed for any other reason. This article explains the ways this can be done.


---

# 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/lgd-features.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.
