# The Dashboard

Every time you login to visit your chatbot, you will be greeted by your chatbot's Dashboard. It gives you a birds-eye view over how you are doing with your chatbot so far, and provides you with some hints on how you can improve your chatbot.

Here is what it looks like:

![](/files/-MbLF8Y6jq-rhtO3XNMR)

You will find 2 different panels: the **Assistant** and the **Checklist**. Let's see what each panel does!

### Assistant panel

![Assistant panel](https://cloud.headwayapp.co/changelogs_images/images/big/000/055/692-7db48a3bfeeff34384fccafde1556fb93d1cc7e2.png)

The Assistant, taking the form of a simple chatbot, will help you quickly identify the current status of your chatbot and give you hints into what you could improve to make an even better chatbot. There are 2 sections, corresponding to the 2 major phases of preparing a chatbot for production: development, and deployment.

The **Development assistant** will lead you to add more flows to your bot, remember more information about your end users and add more capabilities with the help of integrations and custom apps.

The **Deployment assistant** will help you add your chatbot to a communication channel or manage your existing channels.

### Checklist panel

![Checklist panel](https://cloud.headwayapp.co/changelogs_images/images/big/000/055/693-3a2d7b3afc3449134250f0dfb295f21958731366.png)

The checklist will help you quickly identify areas where you can improve your chatbot. It tells you what is missing to make your chatbot as complete as possible in the form of a simple to-do list of what most good chatbots should be doing.

Make sure every item of the checklist is ticked, and you will be on your path to a great chatbot!

### Activity panel

Another section that's very important is the Activity page.

![](/files/-MbLFctrMwVf6ELF6KY3)

This page, as the name indicates, gives you a high-level overview over your chatbot's activity in the past 3 months. If you are seeing a steady increase in usage, then you are probably doing things right. However, if your numbers are stalling or decreasing, perhaps you can take some action like sending a broadcast or adding new content?

{% hint style="info" %}
The activity panel's content is updated every night, so if you juste created and deployed your chatbot, you will not see any data. Come back on the next day to see your progress!
{% endhint %}

We trust that you will find **The Dashboard** quite instructive in your path to create the greatest possible chatbot!


---

# 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.csml.dev/studio/getting-started/the-dashboard.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.
