> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/es/ugd-management/user-profile.md).

# Perfil de usuario

![Acerca de mí - Usuario](/files/017e5ebc1a07a0aaa6cb662d132e559e42c1d424)

El perfil de usuario ![](/files/28a730f49190a94889df73f34f87cbe55b0384b7) la pestaña permite a los usuarios acceder rápidamente a recursos que pueden necesitar en un entorno de trabajo moderno, por ejemplo,

* la página "Mis aplicaciones" de Microsoft para administrar las aplicaciones y servicios a los que tienes acceso
* acceso a la página "Mi cuenta" de Microsoft para administrar los factores de autenticación

También permite a un usuario ver rápidamente sus dispositivos y grupos.

Los administradores también podrán ver sus roles de directorio:

![Acerca de mí - Administrador](/files/fddbbfd67dd1341bb23a043faa6a996d8af96fb5)

Cambiar a la vista detallada muestra los [los detalles del objeto de usuario](/es/ugd-management/user-list/user-details.md) página (se requiere permiso elevado).


---

# 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://docs.realmjoin.com/es/ugd-management/user-profile.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.
