> For the complete documentation index, see [llms.txt](https://docufi3d.gitbook.io/docufi3d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docufi3d.gitbook.io/docufi3d/technical-documentation/checklist.md).

# Checklist

### ✅ Docufi3d – Functionality Checklist

#### 🧩 Core Platform Features

| Feature                     | Status | Notes                                                    | Milestone   |
| --------------------------- | ------ | -------------------------------------------------------- | ----------- |
| User Login & Dashboard      | ✅      | Supports OAuth & email login                             | Milestone 1 |
| Document Upload             | ✅      | PDF and image formats supported                          | Milestone 1 |
| PDF Conversion              | ✅      | Auto-converts non-PDFs                                   | Milestone 1 |
| OCR & Text Layer Injection  | ✅      | Adds machine-readable text if missing                    | Milestone 1 |
| Signature Placement Tool    | ✅      | Visual placement of signature fields                     | Milestone 1 |
| Invite Signers              | ✅      | Email-based invitation system                            | Milestone 1 |
| Payment System              | ✅      | EUR and ADA supported (free during trial)                | Milestone 1 |
| Signature Collection        | ✅      | Multi-party with signing order                           | Milestone 1 |
| PDF Sealing                 | ✅      | Final signature seals the document                       | Milestone 1 |
| Blockchain Anchoring        | ✅      | Uses Cardano Metadata Label 1774 for transaction logging | Milestone 1 |
| Confirmation Emails         | ✅      | Sent on key events (signing, sealing)                    | Milestone 1 |
| AES Signatures              | ✅      |                                                          | Milestone 1 |
| QES Signatures              |        |                                                          | Milestone 2 |
| AESB (Biometric)            | ✅      |                                                          | none        |
| QESB (Biometric)            |        |                                                          | Milestone 2 |
| Paypal                      | ✅      |                                                          | Milestone 1 |
| Stripe                      | ✅      |                                                          | Milestone 1 |
| Voucher Code                | ✅      |                                                          | Milestone 1 |
| ADA Payment                 | ✅      |                                                          | Milestone 1 |
| Google SSO                  | ✅      |                                                          | none        |
| Microsoft Azure SSO         | ✅      |                                                          | none        |
| Apple SSO                   | 🔄     | Disabled                                                 | none        |
| Google Drive Connect        | ✅      |                                                          | none        |
| Dropbox Connect             | 🔄     |                                                          | none        |
| Enterprise Account Mangment | 🔄     | Beta                                                     | none        |
| API                         | ✅      |                                                          | none        |
| Invoice Generation          | ✅      |                                                          | none        |
|                             |        |                                                          |             |

***

#### 🤖 AI-Driven Modules

| AI Feature                | Status | Notes                                                                                              | Milestone   |
| ------------------------- | ------ | -------------------------------------------------------------------------------------------------- | ----------- |
| Text Extraction           | ✅      | With OCR fallback                                                                                  | Milestone 1 |
| Text Cleanup              | ✅      | Header/footer detection                                                                            | Milestone 1 |
| Source Language Detection | ✅      | Enables auto-routing for translation                                                               | Milestone 1 |
| Contract Analysis         | ✅      | Clause/risk/obligation detection                                                                   | Milestone 1 |
| Translation               | 🔄     | <p>English, <br>German, <br>Spanish, <br><del>French</del>, <br>Hindi, <br><del>Japanese</del></p> | Milestone 2 |
| Text-to-Speech            | ✅      | English MP3 audio generation                                                                       | Milestone 1 |

***

#### 🔗 Integrations

| Integration             | Status | Notes                    | Milestone   |
| ----------------------- | ------ | ------------------------ | ----------- |
| Mailgun                 | ✅      | For transactional emails | Milestone 1 |
| DeepL                   | ✅      | For AI translation       | Milestone 1 |
| ElevenLabs              | ✅      | For TTS                  | Milestone 1 |
| Swisscom Trust Services | ✅      | For AES/QES signatures   | Milestone 1 |
| Slack                   | ✅      | For logging and alerts   | Milestone 1 |
| Cardano Blockchain      | ✅      | Anchors signature hash   | Milestone 1 |
| Slack Integration       | 🔄     |                          | none        |
| Zapier Integration      | 🔄     |                          | none        |
| Masumi Integration      | 🔄     |                          | none        |


---

# 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://docufi3d.gitbook.io/docufi3d/technical-documentation/checklist.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.
