# Quick Start

## Prerequisites

First, make sure you have the prerequisites described in [Prerequisites](/quick-start/prerequisites.md)

## Send a WhatsApp template message

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key from your Dashboard at any time.

{% content-ref url="/pages/sMpfX4tN5feDoCzd9bxi" %}
[Send template message](/message-api/message-service-api/messageservice/send-template-message.md)
{% endcontent-ref %}

## Send a WhatsApp session message

A regular message consists of simply a textual message.

{% content-ref url="/pages/3E5Tm2IRMbs5E8VEGH0F" %}
[Send WhatsApp session message](/quick-start/send-whatsapp-session-message.md)
{% endcontent-ref %}


---

# 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.connectly.ai/quick-start.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.
