> For the complete documentation index, see [llms.txt](https://resmocom.gitbook.io/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resmocom.gitbook.io/product/integrations/monosign-integration.md).

# MonoSign Integration

## Resmo + MonoSign Integration Fundamentals

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

Resmo seamlessly integrates with MonoSign to bring complete visibility, security, and compliance over your MonoSign assets, including users, user permissions, user roles, and more.

### What does Resmo offer to MonoSign users?

* Aggregate directory assets like users, user roles, and user permissions from your MonoSign account
* Query your MonoSign users, user roles, user permissions, and more using SQL or free text search.
* Set up automated security rules to continuously evaluate your asset security and compliance.
* Understand resource relationships in graph view.
* Track users, changes, and security and compliance issues in one place.&#x20;

### How does the integration work?

Resmo uses API to do the initial polling and collect existing resources. Following the initial polling, it receives updates and changes in real-time through webhook and regular polling.

#### Available resources

{% embed url="<https://resources.resmo.com/monosign>" %}

## Integration walkthrough

### How to install

1. Select MonoSign on the Integrations page.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. Log in to your MonoSign account on a new tab.

<figure><img src="/files/07SiD3sUga8dNstzYV35" alt=""><figcaption></figcaption></figure>

4. Go to the **MonoSign management page**.

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

5. Navigate to the **Applications page**.

<figure><img src="/files/2WhyCyIvf58svKE9eUZZ" alt=""><figcaption></figcaption></figure>

6. Click on **"API"**.

<figure><img src="/files/4OLkmqZCaTy0AchZENbw" alt=""><figcaption></figcaption></figure>

7. On the API page, click on **"Keys"**.
8. **Copy and paste the Base API URL** to the related field on the setup page.

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

9. Copy and paste the **MonoSign-AppId** to the related field on the setup page.
10. Copy and paste the **MonoSign-AppKey** to the related field on the setup page.
11. Click create.
12. All set! Now you can start running queries on your MonoSign resources.

### How to uninstall

1. Select MonoSign on your Integrations page.
2. Navigate to the Connected Integrations tab on the opening modal.
3. Click the MonoSign integration you want to uninstall.
4. To temporarily pause Resmo from collecting your MonoSign resources, click the Disable button from the top right. For permanent deletion, click the Delete button instead. Disabling can be undone, while deletion cannot.

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


---

# 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://resmocom.gitbook.io/product/integrations/monosign-integration.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.
