# FIRHQ 员工手册

## 总则

* 自由与规范，计划与变化，兴趣与责任
* 所有制度的制定与修改应以保证公司正常运营和提升整体效率为目的
* 没有废话和套话
* 己所不欲，勿施于人
* 制度需要一直被迭代完善

## 查看

正式版本查看地址: <https://RaR.firhq.com>

并且开源: <https://github.com/FIRHQ/RaR>

## 修改

* 每一位同事都可以提出意见, 方式为[提交issue](https://github.com/FIRHQ/RaR/issues/new), 这是促进公司制度迭代和完善的最有效途径
* 每一位同事都可以修改, 但是需要发Pull Request经过CEO审核
* 没有能力直接进行修改和提出意见的同事将其提交给人力资源部
* 人力资源部 负责维护更新及监督执行

> ### 技术细节：
>
> 1. 生成静态文件 `docker run --rm -v "$PWD:/gitbook" billryan/gitbook:zh-hans gitbook build`
> 2. ossfs 同步静态文件夹`_book`阿里云oss


---

# 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://rar-orig.firhq.com/master.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.
