# Quick checklist

Here are some quick steps to get you up and running:

&#x20;

**1. Invite users** in your company to Converso by sending them an email invite, under Admin > Users&#x20;

**2. Add a webchat widget to your website** so browsers can live chat with you from your website, just go to a workspace, and configure your widget under Channels > Webchat (more details [here](/product-documentation/channels/webchat/configuring-the-widget.md))

**3. Create an AI agent** to manage your customers' messages so your human agents don't need to reply to every message, under workspace > Agent (more details [here](/product-documentation/ai-agents/agent-store/customer-support-agent.md))

**4. Select users for your workspace** so that you can manage messages as a team, under Workspace > Team &#x20;

**5. Create additional workspaces** for additional chats and inboxes for other areas of your business&#x20;

**6. Import contacts** so you can start sending outbound messages and identify the sender of inbound messages, under Contacts (more details [here](/product-documentation/communications/contacts.md))

**7. Add your business details** such as your address and logo to be included in your webchat widget, under Admin > Business

**8. Connect to WhatsApp** for powerful multimedia messaging, under Workspace > Channels (more details [here](/product-documentation/channels/whatsapp/connecting-to-whatsapp.md))

**9. Create WhatsApp message templates** so you can initiate outbound WhatsApp conversations  (more details [here](/product-documentation/channels/whatsapp/message-templates.md))

**10. Add tags** so you can send broadcast messages to selected groups of contacts, under Settings > Tags


---

# 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://converso.gitbook.io/product-documentation/getting-started/quick-checklist.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.
