> For the complete documentation index, see [llms.txt](https://klervo.gitbook.io/klervo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://klervo.gitbook.io/klervo/readme/account-customization.md).

# Account Customization

To customize your account information and other details, go to the Settings tab at the bottom left corner of your <mark style="color:purple;">Klervo</mark> dashboard.

The settings page allows you to manage your personal information, company details, and subscription preferences. This comprehensive information control center ensures your account information stays up-to-date and secure.

**Your Personal Data:**

<mark style="color:purple;">Klervo</mark> lets you manage most of your personal information data used to sign up on the platform, including:

* **First Name & Last Name:** Update your personal identification
* **Email:** Manage your contact email
* **Phone:** Update your contact number
* **Address:** Maintain your current mailing address
* **Update Data Button:** Save any changes to your personal information

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

Click the Update Data button once done for changes to take effect.

**Password Management:**

With an easy-to-use and intuitive security detail customization interface, you have multiple options for password management at your disposal:

* **Current Password:** Enter your existing password
* **New Password:** Create a new secure password
* **Confirm Password:** Verify your new password
* **Change Password Button:** Apply your password update

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

Click the Change Password button once done for changes to take effect.

📝Note: To recover or reset your password, go to the Login page and simply press Forgot password? Button under the Password field.

**Company Information:**

You can also change details about your company from the account settings menu, including:

* **Company Name:** Your business name
* **Company Size:** Select your organization size
* **Primary Industry:** Specify your business sector
* **Address:** Your business location
* **Website:** Your company's web address
* **Google Review Link:** Connect your Google Business profile’s testimonial section by adding a Google Review Link. Google explains how to get a link. [Check here](https://support.google.com/business/answer/3474122?hl=en\&sjid=15579414333873540231-EU).

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

📝Note: The Google profile review link lets you use <mark style="color:purple;">Klervo's</mark> automated reputation management feature. After your tech completes the job, <mark style="color:purple;">Klervo</mark> sends the client's link to your Google review page for one-click testimonials.

* Click the Update Company Data button for the changes to occur.

**Subscription Management:**

You can view, manage, and update payment for your <mark style="color:purple;">Klervo</mark> subscription right from the settings area. Just scroll to the end to see the Subscription section, which includes:

* Current plan details
* Subscription status
* **Important dates:**
  * Start Date
  * End Date
* **Available Actions:**
  * "Change Payment Method" option
  * "Cancel" subscription capability

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


---

# 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://klervo.gitbook.io/klervo/readme/account-customization.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.
