> 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/faq-about-the-application-app/untitled-10.md).

# Users (App)

{% hint style="info" %}
**Pro-tip:** You want to check how the app/platform appears for a specific user? No problem, just open the app/platform via the QR code or person login button to the platform within the user profile in the Admin Panel!
{% endhint %}

## How do I add a user with admin rights? <a href="#how-do-i-add-a-user-with-admin-rights" id="how-do-i-add-a-user-with-admin-rights"></a>

You can add a user with admin rights by following these steps:

1. Open the admin panel.
2. Hover over Users and click on Organisers.
3. Click the green New Organiser button.
4. Fill in the required information and click Save changes.
5. Click the key icon in the user's row to send the organiser their login credentials.

## Can I send a message to anyone who hasn't fully updated their profile (such as a reminder to upload a picture)? <a href="#can-i-send-a-message-to-anyone-who-hasnt-fully-updated-their-profile-such-as-a-reminder-to-upload-a" id="can-i-send-a-message-to-anyone-who-hasnt-fully-updated-their-profile-such-as-a-reminder-to-upload-a"></a>

No, unfortunately, this isn't possible at the moment. However, you can remind people who haven't activated their profile yet to download the app and login via e-mail.

## I'm a host, how can I check in users to my session? <a href="#im-a-host-how-can-i-check-in-users-to-my-session" id="im-a-host-how-can-i-check-in-users-to-my-session"></a>

1. Navigate to your programme item.
2. Tap the menu icon (top right for IOS, bottom right for Android).
3. Click on 'Scan attendees'.
4. Scan the attendee's QR code (If they shake their phone with the app open, their QR code will pop up).
5. Depending on the scan settings, a person may or may not be allowed in the relevant program item. The app indicates whether the Workshop is full, or if they can enter.


---

# 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/faq-about-the-application-app/untitled-10.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.
