# Digital Ocean

## Connecting to LaunchPal

### Step 1 Get your API Key

* [Signup](https://cloud.digitalocean.com/registrations/new) or [login](https://cloud.digitalocean.com/login) to your DigitalOcean account
* Click the API tab in the menu

![](/files/-MHqIkimKehhH8wGCE70)

* Click to generate a new token

![](/files/-MHqIkincXvJ2Z5eExNt)

* Enter a name for your token and make sure you select to enable Write access

![](/files/-MHqIkioJYZTuyX5gG6T)

* Click to copy your new token. It will only be shown once, so make sure you keep the tab open for the next steps.

![](/files/-MHqIkip6_FXC4YITmNv)

### Step 2 Enter the key in to LaunchPal

* Follow the steps in the [Create your first project guide](https://help.launchpal.com/getting-started/create-your-first-project.html) and select DigitalOcean for the host. When prompted, enter the key you copied in the previous step.

## Disconnecting from LaunchPal

To change your API keys or remove them from LaunchPal completely, just delete the key that you created for access from the API tab in your DigitalOcean Dashboard.

Your servers will remain fully operational and will still show in the LaunchPal API but you will lose access to some key features until you choose to enter a valid API key.


---

# 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://help.launchpal.com/hosts/digital-ocean.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.
