# 概述

### 关于本课程

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

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

### 这门课程适合谁？

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

### 目录

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


---

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