> ## Documentation Index
> Fetch the complete documentation index at: https://gnosispay-feat-changelog-feature.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get signature data for account setup

> Returns the domain, types, and message objects needed for EIP-712 typed data signing.
This is typically used to prepare the data that needs to be signed by the user's wallet
to set up account allowances and delays.

The response contains structured data compatible with the EIP-712 signature standard.
After obtaining this data and signing it with the user's wallet, the signature can be
sent to the `/api/v1/account/deploy-safe-modules` endpoint to complete the setup process.

Prerequisites:
- User must have a deployed Safe account
- The Safe account must have a currency set (via `/api/v1/safe/set-currency`)


