> ## Documentation Index
> Fetch the complete documentation index at: https://enterprise-docs.dify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 步骤三：发布知识流水线

完成知识流水线的编排和调试后，点击**发布**并在弹窗中点击**确认**，即成功发布知识流水线。

<div style={{display: 'flex', flexWrap: 'wrap', gap: '30px'}}>
  <div style={{flex: 1, minWidth: '200px'}}>
    <img src="https://mintcdn.com/dify-4171f9f9/vMKCXdVD-5Kdilzi/images/knowledge-base/create-knowledge-pipeline-12-1.png?fit=max&auto=format&n=vMKCXdVD-5Kdilzi&q=85&s=c3384f85b44a07fd097ec4ba4c6b7681" alt="发布确认" width="684" height="648" data-path="images/knowledge-base/create-knowledge-pipeline-12-1.png" />
  </div>

  <div style={{flex: 2, minWidth: '300px'}}>
    <img src="https://mintcdn.com/dify-4171f9f9/vMKCXdVD-5Kdilzi/images/knowledge-base/create-knowledge-pipeline-12.png?fit=max&auto=format&n=vMKCXdVD-5Kdilzi&q=85&s=39c1066a60fee46777e906f016da79ee" alt="发布成功" width="1280" height="571" data-path="images/knowledge-base/create-knowledge-pipeline-12.png" />
  </div>
</div>

<Warning>
  **注意：知识流水线发布后，分段结构无法进行修改。**
  由于分段结构会影响知识库的存储方式和检索召回策略，为确保数据一致性和用户体验，当前每个知识库仅支持**一种分段结构**。
</Warning>

<div style={{display: 'flex', flexWrap: 'wrap', gap: '30px'}}>
  <div style={{flex: 2, minWidth: '200px'}}>
    <img src="https://mintcdn.com/dify-4171f9f9/vMKCXdVD-5Kdilzi/images/knowledge-base/create-knowledge-pipeline-13.png?fit=max&auto=format&n=vMKCXdVD-5Kdilzi&q=85&s=83b7b0fe8eb741bb8e225238d23009f6" alt="发布完成" width="694" height="746" data-path="images/knowledge-base/create-knowledge-pipeline-13.png" />
  </div>

  <div style={{flex: 3, minWidth: '300px'}}>
    成功发布后，你可以进行如下操作：<br /><br />

    **添加文档（Go to add documents)**\
    点击此选项可以跳转到知识库选择数据源界面，你可以直接上传文档。<br /><br />

    **访问 API（Access API Reference)**
    前往 API 文档页面，你可以获取知识库的 API 调用方法和说明。<br /><br />

    **发布为流水线（Publish as a Knowledge Pipeline)**\
    你可以点击发布为知识流水线将该流水线保存为可复用的模版，该模版将出现在自定义模版中。
  </div>
</div>
