> 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/applicant-help-guides/accounts/profile-management-for-applicants.md).

# Profile Management for Applicants

##

{% stepper %}
{% step %}

### Sign in

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

{% step %}

### Open My Profile

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

![](https://lh4.googleusercontent.com/8wRFbRYuJFIBIpU3A8mEA07rSh0L8OnD8gTYYvcBjqdmBw6WUAIHDotaHVy83rGzUx9bFnE-zgAFHNj525ml1irPthA7eOfB9Tra3IPliegRLPWnuOlbcqwzWbOUB6OgCNTYCj29)
{% endstep %}

{% step %}

### Update details

Update your details, then click **Save Changes**.

![](https://lh6.googleusercontent.com/IxPxlVDjQbEdMH6THtGqwrOoAthXLJdyLIthbAUThH69ENpkzMclpQIsprsNTJGnZKNL_4MjFra-OVmEID9F498_TKLUhuP9pW-3ybqjt5jT-dG8bAAPa5Og4KzU6NbtT7qh0j_d)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Tips:

* To upload your signature, click **Choose File**, then select a file that is a cropped version of your signature in PNG or JPEG format, and click **Save Changes.**
* To edit your email preferences, tick or untick applicable boxes, and click **Save Changes.**
  {% endhint %}

![](https://lh5.googleusercontent.com/nKJKb2AmdFSJbn1KLtiEQPr8-cC0od55I2Zac_qAnM0Q3gnTeuShwfSqOYbQ_K5I68GwqsHWmrgcWx4wZftkdL31kSwq6Wl4rm4dQaxCkg4dRC0-Su03iZtBccRX5akMqO-tdSBR)

Was this article helpful?

YesNo

Related articles

* [Applicant Registration](broken://pages/e60b99e0e619009382bb4423d97ffe355c2ecd1e)
* [Organisation Management](broken://pages/bd91cf33d818a580ba5988a66622d9391e850cca)
* [Information Requests](broken://pages/9033f313ca2c2cc9d871e289960dfa2abdf89a17)
* [Applicant Milestones](broken://pages/e252f51e12ac84a8d511e2efefe4e4c7602513cc)
* [Apply for a Grant](broken://pages/c35f7c37cb5a7d1ba0260311468412c2165ffccd)


---

# 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/applicant-help-guides/accounts/profile-management-for-applicants.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.
