# Introduction

手册内容为「**如何让一部全新的 MacBook 快速完成开发环境配置**」，主要面向刚从Windows转型到Mac的RC新人。以下所有设置在 [macOS Mojave](https://www.apple.com/macos/mojave/) 上有效。

Refer:

* [Mac 开发配置手册](https://aaaaaashu.gitbooks.io/mac-dev-setup/)
* [Mac OS X Setup Guide](http://sourabhbajaj.com/mac-setup/)
* [Mac OS X 配置指南](http://wild-flame.github.io/guides)


---

# 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://mac-setup.linzhen.net/master.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.
