> 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/digitalocean-integration.md).

# DigitalOcean Integration

## Resmo + DigitalOcean Integration Fundamentals

<figure><img src="/files/3WORp9h7doQeB37C3jnK" alt=""><figcaption></figcaption></figure>

Resmo integrates with DigitalOcean to make sure your DigitalOcean environment is safe and compliant.

### What does Resmo offer to DigitalOcean users?

* Collect your directory assets, like CDN endpoints, apps, firewalls, certificates, and more, on a single platform.
* Query your DigitalOcean app, domain, domain records, Kubernetes clusters, and more using SQL and free text search.
* Set up automated security rules to evaluate your DigitalOcean asset security posture.
* Get near real-time notifications of security rule violations to avoid vulnerabilities in time.

### 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 regular polling.

#### Available resources

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

## Integration walkthrough

### How to install

1. Select DigitalOcean on the Integrations page of your Resmo account.
2. Click the Add Integration button at the bottom right corner of the opening modal.
3. Hit the Create button.

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

4. You'll be redirected to DigitalOcean. Accept permissions.&#x20;
5. You are ready! Now you can start querying your DigitalOcean resources!

### How to uninstall

1. Select DigitalOcean on your Integrations page.
2. Navigate to the Connected Integrations tab on the opening modal.
3. Click the DigitalOcean integration you want to uninstall.
4. To temporarily disable the integration, click the **Disable** button from the top right. You can enable it back later on. For permanent deletion, click the Delete button instead. This action cannot be undone.

<figure><img src="/files/AS2t11LO4WnEmQ1ThcGh" 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/digitalocean-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.
