# Network Access Control List

Network ACLs enable fine-grained control per client IP address. Leveraging Network ACLs you can create lists to block offending IP addresses or allow certain IP addresses in a protected domain or URL.

### Use case <a href="#use-cases" id="use-cases"></a>

* Offices that restrict access to administrative domains
* Blocking bad actors directly on the edge
* Preventing web scrapping from certain IP addresses
* Bypass Transparent Edge WAF or Bot Mitigation for secure addresses

### Create and manage Network ACLs <a href="#create-and-manage-network-acls" id="create-and-manage-network-acls"></a>

Login into the [dashboard](https://dashboard.transparentcdn.com/) and look for the "**IP Lists**" button section in the left side panel.

This sections allows you to create, delete and modify network ACL lists.

{% content-ref url="/pages/tw88zf56NPEMekRsRrgF" %}
[Initial configuration](/config/network-access-control-list/initial-configuration.md)
{% endcontent-ref %}

{% content-ref url="/pages/LAP66BRDPdmaE2N2JbwU" %}
[Auto generated lists](/config/network-access-control-list/auto-generated-lists.md)
{% endcontent-ref %}

{% content-ref url="/pages/z7FlN32LnojzSymtUjQq" %}
[Manage lists via API](/config/network-access-control-list/manage-lists-via-api.md)
{% endcontent-ref %}


---

# 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.transparentedge.eu/config/network-access-control-list.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.
