# Welcome

<mark style="color:$primary;">PromptVault</mark> is a versioned prompt registry. A place to write, review, and ship LLM prompts the way teams ship code.&#x20;

You edit prompts in the dashboard, read them from app code with the SDK, and serve the live or staged version on demand.

> **Edit here, runs there.** PromptVault keeps prompt source and version history in one place while your observability, eval, and audit tools stay connected through integrations.

### What you'll find in these docs

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt" style="color:$primary;">:bolt:</i></h4></td><td><strong>Quickstart</strong></td><td>Set up your workspace and make your first <mark style="color:$primary;">SDK</mark> call.</td><td data-object-fit="fill"><a href="/files/PiJoJKmdKWOxNAOY0xZb">/files/PiJoJKmdKWOxNAOY0xZb</a></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-grid-4" style="color:$primary;">:grid-4:</i></h4></td><td><strong>Dashboard</strong></td><td>Learn the UI. <mark style="color:$primary;">Prompts</mark>, <mark style="color:$primary;">Drafts</mark>, <mark style="color:$primary;">Versions</mark>, <mark style="color:$primary;">Activity</mark>, <mark style="color:$primary;">AI</mark> <mark style="color:$primary;">Evaluator</mark>, <mark style="color:$primary;">Workspace</mark>.</td><td data-object-fit="contain"><a href="/files/DSTS6g54HZ719PEnrAyK">/files/DSTS6g54HZ719PEnrAyK</a></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-globe-pointer" style="color:$primary;">:globe-pointer:</i></h4></td><td><strong>Integrations</strong></td><td>Connect <mark style="color:$primary;">PromptVault</mark> to <mark style="color:$primary;">Langfuse</mark>, <mark style="color:$primary;">Helicone</mark>, <mark style="color:$primary;">Braintrust</mark>, <mark style="color:$primary;">PostHog</mark>, <mark style="color:$primary;">GitHub</mark>, or a <mark style="color:$primary;">webhook</mark>.</td><td data-object-fit="contain"><a href="/files/OlAR5FmGKM8kazFpRbuN">/files/OlAR5FmGKM8kazFpRbuN</a></td><td></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E">/pages/QPzbTvC6XsT5gERiU43E</a></td></tr><tr><td><h4><i class="fa-globe-pointer" style="color:$primary;">:globe-pointer:</i></h4></td><td><strong>SDK</strong></td><td>Fetch prompts from application code with <mark style="color:$primary;"><code>@promptv/sdk</code></mark></td><td data-object-fit="fill"><a href="/files/zmCntzma7ib8H45KeXEe">/files/zmCntzma7ib8H45KeXEe</a></td><td></td><td></td></tr></tbody></table>


---

# 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/readme.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.
