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

# Reference

Lookup material — precise, no narrative. Come here when you already know what you're doing and need the exact contract, role, or configuration rule.

<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>API Reference</strong></td><td>The full endpoint contracts — request/response schemas, error codes, live examples.</td><td><a href="https://dev.blerify.com">https://dev.blerify.com</a></td></tr><tr><td><strong>Portal Roles and Permissions</strong></td><td>The platform-wide role model — who on your team can create and manage rules.</td><td><a href="/pages/cfvZpIjiwEbRpaJbYxDq">/pages/cfvZpIjiwEbRpaJbYxDq</a></td></tr><tr><td><strong>Reference Implementation</strong></td><td>A deployable Next.js app demonstrating the complete integration pattern.</td><td><a href="/pages/7NeUDKqpQVgMPyEplR0Y">/pages/7NeUDKqpQVgMPyEplR0Y</a></td></tr></tbody></table>

## Next steps

[**API Reference**](https://dev.blerify.com) — the endpoint contracts behind every Build guide.

See also: [Create a Verification Rule](/introduction-to-verification/build/create-a-verification-rule.md) — what each rule setting controls, and how it behaves at runtime.


---

# 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.blerify.com/introduction-to-verification/reference.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.
