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

# VerifyKit Account

You first need to create an account to start using VerifyKit. There are two ways of creating an account and neither requires any credit card details.

## Create an Account

### Creating an Account Using Google

You can easily create your VerifyKit account with the Sign in with Google option. When logging into your account, simply click the Log in with Google option to proceed.

You can also create a password for your VerifyKit account using panel. You can find more information on how to create a password for your VerifyKit account [here.](/verifykit-panel/account-management.md#set-a-password-with-google-log-in)

### Creating an Account Using E-Mail

You can create your VerifyKit Account using your personal information. Just create your account using your full name, company name, and e-mail address and set your password. If you choose to create an account using e-mail, we’ll kindly ask you to verify your e-mail address.

### Email Verification

After filling in the required fields to create an account, we’ll send a confirmation e-mail to the address you specified. Just click the confirmation button or follow the link in the e-mail to activate your account.

[Try Now](https://verifykit.com/register/?ref=doc_ca)

## VerifyKit Plans <a href="#verifykit-plans" id="verifykit-plans"></a>

When you use VerifyKit, you incur a fee for each verification. This charge varies according to the method used, the destination country, and the carriers. Please [click here](https://verifykit.com/pricing) for more information on pricing.


---

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