# Access Controls - ACLs

Access Controls (ACLs) are a powerful component of the Netmaker platform, which give Zero Trust functionalities, determining which resources have access to which other resources, on specified ports and IPs, as well as defining directionality.

If you have deployed multiple use cases within a single network, you will want to use Access Controls to segment these use cases.

For example, if you have defined remote access to multiple sites, different groups of users might need access to only one of those sites, and should not have access to the others. This can be managed with Access Controls.

You can learn more about configuring ACLs in the following documentation.

{% content-ref url="/pages/4a837ecb1ded1e8e068932cda021b360b01fc9c6" %}
[ACLs - Access Controls](/features/acls-access-controls.md)
{% endcontent-ref %}

{% content-ref url="/pages/5J0GVggi06EWWuAb3UbC" %}
[How to Manage Access Controls - ACLs](/getting-started/walkthrough/how-to-manage-access-controls-acls.md)
{% endcontent-ref %}

## Next Steps

We did not mention configuring Routers in the previous sections, which we will cover in the next. We'll will walk through setting up site-to-site connectivity using Netmaker. There are two primary approaches to this, using WireGuard configuration files, or using the Netclient.


---

# 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://learn.netmaker.io/getting-started/operations-field-guide/access-controls-acls.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.
