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: