> For the complete documentation index, see [llms.txt](https://docs.ai.insly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ai.insly.com/nora/configuration-guide.md).

# Configuration guide

Formflow has first-party integration support for Insly Ledger. The integration allows for:

* manual or automatic export of submissions
* [email follow-up](/nora/configuration-guide/set-up-email-follow-ups.md) functionality with auto-export
* token sharing and federated authentication for Insly Agents

To configure it, navigate to the settings page and locate the custom integration settings. You will want to add a block with `type: "ledger"` defined, for example:

```json
[
  {
    "type": "ledger",
    "settings": {
      "scope": "auth/tenant",
      "tenant": "tenant",
      "baseUrl": "https://tenant.app.beta.insly.training",
      "clientId": "xxxredactedxxx",
      "clientSecret": "xxxredactedxxxxxxredactedxxx"
    }
  },
  // other integration blocks
]
```
