# Why Do Some Users Get Logged Out When Connecting to the Telegram Bot?

We have received some feedback that when connecting to our bot, a few users get logged out of their previous Telegram sessions. However, this is not an issue on our end but rather a security mechanism implemented by Telegram to protect user accounts.

#### **Reasons**

Telegram has strict security measures and limits the number of concurrent login sessions. When the bot connects to your account through Telegram's official API, the system may recognize this as a new session and log out older sessions to ensure security.

#### **Security Commitment**

We prioritize security and data encryption to ensure your information remains protected. If you have any concerns, please feel free to contact us for assistance.

Thank you for trusting and using our services!


---

# 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-v2.autoforwardtelegram.com/extras/faq/why-do-some-users-get-logged-out-when-connecting-to-the-telegram-bot.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.
