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

## 1. Using a bot

After completing the integration process using the steps described [here](https://docs.tganalytics.xyz/sdk/installation-via-less-than-script-greater-than-tag), 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="https://394846612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAGXSudArMakDyKFwEQjN%2Fuploads%2FD6nZ9FncZaxJlkKZqjFU%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5.png?alt=media&#x26;token=e1c56ddc-59c4-4bfd-9b05-e467c620ec25" 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="https://394846612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAGXSudArMakDyKFwEQjN%2Fuploads%2F38gWbGxiRxR6BWaB5T6C%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5.png?alt=media&#x26;token=e77278da-83b5-4aef-a24a-63e9bf3eb11a" 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="https://394846612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAGXSudArMakDyKFwEQjN%2Fuploads%2F7Ci4pTW1ZYysbRMHSIp6%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5.png?alt=media&#x26;token=3e945ff3-7eb7-4089-b34e-be8085e74a23" 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="https://394846612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAGXSudArMakDyKFwEQjN%2Fuploads%2Frhgn6nW8K0FuBxAof5Qv%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5.png?alt=media&#x26;token=31c0614f-bcaf-4e43-a0d4-0d1e2b4d9409" alt=""><figcaption></figcaption></figure>
