Imagine a document management app, where users can upload a document and ask anyone to sign it. In this case your app will know what document to sign and who needs to sign, but it has no idea where to put the signature or its properties like name, date, initial, and so on. This contrasts with using templates or structured documents where your app knows what they are, and where the signature properties go. In these cases, and because each document can have a different structure, it is a good idea to always set theDocumentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
is_document_preparation_needed flag set to
true, so that the sender has a chance to select and place the signature
properties in the document before the signer gets the request.
There are three steps to this flow, creating the signature request, then
preparing the document, and finally signing it.
This is how the flow looks like:


In Progress.



