> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/getting-started/how-to-setup-account-and-profile.md).

# How to Setup Account & Profile?

To setup your account and profile information, click on **\[Account & Profile]** option in the drop-down menu.

![](/files/-MMxzwMgh-IdqDXN6nTz)

The below screen will be opened:

![](/files/-MNTcpuMS-XAkiAPwd-a)

**1- Email:** your registered email is displayed here **\[1]**

**2- Name:** enter your full name **\[2]**

**3- Headline:** enter your job title and work **\[3]**

**4- About:** describe yourself in a few words **\[4]**

**5- Areas of Interest:** specify your area of interest **\[5]**

**6- Profile Photo:** click on the "**Choose File**" button to select your profile photo **\[6]**

**7- Change Password:** click on "**Change Password**" link to change your password **\[7]**

![](/files/-MNTdzG82yXjNKTYYpAp)

Enter the new password **\[1]** and retype it for confirmation **\[2]**, then click on the "**Change**" button **\[3]** when finish.

**8- Multi-Factor Authentication:** click on this link to define multi-factor authentication **\[8]**

![](/files/-MNTdM83-IP5K9WImPsV)

* Scan the displayed QR Code using Google Authenticator or Authy mobile application.&#x20;
* Verify your account by entering the code generated in the app in the "**Verify Code**" field.

**9-** Click on "**Save**" button **\[9]** when finish to save the profile changes.


---

# 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.circlehd.com/getting-started/how-to-setup-account-and-profile.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.
