> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/03-deng-lu-yu-shou-quan.md).

# 03 登录与授权

启动软件后先进入授权登录界面。输入正式授权信息并提交，授权通过后进入主工作台。

## 正常登录流程

1. 确认电脑日期、时间和时区正确。
2. 输入授权账号或授权码。
3. 点击登录并等待服务端验证。
4. 进入主界面后，查看左下角授权状态和到期时间。

## 常见情况

* **提示网络错误**：检查网络、系统时间和防火墙，不要连续快速点击登录。
* **提示版本过低**：下载最新安装包后重新启动。
* **提示授权到期**：使用续费入口或联系售后处理。
* **授权正常但页面空白**：关闭软件后重新打开；仍然存在时保留错误时间和截图。

授权心跳采用错峰机制，不会持续高频占用服务器。短暂网络波动不会立刻删除本地任务，但长期无法校验授权时部分功能可能停止。

> 客服核查通常只需要授权编号、软件版本和错误时间，不需要你的 Telegram 密码、验证码或 Session 文件。


---

# 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://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/03-deng-lu-yu-shou-quan.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.
