> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webagent.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrate with n8n

> Our n8n community node is now available 🚀 

<img src="https://mintcdn.com/webagent/cAV0xGVbWBt6tXr-/images/n8n-integration-cover.png?fit=max&auto=format&n=cAV0xGVbWBt6tXr-&q=85&s=78f5f1ababce86e69245b7e45827af1d" alt="N8n Integration Cover Pn" width="3024" height="1640" data-path="images/n8n-integration-cover.png" />

## Get started

[Webagent n8n nodes](https://www.npmjs.com/package/@webagent-cloud/n8n-nodes-webagent) are available for **self-hosted** n8n.

```
@webagent-cloud/n8n-nodes-webagent
```

### GUI installation

> Referring to [n8n documentation](https://docs.n8n.io/integrations/community-nodes/installation/gui-install/)

1. Go to **Settings** > **Community Nodes**.
2. Select **Install**.
3. Enter the npm package name \`**@webagent-cloud/n8n-nodes-webagent**\`
4. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes: select **I understand the risks of installing unverified code from a public source.**
5. Select **Install**. n8n installs the node, and returns to the **Community Nodes** list in **Settings**.

### Manual installation

> Referring to [n8n documentation](https://docs.n8n.io/integrations/community-nodes/installation/gui-install/)

Access your Docker shell:

```
docker exec -it n8n sh
```

Create `~/.n8n/nodes` if it doesn't already exist, and navigate into it:

```
mkdir ~/.n8n/nodes
cd ~/.n8n/nodes
```

Install the node:

```
npm i @webagent-cloud/n8n-nodes-webagent
```

Then restart n8n.
