# TON Connect 2.0: guide for SDK

## TON Connect 2.0: guide for SDK

- [Introducing TON Connect](https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/introducing-ton-connect.md): Technology overview
- [TON Connect for Business](https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/ton-connect-for-business.md): TON Connect offers powerful features, attracts traffic and increases retention.
- [TON Connect for Developers](https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/ton-connect-for-developers.md): TON Connect 2.0 step by step implementation.
- [TON Connect for Security](https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/ton-connect-for-security.md): TON Connect 2.0 offers strong protection for user data and end-to-end secure authentication
- [TON Connect in Tonkeeper](https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/ton-connect-in-tonkeeper.md): Additional materials for integrating your dapp into the Tonkeeper wallet.
- [TON Connect 2.0 vs 1.0](https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/ton-connect-2.0-vs-1.0.md): Differences between the protocols.


---

# Agent Instructions: Querying This Documentation

If you need additional information, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on a page URL with the `ask` query parameter:

```
GET https://tonkeeper.gitbook.io/ton-connect-2.0-guide-for-sdk/introducing-ton-connect.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.
