> For the complete documentation index, see [llms.txt](https://docs.prove.ly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prove.ly/readme.md).

# Welcome to Provely

`PROOF OF KNOWLEDGE PLATFORM`

## Welcome to the Provely **docs.**

Everything you need to prove your policies are *understood* — not just sent and signed. Set up in under 30 minutes, no procurement call required.

<a href="/pages/YF4xQgSbS1NJ5VW6Vgbu" class="button primary" data-icon="rocket">Quickstart</a> <a href="https://app.provely.example" class="button secondary" data-icon="arrow-up-right-from-square">Launch app</a>

***

`START HERE`

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quickstart</strong></td><td>One team, one policy, one campaign — see your coverage gaps before your next meeting.</td><td><a href="/pages/YF4xQgSbS1NJ5VW6Vgbu">/pages/YF4xQgSbS1NJ5VW6Vgbu</a></td></tr><tr><td><strong>Connect your sources</strong></td><td>Link your identity and policy sources so Provely knows who is in scope for what.</td><td><a href="/pages/GKMONi1GIqn3mrHvWIZ5">/pages/GKMONi1GIqn3mrHvWIZ5</a></td></tr><tr><td><strong>Run a campaign</strong></td><td>An acknowledgment is a click. A verification is a record. Run your first one.</td><td><a href="/pages/O8nbPfaLwfH0BHdpvp34">/pages/O8nbPfaLwfH0BHdpvp34</a></td></tr></tbody></table>

`GO DEEPER`

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Refresh triggers</strong></td><td>Refresh isn't a calendar reminder — it's triggered by time, change, or risk.</td><td><a href="/pages/YRXktTZfELwAbDn44r25">/pages/YRXktTZfELwAbDn44r25</a></td></tr><tr><td><strong>Evidence vault &#x26; audit export</strong></td><td>When the regulator shows up, you're already ready. Export a defensible readiness statement.</td><td><a href="/pages/KXOnZH43LzY3yxxprZBV">/pages/KXOnZH43LzY3yxxprZBV</a></td></tr><tr><td><strong>API &#x26; MCP</strong></td><td>The verification layer other systems — and your own AI agents — call into before they act.</td><td><a href="/pages/2WH1QfjIYYOHcjptobAW">/pages/2WH1QfjIYYOHcjptobAW</a></td></tr></tbody></table>

***

{% hint style="info" %}
**New to Provely?** Compliance proves distribution. It rarely proves *understanding*. That gap is where audits and regulators go looking first — and it's what Provely closes. Start with the [Quickstart](/getting-started/quickstart.md).
{% endhint %}

**Provely** — Proof of Knowledge, continuously assured.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prove.ly/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
