# Getting started

To get started with Conversation Management, visit [https://chat.quickwork.co](https://chat.quickwork.co/app/login). As you are a new user, you need to register your account first. Click the **Create new account** link to do so:

![Figure 1: Creating an account](/files/-MkQ2kSAQYJGQGQvOuuq)

Clicking the **Create new account** link opens the Conversation Management form page where you'll be asked to enter the **Account Name** and **Email** to create the account. Once you have entered the details for registration, click the **Submit** button:

![Figure 2: Conversation Management sign up window](/files/-MkQ3QnrRgOywU6_Ew3A)

As soon as you hit the **Submit** button, an invitation link is sent on the email ID. Check your Gmail inbox for the same and click the **Activate my account** link:

![Figure 3: Activation link](/files/-MkQ4SeLbGQCgOfL_ukf)

This will redirect you to a new window asking you to set a password for your Conversation Management account. Enter a new password of your choice and click **Submit**:

![Figure 4: Setting a password](/files/-MkQ4fzcdi57tQlGGeUF)

Now, you'll be taken, again, to the **Conversations** window with a full-fledged verified set of credentials of your choice. Currently, you might have no activity running within your account as you are yet to create a bot and integrate it with a website. Click [here](https://docs.chat.quickwork.co/how-to-embed-a-chatbot-in-a-website-using-quickwork-chat) to begin creating a human agent service.

{% hint style="info" %}
This methodology creates an administration account of Conversation Management. Using the administration account, Conversation Management allows you to create inboxes, add agents, initiate conversations, assign them to agents, get statistical reports, export the conversation logs, delete the account, and so on.  &#x20;
{% endhint %}


---

# 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.chat.quickwork.co/getting-started.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.
