# 欢迎

您好！欢迎您访问 **影享票务系统** *Sharedow Ticketing System* 文档首页！

本系统大致结构如下所示：

```
BRANCH
- admin #管理后台视图
- agent #票务代理视图
- api #API
- cashier #收银终端视图
- screen #机器功能实现视图
```

您可通过菜单栏根据您的身份权限来快速获取您所需要的信息。

## 开发团队

[@MCyiqiehuanying](https://github.com/yiqiehuanying)

Copyrights by [Sharedow Network](https://sharedow.cn) 2024, all rights reserved.


---

# 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.sharedow.cn/ticketing_panel_docs/huan-ying.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.
