{% extends "base.html" %} {% block title %}q-ai — Admin{% endblock %} {% block content %}
CONFIGURATION
{% include "partials/assist_section.html" %}
{% set providers = providers_status %} {% include "partials/providers_section.html" %}
DATABASE

Scan Targets

{% if targets %} {% for t in targets %} {% endfor %}
Name Type URI
{{ t.name }} {{ t.type }} {{ t.uri or "—" }}
{% else %}

No targets configured.

{% endif %}

Backup

Download a backup of your database.

Danger Zone

Reset Database

Delete all targets, runs, findings, and evidence. Settings and credentials are preserved.

{% endblock %}