# LANGUAGE REFERENCE

- [언어 참조에 대해 (About the Language Reference)](https://bbiguduk.gitbook.io/swift/language-reference/about-the-language-reference.md)
- [어휘 구조 (Lexical Structure)](https://bbiguduk.gitbook.io/swift/language-reference/lexical-structure.md)
- [타입 (Types)](https://bbiguduk.gitbook.io/swift/language-reference/types.md)
- [표현식 (Expressions)](https://bbiguduk.gitbook.io/swift/language-reference/expressions.md)
- [구문 (Statements)](https://bbiguduk.gitbook.io/swift/language-reference/statements.md)
- [선언 (Declarations)](https://bbiguduk.gitbook.io/swift/language-reference/declarations.md)
- [속성 (Attributes)](https://bbiguduk.gitbook.io/swift/language-reference/attributes.md)
- [패턴 (Patterns)](https://bbiguduk.gitbook.io/swift/language-reference/patterns.md)
- [제네릭 매개변수와 인자 (Generic Parameters and Arguments)](https://bbiguduk.gitbook.io/swift/language-reference/generic-parameters-and-arguments.md)
- [문법 정리 (Summary of the Grammar)](https://bbiguduk.gitbook.io/swift/language-reference/summary-of-the-grammar.md)


---

# 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://bbiguduk.gitbook.io/swift/language-reference.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.
