> For the complete documentation index, see [llms.txt](https://docs.superyi.top/api-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superyi.top/api-guides/gai-shu.md).

# 概述

### 关于本课程

你是否曾想过Facebook是如何能够自动显示你的Instagram照片的？又或者Evernote是如何在你的电脑和智能手机之间同步笔记的？如果是这样的话，那么现在就是激动的时刻了！

在本课程中，我们将带领你了解企业如何将它们的系统连接在一起。我们从简单的开始，解释一些你可能以前听过但并不完全理解的技术术语。然后，每个课程都会引入一些新的内容，逐步建立你对API是什么的自信，对于那些勇敢的人来说，甚至可以尝试使用API。

### 这门课程适合谁？

如果你是一个非技术人员，你会觉得课程结构非常亲切。对于软件开发人员来说，前一两节课可能会感觉像是新员工必须参加的入职培训，但请坚持下去-你也会获得有用的信息。

### 目录

1. [引言](/api-guides/1.-yin-yan.md)
2. [协议](/api-guides/2.-xie-yi.md)
3. [数据格式](/api-guides/3.-shu-ju-ge-shi.md)
4. [认证，第一部分](/api-guides/4.-ren-zheng-di-yi-bu-fen.md)
5. [认证，第二部分](/api-guides/5.-ren-zheng-di-er-bu-fen.md)
6. [API设计](/api-guides/6.-api-she-ji.md)
7. [实时通信](/api-guides/7.-shi-shi-tong-xin.md)
8. [实现](/api-guides/8.-shi-xian.md)


---

# 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://docs.superyi.top/api-guides/gai-shu.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.
