> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/changelog/2026/12-january-smart-forms-us-ssn-and-workflow-updates.md).

# 12 Jan: Smart Forms & SSN

This release enhances data capture and workflow execution across verification journeys, introducing Smart Forms, adding US SSN verification to strengthen identity coverage in the United States, and improving workflow configuration and templates to help teams deploy best-practice journeys faster.

### **New features**

* [Smart Forms](/documentation/product-guides/compliance-studio/smart-forms.md) is now generally available, enabling teams to build dynamic, workflow-aware forms for collecting customer information. Forms can adapt in real-time based on customer inputs, verification results, and policy requirements, ensuring that only relevant data is requested while maintaining accuracy and compliance.
* [US SSN Verification](/documentation/product-guides/identity-verification/ssn-check.md) was added as a new verification type, enabling organizations to validate customer identities using Social Security Number (SSN) checks as part of identity verification workflows for US-based customers.

### **Improvements**

* **Workflow Templates** aligned to common use cases and industries have been introduced, providing pre-configured workflows based on best practices. These templates help teams get started faster, reduce setup time, and ensure workflows are designed in line with regulatory and jurisdictional requirements.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.complycube.com/documentation/changelog/2026/12-january-smart-forms-us-ssn-and-workflow-updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
