> For the complete documentation index, see [llms.txt](https://help.novatalks.com.ua/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novatalks.com.ua/en/get-started/novatalks-sdk.md).

# NovaTalks SDK

NovaTalks SDK — an embedded in-app chat with guaranteed data privacy.

<figure><img src="/files/wZaEVsknYozqHqFmX6xB" alt=""><figcaption></figcaption></figure>

Give your users a fast and convenient way to contact your support team directly within your mobile app. NovaTalks SDK is a modern solution for integrating a messaging platform that enables companies to build a full-featured support channel inside their mobile application.

The SDK is the optimal choice for businesses looking to improve customer service quality, reduce operator response time, and make communication with customers as seamless as possible.

***

### Advantages of the SDK

{% stepper %}
{% step %}
Direct Encrypted Traffic

All traffic goes directly from the customer’s device to your servers — no third-party clouds — protected by security protocols and dynamic tokens.
{% endstep %}

{% step %}
Developer-Ready

A full-featured SDK for Android and iOS with built-in visual interfaces and all core features of modern messengers. It can be easily integrated into your app without the need to build your own messaging system from scratch.
{% endstep %}

{% step %}
Convenient and Secure for Users

Customers can message your Support Team directly from the app — no need to switch to external messengers or follow links.
{% endstep %}
{% endstepper %}

***

### Key Features of NovaTalks SDK

* **Instant messaging:** users can contact support in real time, interact with bots, chat with agents, exchange files or images, and receive replies instantly.
* **Flexible interface customization:** the SDK can be styled to match your app’s design, maintaining consistent brand identity.
* **Ability to send Push notifications** (to be received by the mobile app):**:** users never miss a message thanks to built-in push notifications.
* **Customer data transfer:** send customer data from your app to NovaTalks to speed up service and avoid manual identification.

***

### Quick Start

{% hint style="success" %}
For integration details, please contact your NovaTalks sales manager.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.novatalks.com.ua/en/get-started/novatalks-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
