From 942a53501e9e3c40a674307b8d9d38265b476c1d Mon Sep 17 00:00:00 2001 From: nmoskaleva Date: Tue, 6 Jan 2026 09:41:11 +0100 Subject: [PATCH] Signatures update: expand introduction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The intro didn’t provide enough context for first-time users. It is now updated to include an overview of the Signatures flow and terminology. --- .../signatures/getting-started/index.mdx | 14 +++++++++- src/pages/signatures/index.mdx | 26 ++++++++++++++++--- 2 files changed, 35 insertions(+), 5 deletions(-) diff --git a/src/pages/signatures/getting-started/index.mdx b/src/pages/signatures/getting-started/index.mdx index 7d2d2cea..da85407c 100644 --- a/src/pages/signatures/getting-started/index.mdx +++ b/src/pages/signatures/getting-started/index.mdx @@ -40,7 +40,19 @@ export const pageQuery = gatsbyGraphql` } `; -Below you will find a list of topics to get you started with Idura Signatures: + + +**How to set up a basic signing flow with Idura Signatures API:** + +0. _Prerequisite:_ create an Idura Signatures application to get a set of client credentials. +1. Create a signature order with one or more PDFs for signing. +2. Add one or more signatories. +3. Redirect each signatory to their unique signing link and wait for them to sign. +4. Close the signature order to retrieve the signed PDFs. + + + +Choose a topic below to get started: