> For the complete documentation index, see [llms.txt](https://docs.evolution.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.evolution.land/simplified-chinese/getting-started/game-entities/apostle/job-market.md).

# 职业市场

使徒们需要为玩家主人谋生，但是如果主人没有土地怎么办？

在就业市场，使徒可以找工作，拥有土地的玩家会在此雇佣矿工使徒。

玩家需要在就业市场上列出他们用于出租的使徒，设定工作时间（至少 7 天）和每日工资（以 RING 结算）。雇佣使徒的玩家可以根据使徒的天赋和薪水来决定是否雇佣。一旦被雇用，使徒打工人将获得 RING，而雇主将获得使徒挖出的资源。

![使徒求职](/files/-MOFPn7hauX3Ma6FGnlp)

想要雇佣使徒的玩家，进入使徒市场后，点击「更多」，选择「待招募」选项卡，即可查看所有正在寻找工作的使徒。你可以浏览使徒的能力和工资，并据此作出选择。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.evolution.land/simplified-chinese/getting-started/game-entities/apostle/job-market.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
