# 翻译说明

## 关于本书

本书是 [Slackbook](http://slackbook.org) 的中文版，项目托管于 [Github](https://github.com/slackwarecn/slackbook_cn) 。

## 修订历史

你可以在 [这里](https://github.com/slackwarecn/slackbook_cn_loongarch64/blob/master/CHANGES.md) 查看该文档的修订历史。

## 获取文档

* [在线阅读](https://slackwarecn.gitbook.io/slackbook_cn_loongarch64)
* [发布页面](https://github.com/slackwarecn/slackbook_cn_loongarch64/releases)

## 本地编译

[GitBook](https://github.com/GitbookIO/gitbook) 需要 [Calibre](https://github.com/kovidgoyal/calibre/releases) 以输出 PDF、EPUB 和 MOBI 格式。安装此软件前，确保你的 Slackware Linux 中已安装 `python3` 、 `wget` 、 `xdg-utils` 和 `xz` 软件包。

```shell
curl -fsSL https://download.calibre-ebook.com/linux-installer.sh | sudo -E bash -s
sudo npm install -g @0y0/gitbook-cli
git clone https://github.com/slackwarecn/slackbook_cn.git
cd ./slackbook_cn/
make
```

> 因为 GitBook 官方已经 [不再支持 CLI](https://github.com/GitbookIO/gitbook#%EF%B8%8F-deprecation-warning)，所以这里使用了非官方维护的版本。

## 贡献力量

如果你想为项目贡献你的力量，请务必事先阅读 [CONTRIBUTING.md](https://slackwarecn.gitbook.io/slackbook_cn_loongarch64/readme/contributing) 。

## 版权

Copyright (c) 2016-2023 The Slackware Linux CN Community (<https://github.com/slackwarecn/>)


---

# 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://slackwarecn.gitbook.io/slackbook_cn_loongarch64/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.
