> 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-creation.md).

# Account Creation

<mark style="color:purple;">Klervo</mark> offers a 7-day free trial to know exactly what you're getting before you spend your money. Or, if you're confident in this robust platform's capabilities, you can go directly to our [pricing page](https://klervo.com/pricing), select a package from Basic, Standard, or Premium, and create an account from there. Whatever route you choose, the process of account creation is the same. Here's how to do it:

* Click on the "Free Trial" button located at the top right corner of the <mark style="color:purple;">Klervo</mark> homepage, or go to the Pricing Page and select any plan directly.
  \*

  ```
  <figure><img src="/files/XV51QKKtgxM3BAyAPJPc" alt=""><figcaption></figcaption></figure>
  ```
* You'll be prompted with a signup page with two options: sign up with Google (using your Gmail) or create the profile with your email address.
* Next, fill in all the information, including name, phone number, and email (if you are not using Google), and click the Continue button.
  \*

  ```
  <figure><img src="/files/W7ONDvTvVZu4jt8fAvrR" alt=""><figcaption></figcaption></figure>
  ```
* Enter your company information, including its name, address, industry, size (number of employees), and website.
* There's also a link to the Google Review option, where you can put your business's Google profile review link to use <mark style="color:purple;">Klervo's</mark> automated reputation management feature. This feature sends the client's link to your Google review page after the job is completed for one-click testimonials.
  \*

  ```
  <figure><img src="/files/n5YZcgEOhFxZgeM0jau7" alt=""><figcaption></figcaption></figure>
  ```
* Next, choose a password to log in to your account.
* Before clicking the continue button, check the free trial option below to take advantage of the 7-day free trial with premium features unlocked.
  \*

  ```
  <figure><img src="/files/oTknwqqQojuOanoBVzm0" alt=""><figcaption></figcaption></figure>
  ```
* Once you click Continue, you’ll be navigated to <mark style="color:purple;">Klervo’s</mark> dashboard.

**💡Tip**: Make sure your login password combines capital and small letters, numbers, and special characters for superior security. Protecting your business data is super important.


---

# 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-creation.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.
