Skip to content

Quick Start

This guide walks you from signup to your first verified output. It assumes you are using VeraFrame Cloud (SaaS). Integration customers should see the Integration overview instead.

1. Create an account

  1. Go to veraframe.io and click Sign up.
  2. Choose a plan and complete checkout. Billing is handled by Stripe.
  3. After checkout, follow the activation link in your email to create the first admin user for your tenant.
  4. Sign in at your tenant login page.

Once signed in, you land on the tool. Your admin account can also access the Admin dashboard from the top-right menu.

2. Add some source material

Source material is the ground truth VeraFrame validates against. Without source material, there is nothing to verify.

  1. In the Admin dashboard, open Sources.
  2. Click New source group and give it a label (for example, pricing, contracts, product-specs).
  3. Upload one or more files (PDF, Word, Excel, plain text). VeraFrame indexes them automatically.
  4. Optionally mark the group as default so it is preselected on every request.

For a richer setup (REST API-backed sources, multiple groups), see Managing source groups.

3. Run your first verification

  1. Open the main tool view.
  2. Select the Generate mode.
  3. Type a request, for example:

    “Summarize our current pricing for mid-market customers and list the standard payment terms.”

  4. Under Source material, select the group you created.
  5. Click Run.

VeraFrame generates the output and validates every factual claim against your source material. The result is displayed together with a trust report.

4. Read the trust report

Each claim in the output is tagged:

  • Verified — green — found in the source with a direct quote and normalized value
  • Needs review — amber — could not be verified (may still be correct, but you need to check)
  • Mismatch / Fabricated — red — conflicts with the source, or not supported by any source
  • Missing — gray — the source did not contain information the request asked for

Click any claim to see the exact passage in the source material that supports or contradicts it.

5. Correct findings, revalidate, publish

For each finding you can:

  • Approve — mark the claim as acceptable for publication
  • Override — keep the claim even though the source disagreed (you know better in this case)
  • Edit the output — rewrite the disputed passage and run validation again

Once the trust report looks right, export the document as PDF, Word, or Excel from the top-right menu, or use the API endpoint for programmatic integration.

What next