# Linode

{% hint style="warning" %}
Linode have changed their api so we are in the process at investigating whats needed to enable Linode support for new projects. Not all users are affected, and existing projects seem fine at the moment but you may experience issues with change server actions.
{% endhint %}

To use Linode servers for your LaunchPal projects, you will need to generate a API key.

Linode have a [good document explaining the detailed process](https://www.linode.com/docs/platform/api/api-key/). Here is a summary:

* Login to [Account Manager](https://manager.linode.com/) with your Linode account details
* Select the `my profile` link (you will need to reenter your password for security)
* Select the `API keys` tab
* Set a label, for example `launchpal keys`
* I recommend you don't set an expiration time
* Click `Create API Key`
* Copy the API key shown (only once) in the green confirmation box

Screen shots below

![](/files/-MHqIcRCAICzyByq0WjV)

![](/files/-MHqIcREdpvdAgMfSEY6)


---

# 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/linode.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.
