> 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-plus/worksheet/worksheet-design/field-type/divider.md).

# 分割线

分割线是一个布局控件，用于在表单中划分不同的信息区块（如个人资料、工作经历、教育背景），提升表单的可读性和结构清晰度。

## **1. 核心功能** <a href="#id-1-core-feature" id="id-1-core-feature"></a>

* **视觉分隔**：在表单中插入一条实线，将不同部分的内容清晰地分隔开。
* **内容分组**：可以在分割线下方添加富文本内容，用于对后续字段进行说明、标注或分组。

## **2. 主要设置** <a href="#id-2-main-setting" id="id-2-main-setting"></a>

* **分割线标题**：可选择为分割线添加一个标题（如“基本信息”、“财务信息”），或选择不显示标题。
* **分割内容**：支持在分割线下方添加**富文本内容**，可以插入文字、链接或图片，用于详细说明或引导填写。

<br>


---

# 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-plus/worksheet/worksheet-design/field-type/divider.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.
