# Profile

## User Profile

User profile can be referring to an information type in Inistate, to access it:

* Toggle User Profile in the top right hand side in a module's design view ![](/files/lswfexlzwxR1iAhYaAMy)
* Go to the users tab and create profile for the selected user![](/files/5TAwbObj8uFQeUo1AbAP)

User profile can also be referring to the actual profile of a user. This can be accessed by the users through the menu on both Web and Mobile, but it can only be accessed by admins and consultants through the users tab in Web.

{% hint style="info" %}
The following information is <mark style="color:green;">**available for both web and app**</mark>:
{% endhint %}

* Display Name:
  * The name displayed to others in the workspace.
  * Stays consistent throughout workspaces.
  * Can be updated by the user and admins.
* Email:
  * Display email of an user, will not affect login after changing.
  * Can be updated by the user and admins.
* Phone Number:
  * Phone number of an user.
  * Can be updated by the user and admins.

{% hint style="info" %}
The following information is <mark style="color:red;">**only available on web**</mark>:
{% endhint %}

* User Name:
  * The username used for login
  * Cannot be changed.
* First Name:
  * Will be displayed separately from last name and display name to others accessing your profile.
  * Can only be changed by the user.
* Last Nam&#x65;**:**
  * Will be displayed separately from first name and display name to others accessing your profile.
  * Can only be changed by the user.
* On Behalf:
  * A setting to perform activities on behalf of a certain user during a certain period.
  * To learn more about this feature: <https://community.inistate.com/t/on-behalf-web/709>

#### Comparison

<div><figure><img src="/files/mbQd9QIU0jyeyYauZLSS" alt=""><figcaption><p>Profile in Web</p></figcaption></figure> <figure><img src="/files/BbTaUjzaYc8KYiYR4BFK" alt=""><figcaption><p>Profile in Web</p></figcaption></figure></div>

<figure><img src="/files/TjXcACVHSwSdhonzizRZ" alt=""><figcaption><p>Profile in Mobile</p></figcaption></figure>

{% hint style="warning" %}
Password, Integration and Preferences mentioned below are currently only accessible through web.
{% endhint %}

***

## Password

Inistate also allows user to change their password in the application, this can be accessed through the password tab under account. Where users are required to fill in the following:

* Current password
* New password
* Confirm new password

***

## Integration

This tab under account is used to generate an API key for integration across apps.

<figure><img src="/files/q9czXf9fTNIzBshAfbSl" alt=""><figcaption><p>Steps to Use API Key</p></figcaption></figure>

{% hint style="danger" %}
**Do not pass API key to any untrusted party.** Generating new API key will void existing keys, existing integrations have to be replaced with new key.
{% endhint %}

***

## Preferences

Under preferences, there are two main categories:

**Appearance:**

* Light
* Dark

**Colors:**

* Default
* Client
* Studio
* Immersive
* Violet

There is also the choice to sync with system settings, where it automatically switch between light and dark themes when your system does.


---

# 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://inistate.gitbook.io/home/user/profile.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.
