> For the complete documentation index, see [llms.txt](https://help.inteliwise.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inteliwise.com/quick-guide-to-creating-voicebots.-1/how-to-create-a-free-inteliwise-account-and-your-first-voicebot-project/quick-way-to-create-a-free-inteliwise-account.md).

# Quick way to create a free InteliWISE account

### **Take an advantage of the free 14-day trial period!**

To create an account, you need to go to 👉[ https://my.inteliwise.com](https://my.inteliwise.com)  website.

![HOW TO CREATE AN ACCOUNT](/files/-M_yFfw6ZPTrwzRZU3a1)

Then you will see two options:

* Sign in – for those who already have an account,
* Register – for those who want to create an account.

Click “**Register**”. Then you will have to provide some data about yourself. Please provide your company email not your private one, as it may not be accepted. Click the “**Register**” button.

Then you should see a screen telling you to activate your account. You should check your email and activate your InteliWISE account. If you need support, contact information is on the right side of the screen. &#x20;

![HOW TO ACTIVATE AN ACCOUNT](/files/-M_yFryc3nzF1R_qDZcC)

In case you try to log in without activating your account, the system will not recognize you and will report an error. So, look for the activation email from InteliWISE Virtual Agent Panel. If it is not in your inbox, check your SPAM folder.


---

# 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.inteliwise.com/quick-guide-to-creating-voicebots.-1/how-to-create-a-free-inteliwise-account-and-your-first-voicebot-project/quick-way-to-create-a-free-inteliwise-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.
