# Installation and Configuration

## Prerequisites Overview

To successfully integrate using Netacea, please ensure you have:

1. An active Akamai account with access to the Akamai Dashboard.
2. Akamai EdgeWorkers with the Resource Tier of "**Dynamic Compute**". The lower resource tier is not sufficient.
3. Akamai DataStream 2 enabled.

{% hint style="info" %}
Dynamic Compute Edge Workers needs to be included on your on your Akamai Contract and commonly comes with additional costs.

DataStream 2 needs to be included on your Akamai Contract and commonly comes at no extra cost.

To enable these features, get in touch with your Akamai account team.
{% endhint %}

## Getting Started

All actions to complete the installation of the Netacea Bot Protection tool are done within the [Akamai Control Center](https://control.akamai.com/) as an Administrator user.

<figure><img src="/files/vhO7e6ifBfbYmutSV97H" alt=""><figcaption><p>Akamai Control Center</p></figcaption></figure>

## **Configuring Netacea Fail Open XML**

Configuring the below Advanced XML behavior is a critical part of the implementation. This behavior ensures that in the unlikely event the Netacea Protector API fails, your protected properties and websites continue to function normally.

This Fail Open XML is added to properties as part of the [Property Configuration](/netacea-plugin-information/akamai/installation-and-configuration/property-configuration.md#new-rule-blank-rule-template-netacea-fail-open).

Contact your Akamai account representative to add this advanced custom XML block (custom behavior) via Akamai Professional Services:

{% code title="Advanced behaviour XML:" %}

```xml
 <forward:availability.fail-action2>
  <add-header>
      <status>on</status>
      <name>x-ew-failover</name>
      <value>%(PMUSER_FAILOVER_SECRET)</value>
  </add-header>
  </forward:availability.fail-action2>
```

{% endcode %}

{% hint style="danger" %}
The above advanced XML behavior must be added to your Akamai account by Akamai​ Professional Services. Delays to this deployment can impact installation timelines.
{% endhint %}


---

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