# About This Project

### [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/guidelines/overview/)

The HIG contains guidance and best practices that can help you design a great experience for any Apple platform.

***

[한글 번역본 gitbook, 업데이트중](https://human-interface-guidelines.gitbook.io/human-interface-guidelines)

본 프로젝트는 Apple의 Human Interface Guideline(이하 HIG) 문서를 한글로 번역한 것입니다.

iOS 생태계 내에서 HIG를 읽으시는 분들이 번역본이 없어 불편함을 겪는 것을 알게 되었고, 이에 한글로 번역을 하게 되었습니다. iOS 커뮤니티 Async Swift에서 자율적으로 모인 9명이 함께 번역했으며, 일체의 상업적인 목적을 띄지 않습니다. 이 문서를 학습에 적극적으로 이용해 주시돼, 상업적인 용도로 이용하시는 것은 지양해 주시기 바랍니다. 감사합니다.


---

# 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://human-interface-guidelines.gitbook.io/human-interface-guidelines/readme.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.
