# DocuSign

## Introduction&#x20;

DocuSign is a cloud-based software platform that provides electronic signature technology and digital transaction management services. It enables users to sign, send, and manage documents digitally, eliminating the need for paper-based workflows. This guide will walk you through the steps required to integrate DocuSign with Perimeters.

## Available Features

* Misconfiguration Rules
* Identity Rules
* User Inventory

## Prerequisites

1. A DocuSign account user with the following required privileges or, you can also use DS Admin (Administrator) Account.
2. A DocuSign account ID ( per integration's instance ). The account ID can be found on the account's settings page in the top left corner.

<figure><img src="/files/pbBESk8tMa7efLyD1CL3" alt=""><figcaption></figcaption></figure>

## Required Privileges

<table><thead><tr><th width="247">Scope</th><th>Use</th></tr></thead><tbody><tr><td>account_read</td><td>Read account data.</td></tr><tr><td>organization_read</td><td>Read organization data.</td></tr><tr><td>permission_read</td><td>Read lists of permission profiles associated with an account.</td></tr><tr><td>identity_provider_read</td><td>Read data on already-defined identity providers for an organization.</td></tr><tr><td>domain_read</td><td>Read data on claimed domains for the organization.</td></tr><tr><td>signature</td><td>Read most eSignature settings.</td></tr></tbody></table>

## Onboarding DocuSign in your Perimeters account

1. Go to "Integrations" -> Select "DocuSign" -> Click "+ Add" -> Click "+ Start Integration".
2. **"Environment" -**\
   Select "Production" for production instance and "Sanboxed" for development or sandboxed instance from the dropdown. To find which type instance you are using, login into your eSignature Admin Dashboard. If the URL is "admin.docusign.com" then you are using a production environment and if the URL is "admindemo.docusign.com" then you are using a development or sandboxed instance.
3. **"Account ID" -**\
   Provide your Account ID (can be left empty in case of a single account).
4. **"OAuth" -**\
   Click on the “Sign in with Docusign” button to give perimeters access to your DocuSign instance and complete the onboarding process.

Once you have completed these steps, DocuSign should be successfully integrated with your Perimeters account.

<br>


---

# 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://support.perimeters.io/perimeters-documentation/connecting-perimeters/integrations-for-security-insights/saas-applications/docusign.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.
