# Configuration options

There are several configuration options to choose from.

<table data-full-width="false"><thead><tr><th width="231">General parameters</th><th>Explanation</th></tr></thead><tbody><tr><td>Redirecting address (after signature)</td><td><p>To the given redirecting address the following parameters (identyfing process) can be added:</p><ul><li>#email#</li><li>#folderId#</li><li>#timestamp#</li></ul></td></tr><tr><td>Emails send-outs</td><td><ul><li>Supported by Signius</li><li>Supported by BC (Client independently provides links that enable signees documents signing)</li></ul></td></tr><tr><td>Simultaneous signing of all documents in a folder</td><td><ul><li>Allows to sign simultaneously all documents in a folder (without any exception)</li><li>Allows to sign only selected documents</li></ul></td></tr><tr><td>Incentive to set up SIGNIUS account</td><td><ul><li>After signing, it displays a pop-up with information about the possibility of setting up SIGNIUS account</li><li>Without pop-up</li></ul></td></tr><tr><td>Logo file</td><td><ul><li>Signatures of the client's employees accompanied with the clients's company logo</li><li>Without logo</li></ul></td></tr></tbody></table>

<table data-full-width="false"><thead><tr><th width="231">API parameters</th><th>Explanation</th></tr></thead><tbody><tr><td>API account - email address</td><td>It requires providing the email address for the API account</td></tr><tr><td>API account - mobile number</td><td>It requires providing the mobile number for the API account</td></tr><tr><td>Callback URL</td><td>It requires providing URL onto which JSON will be sent (after document signing)</td></tr><tr><td>Callback signature options</td><td><ul><li>Callback after each signature</li><li>Callback only after the last signature</li></ul></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.signius.eu/api/configuration-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
