# 符号

- [9 符号(3/4)](https://emacs-lisp.ivory.cafe/fu-hao/untitled.md)
- [9.1 符号的组成(DONE)](https://emacs-lisp.ivory.cafe/fu-hao/9.1-fu-hao-jie-gou.md): 即符号的各个组成部分
- [9.2 定义符号(DONE)](https://emacs-lisp.ivory.cafe/fu-hao/9.2-fu-hao-sheng-ming.md)
- [9.3 创建(Creating)并注册(Interning)符号(DONE)](https://emacs-lisp.ivory.cafe/fu-hao/chuang-jian-bing-interning-fu-hao.md): 2021-8-14    21:52
- [9.4 符号属性](https://emacs-lisp.ivory.cafe/fu-hao/9.4-fu-hao-shu-xing.md)
- [9.4.1 存取符号属性（DONE）](https://emacs-lisp.ivory.cafe/fu-hao/9.4-fu-hao-shu-xing/9.4.1-du-qu-fu-hao-shu-xing-done.md)
- [9.4.2 标准符号属性](https://emacs-lisp.ivory.cafe/fu-hao/9.4-fu-hao-shu-xing/9.4.2-biao-zhun-shu-xing.md): 标准属性很类似python中的类设计思想


---

# 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://emacs-lisp.ivory.cafe/fu-hao.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.
