> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/guide-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/guide-book/how-to-enter-taskon-community-hub/login-error-solutions.md).

# Login Error Solutions

If you experience login difficulties, check if any of the following solutions apply to you.

### **Email**

When trying to log in with your email account, you might encounter Network Error. In this case, please try to log in later.

### Telegram

If you're unable to log in to Telegram, follow these steps:

1. Open Telegram, click on "Settings".
2. Click on "Privacy and Security", then click "Logged In with Telegram".

<figure><img src="/files/O1y1Xpl9F1yFeBDB82ym" alt="" width="563"><figcaption></figcaption></figure>

3. Select TaskOn\_telegram\_bot, click on "`Disconnect`".

<figure><img src="/files/g5vpBNEaBxViJCFCh4c4" alt="" width="563"><figcaption></figcaption></figure>

4. When back on TaskOn, click "Log in" and choose "Telegram".

<figure><img src="/files/qkfU0fbcpdPEeDP9ijM7" alt="" width="563"><figcaption></figcaption></figure>

5. Click "Accept".

<figure><img src="/files/QfnRy9xxKPOe6tM4brfO" alt="" width="563"><figcaption></figcaption></figure>

6. When back on Telegram, accept the request.

<figure><img src="/files/pLaoWbya5TmLvBa9u35O" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://taskoncommunitys-organization.gitbook.io/guide-book/how-to-enter-taskon-community-hub/login-error-solutions.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.
