# Overview

## Create your account

{% hint style="info" %}
If you have already created an account, you can directly go to [account login page](https://app.intelliticks.com/login) to follow further steps and skip this step
{% endhint %}

To create a New IntelliTicks account

1. Go to the our [account registration page](https://www.intelliticks.com/registration/)
2. Enter your account information, and then choose create account
3. When you receive an email confirmation message, select the link to confirm your account.

Hurry! :star\_struck: You have successfully created your Intelliticks Account.

## Basic Setup and Deployment

After successfully creating and verifying an account  you have to follow some basic steps to setup and deploy your first chatbot.

{% content-ref url="/pages/-LW0eyvx64-ph9v3m3sb" %}
[IntelliTicks Plugin Script](/installation-1/intelliticks-plugin-script.md)
{% endcontent-ref %}

## Try out our sample Bots

Learn from directly working on platform AI Builder, see our sample bots in action. We also offer these all pre-build bots on our platform which are ready to deploy templates with minimal customisation.

[Browse Sample Bots](https://www.intelliticks.com/chatbot-templates/) :robot:&#x20;

## Learn about AI Builder

AI Builder section is the brain of our platform where we build, config and deploy conversations for the users. Here we showing how a newly created accounts AI Builder Looks like.

![AI Builder](/files/-Lvj8tkdjwcJOhzm1lJf)

#### **What is a Playbook in AI Builder?**

To adding questions and creating conversations for users, we created an easy-to-use interface playbook.

Playbook is a set of questions or conversations, through which you can engage better with the visitors. These conversations, once designed, can operate without any human intervention, and help in converting the visitors of your website to lead. [Learn More](/ai-builder/playbooks.md)

## Build your first playbook

Follow our build your first playbook guide to build your first playbook only in ten minutes! :rocket:&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.intelliticks.com/getting-started/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
