# Installation and Configuration

Cloudflare Workers provide a lightweight JavaScript execution environment that allow for the execution of lightweight rules on the Cloudflare Edge. Netacea’s pre-built Cloudflare Plugin is based on an NPM module that can be deployed within minutes, and utilizes Workers to perform protection actions and stream log data.

The Netacea Cloudflare plugin is incredibly easy to deploy. In most cases, Netacea will compile the Worker on our customer's behalf using Webpack and will provision it with all of the relevant API information needed. All that is then required is for our client is to upload the Worker to Cloudflare.

We are aware, however, that many clients may need to customize the Worker in some way. If this is the case, please [<mark style="color:blue;">contact Netacea</mark>](https://netacea.com/contact-us) to discuss.

### Prerequisites

To successfully integrate using Netacea, please ensure you have:

1. An active Cloudflare account with access to the Cloudflare Dashboard.
2. A “Paid” Cloudflare subscription, in order to avoid any issues with request-limits etc.
3. Access to the Cloudflare Workers product.

### Installation Options

Netacea currently supports two methods to install the Cloudflare integration.

#### Installation via [Wrangler (CLI)](/netacea-plugin-information/cloudflare/installation-and-configuration/installation-via-wrangler-cli.md)

#### Installation via [Cloudflare UI](/netacea-plugin-information/cloudflare/installation-and-configuration/installation-via-cloudflare-ui.md)


---

# 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://docs.netacea.com/netacea-plugin-information/cloudflare/installation-and-configuration.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.
