{% extends "base.html" %} {% block title %}New discovery — Requivo{% endblock %} {% block content %}

New discovery

Describe the product request in plain words. Requivo separates what's known from what needs clarifying before any document is written.

{% if error %}
{{ error }}
{% endif %}
{% include "_csrf.html" %}

One or several sentences. The messier the request, the more Requivo helps.

Leave blank to derive one from the request.

{% if cards %}
Context cards (sharpen discovery — leave all unchecked to use every card) {% for c in cards %}
{% endfor %}
{% endif %} {% if not provider.available %}

{{ provider.reason }}

{% endif %}
Discovery calls the provider and may take a few seconds.
{% endblock %}