# Getting started

- [Introduction](https://docs.saleschat.pro/getting-started/introduction.md): Welcome to Saleschat documentation
- [Onboarding](https://docs.saleschat.pro/getting-started/onboarding.md): This guide outlines the steps for onboarding new customers, including user and organization setup, API key generation, and WABA registration.
- [Whatsapp (WABA) Templates](https://docs.saleschat.pro/getting-started/whatsapp-waba-templates.md): Whatsapp (WABA) Template support on Saleschat, with the functionalities and shortcomings based on the WABA provider
- [Basic CRM Integration Tutorial](https://docs.saleschat.pro/getting-started/basic-crm-integration-tutorial.md): This tutorial will guide you through the essential steps for a basic integrating between your CRM and Saleschat.
- [Whitelist URLs](https://docs.saleschat.pro/getting-started/whitelist-urls.md): URLs to be whitelisted for Saleschat app
- [Webhooks](https://docs.saleschat.pro/getting-started/webhooks.md): This page lists all the web hooks that we push to the web hook URL configured for your organisation


---

# 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.saleschat.pro/getting-started.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.
