@@ -12,70 +12,96 @@ import styles from './category-page.module.css';
1212 <p >Use these task-focused guides when you need to complete a specific API or migration workflow.</p >
1313</div >
1414
15- <div className = { styles .cardGrid } >
16- <a className = { styles .card } href = " /docs/how-tos/api-add-documents" >
17- <p className = { styles .eyebrow } >Documents</p >
18- <h2 >Add Documents</h2 >
19- <p >Add documents through the FormKiQ API.</p >
20- </a >
21- <a className = { styles .card } href = " /docs/how-tos/api-add-document-tags" >
22- <p className = { styles .eyebrow } >Metadata</p >
23- <h2 >Add Document Tags</h2 >
24- <p >Attach tags and metadata to documents for organization and retrieval.</p >
25- </a >
26- <a className = { styles .card } href = " /docs/how-tos/api-document-search" >
27- <p className = { styles .eyebrow } >Search</p >
28- <h2 >Search Documents</h2 >
29- <p >Search documents through API-driven query workflows.</p >
30- </a >
31- <a className = { styles .card } href = " /docs/how-tos/api-document-actions" >
32- <p className = { styles .eyebrow } >Automation</p >
33- <h2 >Add Document Actions</h2 >
34- <p >Trigger and inspect document processing actions.</p >
35- </a >
36- <a className = { styles .card } href = " /docs/how-tos/jwt-authentication-token" >
37- <p className = { styles .eyebrow } >Authentication</p >
38- <h2 >Get a JWT Authentication Token</h2 >
39- <p >Get a JWT token for API requests and Postman-based testing.</p >
40- </a >
41- <a className = { styles .card } href = " /docs/how-tos/manage-users-and-groups" >
42- <p className = { styles .eyebrow } >Administration</p >
43- <h2 >Manage Users and Groups</h2 >
44- <p >Create users, assign groups, and set site permissions.</p >
45- </a >
46- <a className = { styles .card } href = " /docs/how-tos/manage-api-keys" >
47- <p className = { styles .eyebrow } >Integration</p >
48- <h2 >Manage API Keys</h2 >
49- <p >Create, use, rotate, and revoke API keys for server-side integrations.</p >
50- </a >
51- <a className = { styles .card } href = " /docs/how-tos/folder-permissions-and-sharing" >
52- <p className = { styles .eyebrow } >Access Control</p >
53- <h2 >Folder Permissions and Sharing</h2 >
54- <p >Create folders, assign permissions, and share folders with groups.</p >
55- </a >
56- <a className = { styles .card } href = " /docs/how-tos/document-versioning-checkout-legal-hold" >
57- <p className = { styles .eyebrow } >Lifecycle</p >
58- <h2 >Versioning, Checkout, and Legal Hold</h2 >
59- <p >Inspect versions, restore a version, check out a document, and apply legal hold.</p >
60- </a >
61- <a className = { styles .card } href = " /docs/how-tos/webhooks-end-to-end" >
62- <p className = { styles .eyebrow } >Automation</p >
63- <h2 >Webhooks End-to-End</h2 >
64- <p >Create and test webhook intake workflows.</p >
65- </a >
66- <a className = { styles .card } href = " /docs/how-tos/ocr-full-text-search-pipeline" >
67- <p className = { styles .eyebrow } >Search</p >
68- <h2 >OCR and Full-Text Search Pipeline</h2 >
69- <p >Run OCR, inspect extracted text, add full-text content, and search it.</p >
70- </a >
71- <a className = { styles .card } href = " /docs/how-tos/audit-user-activity-reporting" >
72- <p className = { styles .eyebrow } >Governance</p >
73- <h2 >Audit and User Activity Reporting</h2 >
74- <p >Retrieve document, user, and resource activity for audit workflows.</p >
75- </a >
76- <a className = { styles .card } href = " /docs/how-tos/migration-core-to-enterprise" >
77- <p className = { styles .eyebrow } >Migration</p >
78- <h2 >Migrate Documents from Core to Enterprise</h2 >
79- <p >Migrate data between FormKiQ Core and Enterprise environments.</p >
80- </a >
15+ <div className = { styles .section } >
16+ <h2 >Authentication & Access</h2 >
17+ <div className = { styles .cardGrid } >
18+ <a className = { styles .card } href = " /docs/how-tos/jwt-authentication-token" >
19+ <p className = { styles .eyebrow } >Authentication</p >
20+ <h2 >Get a JWT Authentication Token</h2 >
21+ <p >Get a JWT token for API requests and Postman-based testing.</p >
22+ </a >
23+ <a className = { styles .card } href = " /docs/how-tos/manage-api-keys" >
24+ <p className = { styles .eyebrow } >Integration</p >
25+ <h2 >Manage API Keys</h2 >
26+ <p >Create, use, rotate, and revoke API keys for server-side integrations.</p >
27+ </a >
28+ <a className = { styles .card } href = " /docs/how-tos/manage-users-and-groups" >
29+ <p className = { styles .eyebrow } >Administration</p >
30+ <h2 >Manage Users and Groups</h2 >
31+ <p >Create users, assign groups, and set site permissions.</p >
32+ </a >
33+ <a className = { styles .card } href = " /docs/how-tos/folder-permissions-and-sharing" >
34+ <p className = { styles .eyebrow } >Access Control</p >
35+ <h2 >Folder Permissions and Sharing</h2 >
36+ <p >Create folders, assign permissions, and share folders with groups.</p >
37+ </a >
38+ </div >
39+ </div >
40+
41+ <div className = { styles .section } >
42+ <h2 >Documents & Metadata</h2 >
43+ <div className = { styles .cardGrid } >
44+ <a className = { styles .card } href = " /docs/how-tos/api-add-documents" >
45+ <p className = { styles .eyebrow } >Documents</p >
46+ <h2 >Add Documents</h2 >
47+ <p >Add documents through the FormKiQ API.</p >
48+ </a >
49+ <a className = { styles .card } href = " /docs/how-tos/api-add-document-tags" >
50+ <p className = { styles .eyebrow } >Metadata</p >
51+ <h2 >Add Document Tags</h2 >
52+ <p >Attach tags and metadata to documents for organization and retrieval.</p >
53+ </a >
54+ <a className = { styles .card } href = " /docs/how-tos/api-document-search" >
55+ <p className = { styles .eyebrow } >Search</p >
56+ <h2 >Search Documents</h2 >
57+ <p >Search documents through API-driven query workflows.</p >
58+ </a >
59+ <a className = { styles .card } href = " /docs/how-tos/document-versioning-checkout-legal-hold" >
60+ <p className = { styles .eyebrow } >Lifecycle</p >
61+ <h2 >Versioning, Checkout, and Legal Hold</h2 >
62+ <p >Inspect versions, restore a version, check out a document, and apply legal hold.</p >
63+ </a >
64+ </div >
65+ </div >
66+
67+ <div className = { styles .section } >
68+ <h2 >Automation & Processing</h2 >
69+ <div className = { styles .cardGrid } >
70+ <a className = { styles .card } href = " /docs/how-tos/api-document-actions" >
71+ <p className = { styles .eyebrow } >Automation</p >
72+ <h2 >Add Document Actions</h2 >
73+ <p >Trigger and inspect document processing actions.</p >
74+ </a >
75+ <a className = { styles .card } href = " /docs/how-tos/webhooks-end-to-end" >
76+ <p className = { styles .eyebrow } >Automation</p >
77+ <h2 >Webhooks End-to-End</h2 >
78+ <p >Create and test webhook intake workflows.</p >
79+ </a >
80+ <a className = { styles .card } href = " /docs/how-tos/ocr-full-text-search-pipeline" >
81+ <p className = { styles .eyebrow } >Search</p >
82+ <h2 >OCR and Full-Text Search Pipeline</h2 >
83+ <p >Run OCR, inspect extracted text, add full-text content, and search it.</p >
84+ </a >
85+ </div >
86+ </div >
87+
88+ <div className = { styles .section } >
89+ <h2 >Operations, Audit & Migration</h2 >
90+ <div className = { styles .cardGrid } >
91+ <a className = { styles .card } href = " /docs/how-tos/audit-user-activity-reporting" >
92+ <p className = { styles .eyebrow } >Governance</p >
93+ <h2 >Audit and User Activity Reporting</h2 >
94+ <p >Retrieve document, user, and resource activity for audit workflows.</p >
95+ </a >
96+ <a className = { styles .card } href = " /docs/how-tos/set-up-status-monitoring-and-alerting" >
97+ <p className = { styles .eyebrow } >Operations</p >
98+ <h2 >Status Monitoring and Alerting</h2 >
99+ <p >Set up availability checks, AWS service metrics, failed processing alerts, and alert routing.</p >
100+ </a >
101+ <a className = { styles .card } href = " /docs/how-tos/migration-core-to-enterprise" >
102+ <p className = { styles .eyebrow } >Migration</p >
103+ <h2 >Migrate Documents from Core to Enterprise</h2 >
104+ <p >Migrate data between FormKiQ Core and Enterprise environments.</p >
105+ </a >
106+ </div >
81107</div >
0 commit comments