# Logged in Users Information

This is a simple, yet very popular and very useful field. Its a field that saves information about the user who is logged in as a field value. There are currently two options, either show the username or show the name that has been set to that username.<br>

![In this example, the Full Name has been chosen as the value for the field.](/files/UYITug1cNsJESayi3Mzz)

### Initial Field Parameters

| Parameter                          | Description                                                                                                                         |
| ---------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| Choose User Info Required          | This is the parameter where you choose whether you want to have the username, the full name, or the geolocation saved as the value. |
| Prevent Update when editing record | Locks the field value during editing to prevent any changes after initial submission.                                               |

{% hint style="info" %}
Please note, the [rules/actions flow](/blocworx-documentation/bloc-editor/managing-a-field/field-rules.md) are triggered immediately when the username appears. This is allow options like immediately fetching only relevant data or for filtering data using this value.
{% endhint %}

{% hint style="success" %}
Coming Soon: A third option for User Info Required: [Roles](/blocworx-documentation/admin-and-development/roles-and-permissions/roles.md), which will have a value of the roles the user has.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/user-based-components/logged-in-users-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
