# How can I check the integration status of the SDK?

## 1. Using a bot

After completing the integration process using the steps described [here](/sdk/installation-via-less-than-script-greater-than-tag.md), the bot will display the time of the last recorded event in our database. If it shows something like "one minute ago," this means that everything is working correctly.

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

## 2. Using DevTools

### Desktop version

Go to Telegram settings, then to Advanced Settings, and then to Experimental Settings. Toggle on the "**Enable webview inspectin**g" function.

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

Next, open your application and right-click to open the developer console. In the Network section, you should see the SDK script (index.js) loading and sending events. If this is not observed, try refreshing the application without closing TMA.

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

### Web version

Go to [Telegram's web version](https://web.telegram.org/), open the developer tools, go to the network section, open your TMA and filter queries by 'tganalytics.xyz'. You'll see the SDK being loaded (index.js) and events being sent afterward.

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


---

# 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.tganalytics.xyz/faq/how-can-i-check-the-integration-status-of-the-sdk.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.
