> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-zh.cn/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="打开 Playground" 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">
  在 Playground 中使用 **[Polly](/langsmith/polly)**，借助 AI 辅助优化提示、生成工具并创建输出模式。
</Callout>

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

***

<div className="source-links">
  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/i18n\zh-CN\langsmith\prompt-engineering.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
