# Getting set up

<details>

<summary>Step1: Creating your account</summary>

* Go to [Waabot Sign Up](https://app.waabot.com/register).
* Complete the registration process and verify your account.

</details>

<details>

<summary>Step 2: Create Your First Bot</summary>

* After verifying your account, log in to Waabot.
* Click on the "New Account" button to create your first bot.

</details>

<details>

<summary>Step 3: Connect Your Preferred Channels</summary>

* Choose and connect your preferred channels, such as WhatsApp.

</details>

<details>

<summary>Step 4: Get Your API Key and API Secret</summary>

* Once the connection is complete, navigate to the Developers page.
* Copy your API key and API secret.

</details>


---

# 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://mrbarnk.gitbook.io/waabot-api-documentation/fundamentals/getting-set-up.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.
