> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/profile-management-for-administrators.md).

# Profile Management for Administrators

## This article is for Administrators who wish to edit their profile.

Learn how to:

* Update your details, dashboard preferences, email preferences and access permissions.
* Swap between Admin Mode & Assessor Mode: <https://help.tahua.io/profile-management-admin#admin-assessor>

***

### Update Profile

{% stepper %}
{% step %}

### Sign in

Sign in to your account using your email and password.
{% endstep %}

{% step %}

### Open your profile

Click on your name at the very top right of the page (the initials next to it), then click **My Profile**.

![](/files/e74574c2044f655e22b29f6a09cc8d143d164474)
{% endstep %}

{% step %}

### Update details and save

Update your details, including dashboard preferences, email preferences and access permissions, then click **Save Changes**.

![](/files/50deba682ab89835b85edeffcea399d65e068ab8)
{% endstep %}
{% endstepper %}

#### Dashboard Preferences

![](/files/8aa59498b3417cafc5e9894c1dee8795ed11c9ad)

#### Email Preferences

![](/files/48161bda71f2a20d722f443cbfca92db6e7a678b)

#### Access Permissions

![](/files/7f0acaebac819424a0f91b6f7aa153b59b345be9)

***

### Switch Between Admin & Assessor Mode

You can easily switch between accounts by clicking on the mode you wish to switch to.

Assessor Mode:

![](/files/5be239d2b80830b37f31b7a59d884dbc4fc61d06) ![](/files/8661ca0ce2e8c69f1dca6eb74b7b1a83d6eb65be) ![](/files/b30a2f140a7f2575220779a73d20ef930a0a0e9f)

Admin Mode:

![](/files/38feabf40bb081380ca0f25f0074e384a582e61a) ![](https://lh5.googleusercontent.com/ly_mC1iE0AYXm2RIs0w73VbeItuZ3oKxWV4gNbxOcg1rYTl_Ik1fLSDzM8E03g0lsARi2eP4bBkqNqKpXCc1LOIPxKaTCr3-RNw2GDzONYJJIKMVoSSTdW-3BQLsoAepAJXHVsk6) ![](/files/28c6a7d990c7c4d4da5b99190269ccbff2af23be)


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/profile-management-for-administrators.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.
