# Personal Account

The personal account page let you define all the settings related to your account.

## 🔅 Personal account properties

* **`Username`** login used to enter the ngSurvey administration section.
* **`First name`** your first name.
* **`Lasst name`** your last name.
* **`Email`** will be used as the default sender  email for your [email campaigns](/form-management/campaigns/campaign/email-distribution.md).
* **`Mobile phone number`** is the number that will be used for sending your [sms invitations](/form-management/campaigns/campaign/phone-sms-distribution.md).
* **`Language`** is the language in which you want to run ngSurvey and its administration section currently we support English and French.

{% hint style="info" %}
You may update your **account password** from the security tab.
{% endhint %}

&#x20;&#x20;


---

# 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://docs.ngsurvey.com/personal-account.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.
