# Prompts

### What You See

Each row shows:

| Column      | Meaning                                           |
| ----------- | ------------------------------------------------- |
| **Slug**    | URL-safe identifier, unique inside the workspace. |
| **Folder**  | Sidebar grouping.                                 |
| **Model**   | Human-facing model hint.                          |
| **Live**    | The version served to `pv_live_` keys.            |
| **Owner**   | Workspace member who created the prompt.          |
| **Updated** | Latest activity time.                             |

If the workspace has no API keys yet, the page links to **Settings -> API keys**.

### Creating a Prompt

Click **New prompt**:

1. Pick a slug such as `support-triage` or `onboarding-email`.
2. Pick or create a folder.
3. Optionally set the model and temperature.
4. Paste or write the initial prompt source.
5. Save the first version.

The first version is always `v1`. Save additional drafts or staging versions after the initial version exists.

### Renaming, Moving, Deleting

These actions happen from the **Editor** tab:

| Operation                | Effect                                                       |
| ------------------------ | ------------------------------------------------------------ |
| Rename slug              | Changes the prompt's identifier.                             |
| Change folder            | Moves the prompt in the sidebar.                             |
| Update model/temperature | Updates the metadata returned by the SDK.                    |
| Delete                   | Removes the prompt and emits a delete event to integrations. |

### Search

The header search finds prompts by slug and folder. Results show each prompt's live label, staging label when present, and whether it has an open draft.


---

# Agent Instructions: 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:

```
GET https://aiso.gitbook.io/promptvault/documentation/dashboard/prompts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
