> For the complete documentation index, see [llms.txt](https://docs.stratebid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stratebid.com/biao-shu-sheng-cheng/zhi-neng-bian-biao/bian-xie-ji-shu-biao.md).

# 编写技术标

招标解析完成后，即可开启技术标的编写。

## 1、第一步：生成目录

点击操作栏中的“技术标”，在新页面中选择目录生成方式，如果是工程类项目，这里需要上传“工程量清单”，根据需要上传工程图纸、填写预计工期。技术偏离表开关打开后，技术标中会包含技术偏离表的内容。目录生成方式有四种，用户可根据需要选择目录生成方式。

（1）、按照招标文件：AI会根据对招标文件的理解，生成目录；

（2）、按照评分标准：AI会严格按照招标文件内容和技术评审项生成目录；

（3）、按照模板：AI会按照用户上传的模板目录，结合招标文件内容生成目录；

（4）、按照历史标书库：AI会按照用户选择的标书库中相似的标书，结合招标文件内容生成目录；

完成上述操作后，用户点击“开始生成目录”按钮即可生成目录。

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

## 2、第二步：微调目录

目录生成后，用户可检查目录章节。根据需要增删目录，对每章节预计生成的字数进行适当调整。

<figure><img src="/files/8K7Fl14mRqg1LngtUY9D" alt=""><figcaption></figcaption></figure>

调整完成后，点击“生成正文”，选择是否按照方案库生成中的标书参考生成，选择后跳转到标书编写页面。

方案库生成：按照选择的方案库文件作为重要参考，将极大影响技术标文件内容的编写。

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

## 3、第三步：智能生成标书

进入标书编写页面，用户可点击“AI编写本节”、“AI编写全部”按钮编写单个章节或者编写全文。在弹出的生成格式弹窗，用户可选择表格、流程图生成和图片引用的要求，方便生成更贴合要求的标书。

编标辅助：在编标的过程中，可以点击右侧中部的“展开”按钮，可以打开编标辅助工具，辅助编写标书。

（1）、AI助手：标书编写完成后，用户对编写的标书内容想做调整，可以选中标书内容，然后选择重写”“扩写”“缩写”，AI会根据填写的要求对选中的内容进行调整。在AI助手对话框中，用户可查看调整后的内容，根据实际情况选择“接收”或者“拒绝”。

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

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

（2）、图库：用户可在标书里插入想要的图片。本地图库为用户上传在本地的图片库。网络图库是联网搜索的图片，用户可输入关键词搜索，在搜索结果中选择合适的图片进行插入。

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

（3）、知识库：用户可查询自己在本地上传的知识库素材，选择插入到标书中。

## 4、导出标书

点击“导出”按钮，在弹窗中设置导出格式，如标书封面、标题格式、页眉页脚、水印等，点击“确定”即可。

<figure><img src="/files/tUCFbSgstHNXPmqD21va" 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.stratebid.com/biao-shu-sheng-cheng/zhi-neng-bian-biao/bian-xie-ji-shu-biao.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.
