# Getting Started with OneTalk

OneTalk is an omnichannel solution for your marketing, sales, and customer support needs. This documentation includes a comprehensive guide on what things to do first and a more advanced guide like integrating other channels such as WhatsApp to your inbox.

### Things to do first:

* [**Step by step guide to inviting team members**](https://docs.taptalk.io/onetalk-omnichannel-documentation/getting-started/team-members)
* [**Step by step guide to add topics in your organization**](https://docs.taptalk.io/onetalk-omnichannel-documentation/getting-started/add-topic)
* [**Step by step guide to assign agents to your created topics**](https://docs.taptalk.io/onetalk-omnichannel-documentation/getting-started/assign-agent-to-topic)
* [**Step by step guide to use paid proactive chat feature**](/onetalk-omnichannel-documentation/getting-started/paid-proactive-chat.md)

### Channel integrations:

* [**Integrate Telegram to your inbox**](https://docs.taptalk.io/onetalk-omnichannel-documentation/onetalk-channel-integration/telegram-integration)
* [**Integrate WhatsApp SME to your inbox**](https://docs.taptalk.io/onetalk-omnichannel-documentation/onetalk-channel-integration/whatsapp-sme-integration)
* [**Integrate Web Live Chat to your inbox**](https://docs.taptalk.io/onetalk-omnichannel-documentation/onetalk-channel-integration/live-chat/onetalk-web/get-started)
* [**Integrate iOS Live Chat to your inbox**](https://docs.taptalk.io/onetalk-omnichannel-documentation/onetalk-channel-integration/live-chat/onetalk-ios/get-started-ios)
* [**Integrate Android Live Chat to your inbox**](https://docs.taptalk.io/onetalk-omnichannel-documentation/onetalk-channel-integration/live-chat/onetalk-android/get-started-android)

### Integration APIs:

* [**Integration API**](/onetalk-omnichannel-documentation/onetalk-integration-api.md)


---

# 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.taptalk.io/onetalk-omnichannel-documentation/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.
