{% extends "base.html" %} {% block title %}Collections — Document Intelligence — ICDEV™{% endblock %} {% block content %}
CUI // SP-CTI

🗂️ Collections

Organize documents into collections · manage team access · track freshness

← Back to DIC
{% for c in collections %} {% else %} {% endfor %}
Name Docs Classification Owner Retention Team Actions
{{ c.name }} {{ c.doc_count }} {{ c.classification }} {{ c.owner_id or '—' }} {{ c.retention_days }}d {{ c.team_size }} member(s) Search
No collections yet — create one or upload documents to get started.
{% set iqe_canvas = "dic" %} {% set iqe_api_route = "/document-intelligence/api/iqe-query" %} {% set iqe_title = "IQE Query — Collections" %} {% set iqe_examples = [ {"label": "All collections", "query": "foreach c in dic.collections select c.name, c.collection_id"}, {"label": "Documents in collection", "query": "foreach d in dic.documents where d.collection_id == \"default\" select d.title, d.created_at"} ] %} {% include "includes/iqe_query_widget.html" %} {% endblock %}