> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codenullapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Application Settings

> User Data Query: Data query to get user info

#### User Session Settings

User Data Query: Data query to get user info

```graphql theme={null}
query getUserDataApp($email: String) {
   Usuarios(where: {Correo: $email}) { 
       Id      
        Nombre
        Correo
        Apellidos
        Identificacion
        defaultWebFeatureSession
        RolesxUsuarios{
           RoleId
           Rol {
             Id
              Nombre
           }
        }
        IglesiaId
        Iglesia {
           Nombre       
        }   
     } 
}
```

#### User Profile Info Fields

```
Iglesia.Nombre
```

<figure>
  <img src="https://mintcdn.com/codenull/9RtgKoAtzvpYtN-c/images/7dAcIndqLlm4psaLBdtr.png?fit=max&auto=format&n=9RtgKoAtzvpYtN-c&q=85&s=db82a2e3ded99ed2a5bacb1c76c89e03" alt="" width="340" height="100" data-path="images/7dAcIndqLlm4psaLBdtr.png" />

  <figcaption />
</figure>

#### Default Features

To personalize what feature navigate by default use the following fields in the Application Settings tab (Web and Mobile)

<img src="https://mintcdn.com/codenull/9RtgKoAtzvpYtN-c/images/AbHchLY2xoRQJBlIuXKJ.png?fit=max&auto=format&n=9RtgKoAtzvpYtN-c&q=85&s=47a1d1130e0cd3e4a7e383091b04b4fb" alt="" width="1642" height="309" data-path="images/AbHchLY2xoRQJBlIuXKJ.png" />

**DefaultWebFeatureSession**: This property is used to assign a default feature each time the user logs into the application. This will be displayed as a modal. For example, if a multi-company application is required, a feature can be created to list the company assigned to the user so that the user can change it before starting to use the application.
