# User Profile

***User Profile*** is the screen where users who log in to the system can view and change their profile information. The authorised user clicks on the User Profile menu and the system first displays the following Basic Information tab.

The operations that can be done on the User Profile screen and these operation steps are as follows;

1. Click the ***Profile*** under the username.
2. ***Basic Information*** tab opens with general information about the user.

&#x20; a. Basic Info tab contains the following information;

* User Name
* Email
* Access Key &#x20;

<figure><img src="/files/YtLBn0CQm84vqQsIVuzE" alt=""><figcaption></figcaption></figure>

&#x20; b. Click the ***Generate New Key*** button to change Access key.&#x20;

{% hint style="info" %}
Only ***Access Key*** can be changed from these values.
{% endhint %}

&#x20; c. Click the ***Save*** button to save Access Key.

&#x20; d. Click the ***Cancel*** button to cancel the operation.

2. ***Settings*** is the tab with user language and time zone settings.

&#x20; a. Settings tab contains the following information;

* Language (Available in Turkish and English)
* Time Zone

<figure><img src="/files/SApS7v6IRirYgY8O9T6G" alt=""><figcaption></figcaption></figure>

&#x20; b. Click the ***Settings*** tab to change the fields.

&#x20; c. Click the ***Save*** button to save languade and time zone.

&#x20; d. Click the ***Cancel*** button to cancel the operation.

3. ***Password*** is the tab to change password.

&#x20; a. Password tab contains the following information;

* Current Password
* New Password
* Confirm Password

<figure><img src="/files/htqrBmtz3HbUktGYuFOw" alt=""><figcaption></figcaption></figure>

&#x20;     c. Click the ***Save*** button to save new password.

&#x20;     d. Click the ***Cancel*** button to cancel the operation.


---

# 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://testinium.gitbook.io/testinium-enterprise/dashboard/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.
