# 附录

- [8 常见问题和解决方案](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/8-common-problems-and-their-solutions.md)
- [8.5 Memory limit errors in the web interface](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/8-common-problems-and-their-solutions/8.5-memory-limit-errors-in-web-interface.md)
- [8.6 Compiler errors: \`runguard: root privileges not dropped'](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/8-common-problems-and-their-solutions/8.6-compiler-errros-runguard-root-privileges-not-dropped.md)
- [9 多站比赛](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/9-multi-site-contests.md)
- [10 致开发者](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/10-developer-information.md)
- [10.1 从 Git 源码库引导](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/10-developer-information/10.1-bootstrapping-from-git-repository-sources.md)
- [10.2 维护模式安装](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/10-developer-information/10.2-maintainer-mode-installation.md)
- [10.3 Makefile 结构](https://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix/10-developer-information/10.3-makefile-structure.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://nwpu.gitbook.io/domjudge-doc/guan-li-yuan-shou-ce/a-appendix.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.
