> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-work/zh-hk/department-management/add-new-position.md).

# 新增職位

## 1. 功能描述 <a href="#id-1-feature-description" id="id-1-feature-description"></a>

* 在職位管理中管理員能個別新增公司現有的所有職位，以便管理各部門員工。批量新增職位還有另一種處理方式，可參考批量導入新增員工方法（\[員工管理]-\[新增員工]-\[3.大量導入新增員工方法])。

## 2. 新增職位 <a href="#id-2-add-job" id="id-2-add-job"></a>

* 如欲新增個別員工，則需要先新增職位，否則將無法在新增員工時揀選合適的職位。
* 操作步驟:\
  ［部門管理］>［職位管理］>［職位管理］>［新增職位］。
* 在輸入相應的資料後按「保存」 。\
  註: 職位名稱為必填 。

<figure><img src="/files/1YYx43Ne7be2cqDSHvGb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/A6cLOP7mcnPpKeylAja6" alt=""><figcaption></figcaption></figure>

* 另一種新增部門/職位的方法是在新增員工時，部門/職位旁邊有一個 「+」 按鈕，供管理員在新增員工時同時加入新部門/職位。

<figure><img src="/files/2qWgLlWzY480eiHiTvAg" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/S4GOWge5yldo3oS8DcIr" alt=""><figcaption></figcaption></figure>


---

# 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.coreway.com/yoov-work/zh-hk/department-management/add-new-position.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.
