Skip to content

Commit 7126095

Browse files
Moved prompting to a separate page
1 parent 50e51e5 commit 7126095

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Prompt Management
3+
pcx_content_type: navigation
4+
order: 1
5+
sidebar:
6+
order: 8
7+
group:
8+
badge: Beta
9+
---
10+
11+
Effective communication with AI models hinges on well-crafted prompts. Even small changes in wording or structure can influence model responses and impact performance.
12+
13+
This process of refining prompts, known as prompt engineering, is essential to producing correct outputs. It involves providing clear instructions, iterative testing, and analyzing model responses to check prompt performance. This is where prompt management comes in.
14+
15+
Prompt Management feature simplifies the process of creating, editing, and testing prompts, ensuring that your AI applications perform at their best. You can:
16+
17+
- Create, manage, and version prompts across your gateways.
18+
- Keep track of changes and who made them.
19+
- Store and deploy prompts without hard-coding them into applications.
20+
- Evaluate prompt performance using [AI Gateway's Evaluations](/ai-gateway/evaluations/), including speed, cost, and performance.
21+
22+
[Learn how to create and manage prompts](/ai-gateway/prompt-management/prompt-management/) next.

src/content/docs/ai-gateway/configuration/prompt-management.mdx renamed to src/content/docs/ai-gateway/prompt-management/prompt-management.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
pcx_content_type: configuration
3-
title: Prompt Management
3+
title: Set up Prompts
44
sidebar:
55
order: 8
66
---
77

8-
Prompts are essential for fine-tuning AI model behavior, where even small changes in wording can significantly impact responses. AI Gateway makes it easy for developers to create, manage, and optimize prompts at scale, improving application performance and user experiences.
9-
108
## How to create a prompt
119

12-
Creating prompts in AI Gateway is done via the Cloudflare Dashboard or API.
10+
Creating prompts in AI Gateway is done via the Cloudflare Dashboard.
1311

1412
### Using the Dashboard:
1513

0 commit comments

Comments
 (0)