# Quickstart guides

This page contains a list of all Bookline quickstart guides. These guides include:

* Setting up a new channel to connect a bot with your restaurant phone line or WhatsApp.
* Creating and customizing a new assistant.
* Adding your venue and information to our portal.

### Channels

| Quickstart                                                                                                   | Description                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [Purchase a new phone number](/client-portal/channels/adding-a-new-channel/purchasing-a-new-phone-number.md) | This phone number serves as the link between your Bookline Voice bot and your restaurant’s main phone line.                                     |
| [Add a new WhatsApp number ](/client-portal/channels/adding-a-new-channel/adding-a-new-whatsapp-number.md)   | To create a WhatsApp Messaging assistant, you will need a WhatsApp number to be the public-facing number for the WhatsApp Business API account. |

### Products

| Quickstart                                                                                              | Description                                                        |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| [Creating a new bot](/client-portal/products/creating-a-new-bot.md)                                     | Make a new voice assistant for your venue                          |
| [Creating an AI agent for restaurants](/client-portal/products/creating-an-ai-agent-for-restaurants.md) | Customize your assistant's language, voice, greeting and policies. |

### Venues&#x20;

| Quickstart                                                                        | Description                                       |
| --------------------------------------------------------------------------------- | ------------------------------------------------- |
| [Add a new restaurant ](/client-portal/venues/adding-a-new-restaurant.md)         | Add your restaurant/s to to our portal.           |
| [Create a new group](/client-portal/venues/adding-a-new-group.md)                 | Organize your restaurants by name, location, etc. |
| [Assign a bot to a venue](/client-portal/venues/assigning-a-bot-to-your-venue.md) | Add an assistant to your venue.                   |


---

# 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.bookline.io/get-started/quickstart-guides.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.
