> For the complete documentation index, see [llms.txt](https://airport-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://airport-1.gitbook.io/docs/ke-hu-duan.md).

# 客户端

- [机场客户端教程(前言)](https://airport-1.gitbook.io/docs/ke-hu-duan/ji-chang-ke-hu-duan-jiao-cheng-qian-yan.md): 一个机场教程
- [官方客户端下载分流](https://airport-1.gitbook.io/docs/ke-hu-duan/guan-fang-ke-hu-duan-xia-zai-fen-liu.md)
- [Android](https://airport-1.gitbook.io/docs/ke-hu-duan/android.md)
- [ClashMeta](https://airport-1.gitbook.io/docs/ke-hu-duan/android/clashmeta.md)
- [V2rayNG](https://airport-1.gitbook.io/docs/ke-hu-duan/android/v2rayng.md)
- [IOS](https://airport-1.gitbook.io/docs/ke-hu-duan/ios.md)
- [Shadowrocket](https://airport-1.gitbook.io/docs/ke-hu-duan/ios/shadowrocket.md)
- [如何更换dns](https://airport-1.gitbook.io/docs/ke-hu-duan/ios/ru-he-geng-huan-dns.md)
- [Potatso](https://airport-1.gitbook.io/docs/ke-hu-duan/ios/potatso.md)
- [Windows](https://airport-1.gitbook.io/docs/ke-hu-duan/windows.md)
- [Clash](https://airport-1.gitbook.io/docs/ke-hu-duan/windows/clash.md): Clash for Windows 是一个使用 Go 语言编写、基于规则的跨平台代理软件核心程序，适用于 Windows 操作系统。以下是详细的使用步骤：
- [V2rayN](https://airport-1.gitbook.io/docs/ke-hu-duan/windows/v2rayn.md): V2RayN for Windows 使用教程
- [Mac](https://airport-1.gitbook.io/docs/ke-hu-duan/mac.md)
- [官方客户端安装教程](https://airport-1.gitbook.io/docs/ke-hu-duan/mac/guan-fang-ke-hu-duan-an-zhuang-jiao-cheng.md)
- [Clash For Mac](https://airport-1.gitbook.io/docs/ke-hu-duan/mac/clash-for-mac.md): Mac电脑教程
- [软路由openclash教程](https://airport-1.gitbook.io/docs/ke-hu-duan/ruan-lu-you-openclash-jiao-cheng.md): 本教程为openclash用户提供，再此之前请确保你会openclash的基本操作，同时有一个装有openclash的软路由


---

# 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://airport-1.gitbook.io/docs/ke-hu-duan.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.
