Assessments are structured questionnaires you fill in periodically — per app, per release, per audit. Each template scores answers and feeds the result into the Risk Dashboard and Compliance heatmap.Documentation Index
Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Concepts
| Model | What it represents |
|---|---|
| AssessmentTemplate | The questionnaire definition. Ordered sections, ordered questions, scoring weights. |
| Assessment | One filled-in (or in-progress) instance of a template, scoped to an app or org. |
Building a template
Add sections
Sections group related questions. They render as collapsible blocks when the assessment is taken.
Add questions
Each question has: type (yes/no, multi-choice, free-text), weight, and an optional conditional reveal rule.
Define the scoring
Map each answer to a numeric value. The template score is sum of (answer value × question weight).
Taking an assessment
The take-assessment drawer renders the template progressively:- Conditional questions appear only after their trigger answer is selected
- Progress bar at the top
- Save-as-draft button to leave and resume later
- Submit button only enabled when all required questions are answered
Use cases
Pre-deployment review
Run an “AI release readiness” template against each app before promoting to production.
Quarterly risk review
A “risk review” template per app, scheduled by the GRC team.
Vendor model intake
A “third-party model assessment” template that gates onboarding of new providers.
Compliance attestation
Framework-specific templates that produce evidence-ready answers (EU AI Act, NIST RMF).
API
| Endpoint | Use |
|---|---|
GET /api/assessments/templates | List templates. |
POST /api/assessments/templates | Create. |
GET /api/assessments | List assessments (draft + submitted). |
POST /api/assessments | Start a new assessment from a template. |
POST /api/assessments/{id}/submit | Submit final answers. |
Related resources
Risk Dashboard
Assessment scores are one input to the risk score.
Evidence
Submitted assessments can be promoted to evidence.

