# Introduction

This is the official documentation of TapTalk.io's Products.

There are three documentation consist of TapTalk.io's Products. The first one is OneTalk Omnichannel Documentation, and the second one is PowerTalk Chat SDK Documentation, and the last one is SendTalk API Documentation. OneTalk Omnichannel Documentation is used if you want to integrate Live Chat Channel into your Android and iOS platform,  PowerTalk Chat SDK Documentation is used if you want to implement PowerTalk Chat SDK (Chat function) into your apps, while SendTalk API Documentation is used if you want to send the message from SendTalk using our provided API. Please refer to the following links to read the documentation based on your needs.

[OneTalk Omnichannel Documentation](/onetalk-omnichannel-documentation/getting-started.md)\
[PowerTalk Chat SDK Documentation](/powertalk-chat-sdk-documentation/getting-started.md)\
[SendTalk API Documentation](/sendtalk-api-documentation/introduction.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/master.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.
