> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/administrator-settings.md).

# Administrator Settings

- [Admin Settings](https://support.emsigner.com/administrator-settings/admin-settings.md): Admin Settings in emSigner
- [Manage Departments](https://support.emsigner.com/administrator-settings/admin-settings/manage-departments.md): How does the Admin user manage departments?
- [Manage Templates](https://support.emsigner.com/administrator-settings/admin-settings/manage-templates.md): How do I setup form template using workflow?
- [Template Access](https://support.emsigner.com/administrator-settings/admin-settings/template-access.md): How do I provide access rights to templates for any user or a department?
- [Co-branding](https://support.emsigner.com/administrator-settings/admin-settings/co-branding.md): Do I have an option to customize the look and feel of the application as per my Brand colours?
- [Email Templates](https://support.emsigner.com/administrator-settings/admin-settings/email-templates.md): How ro customize Pre-defined e-mail templates?
- [Activity Log](https://support.emsigner.com/administrator-settings/admin-settings/activity-log.md): How can the user view the Activity log?
- [Custom Status](https://support.emsigner.com/administrator-settings/admin-settings/custom-status.md): How do I configure Custome Status and update that status in Dashboard?
- [FTP Settings](https://support.emsigner.com/administrator-settings/admin-settings/ftp-settings.md): What are FTP Settings and how I can access them in emSigner?
- [Certificate Settings](https://support.emsigner.com/administrator-settings/admin-settings/certificate-settings.md): Can I use the certificate that is hosted on an external server to counter-sign the document?
- [AKV Certificate Upload and Enrollment](https://support.emsigner.com/administrator-settings/admin-settings/certificate-settings/akv-certificate-upload-and-enrollment.md): How does emSigner handle the configuration of multiple AKV certificates for internal users?
- [Time Stamp Settings](https://support.emsigner.com/administrator-settings/admin-settings/time-stamp-settings.md): HOW TO ENABLE TIMESTAMPING AND LONG TERM VALIDITY (LTV) SIGNATURES?
- [Signer Attachment](https://support.emsigner.com/administrator-settings/admin-settings/signer-attachment.md): How to make attachment mandatory for signer.
- [Webhook](https://support.emsigner.com/administrator-settings/admin-settings/webhook.md): What is webhook and how do I configure it in emSigner?
- [Multiple Webhooks](https://support.emsigner.com/administrator-settings/admin-settings/webhook/multiple-webhooks.md): Does emSigner support multiple webhook configurations for different systems?
- [Signature Failover](https://support.emsigner.com/administrator-settings/admin-settings/signature-failover.md)
- [Roles & Permissions](https://support.emsigner.com/administrator-settings/admin-settings/roles-and-permissions.md): What are the various User roles and their functions?
- [How do I assign the Maker role to an Internal User?](https://support.emsigner.com/administrator-settings/admin-settings/roles-and-permissions/how-do-i-assign-the-maker-role-to-an-internal-user.md): Assigning Maker role to an Internal User
- [How do I assign the Checker role to an Internal User?](https://support.emsigner.com/administrator-settings/admin-settings/roles-and-permissions/how-do-i-assign-the-checker-role-to-an-internal-user.md): Assigning Checker role to an Internal User
- [SMTP Settings](https://support.emsigner.com/administrator-settings/admin-settings/smtp-settings.md): Does emSigner provides Custome SMTP and how it can be setup?
- [Password Settings](https://support.emsigner.com/administrator-settings/admin-settings/password-settings.md): How can the Admin create a Custom Password Policy?
- [Storage Connectors](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors.md): STORAGE CONNECTORS FOR DOCSTORE
- [S3 Bucket](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/s3-bucket.md)
- [One Drive](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/one-drive.md)
- [Google Blob Storage](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/google-blob-storage.md)
- [Azure Blob Storage](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/azure-blob-storage.md)
- [SharePoint](https://support.emsigner.com/administrator-settings/admin-settings/storage-connectors/sharepoint.md)
- [Geofencing](https://support.emsigner.com/administrator-settings/admin-settings/geofencing.md): What is Geofencing and how can the emsigner users use this feature?
- [Identity Provider](https://support.emsigner.com/administrator-settings/admin-settings/identity-provider.md): What is an Identity Provider and how to configure it in emSigner application?
- [Steps to configure the App in Okta](https://support.emsigner.com/administrator-settings/admin-settings/identity-provider/steps-to-configure-the-app-in-okta.md): How to configure the emSigner App in Okta and generate the Metadata URL?
- [Trusted Logins](https://support.emsigner.com/administrator-settings/admin-settings/trusted-logins.md): What are Trusted Logins and how can we configure them in the emSigner application?
- [Demographic Verification](https://support.emsigner.com/administrator-settings/admin-settings/demographic-verification.md): What is the purpose of the Demographic Verification against Signing Certificate feature, and why was it introduced?
- [Advanced Settings](https://support.emsigner.com/administrator-settings/admin-settings/advanced-settings.md): How can the Admin user access the Advanced Settings?
- [Configuring APIs](https://support.emsigner.com/administrator-settings/configuring-apis.md)
- [Manage Apps](https://support.emsigner.com/administrator-settings/configuring-apis/manage-apps.md): How can I create and manage App Name and Secret Key?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.emsigner.com/administrator-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
