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

# 提示工程

以下部分将帮助您创建、管理和优化您的提示：

<Columns cols={3}>
  <Card title="回顾核心概念" icon="info-circle" href="/langsmith/prompt-engineering-concepts" arrow="true">
    阅读 LangSmith 中提示工程的定义和关键术语。
  </Card>

  <Card title="创建和更新提示" icon="edit" href="/langsmith/create-a-prompt" arrow="true">
    通过 UI 或 SDK 构建提示，配置设置，使用工具，添加多模态输入，并连接模型提供商。
  </Card>

  <Card title="管理提示" icon="tags" href="/langsmith/manage-prompts" arrow="true">
    使用标签进行组织，提交更改，触发 Webhook，并通过公共提示中心进行共享。
  </Card>

  <Card title="探索提示中心" icon="folders" href="/langsmith/manage-prompts#public-prompt-hub" arrow="true">
    浏览和管理提示标签，并从 LangChain Hub 发现社区提示。
  </Card>

  <Card title="打开演练场" icon="test-pipe" href="/langsmith/prompt-engineering-concepts#playground" arrow="true">
    使用自定义端点和模型配置来测试和实验提示。
  </Card>

  <Card title="学习教程" icon="notebook" href="/langsmith/optimize-classifier" arrow="true">
    学习分步技术，例如优化分类器和高级提示工程。
  </Card>
</Columns>

<Callout type="info" icon="feather">
  在演练场中使用 **[Polly](/langsmith/polly)** 来优化提示、生成工具，并借助 AI 辅助创建输出模式。
</Callout>

<Note>
  要设置 LangSmith 实例，请访问[平台设置部分](/langsmith/platform-setup)以选择云、混合或自托管。所有选项均包含可观测性、评估、提示工程和部署。
</Note>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [将这些文档连接](/use-these-docs)到 Claude、VSCode 等，通过 MCP 获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/langsmith/prompt-engineering.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
