> For the complete documentation index, see [llms.txt](https://docs.idlayr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idlayr.com/changelog/readme/2026-04-09-network-access-management.md).

# Updated Network Access Management (2026-04-09)

{% hint style="info" %}
**API** · 2026-04-09
{% endhint %}

We have introduced an update to network access management, making network availability explicitly defined per project. This improves control, predictability, and alignment with carrier approvals.

### Enhanced Network Access Control

We are introducing a significant improvement to how network access is managed within the IDlayr platform. This update brings a more structured, transparent, and reliable approach to network enablement, ensuring that access to mobile networks is explicitly defined at the project level.

By moving from implicit access to explicit configuration, this enhancement gives you greater control over which networks your applications can use, while maintaining the same integration experience.

### What's New

Network access is now governed by a dedicated configuration layer, allowing networks to be explicitly enabled per project. This ensures that only the networks relevant to your use case are available, with full visibility and control.

This model introduces a clear separation between:

* Platform reachability — networks that can be accessed technically
* Project enablement — networks that are available for your specific integration

### Key Benefits

* **Greater Control** — define exactly which networks are available for each project, eliminating unintended access.
* **Improved Predictability** — ensure consistent and reliable behavior across environments and integrations.
* **Stronger Compliance** — align network access with carrier approvals and commercial agreements.
* **Enhanced Visibility & Diagnostics** — receive clear, actionable feedback when a network is unavailable, making troubleshooting easier.

### What This Means for You

* Your existing integrations continue to work as before.
* Network access becomes more explicit and transparent.
* You can view and verify your configuration directly in the Enterprise Portal.

### Rollout Approach

This enhancement is being introduced gradually to ensure a smooth transition. Each project is carefully reviewed and configured in advance, minimizing any impact on existing workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.idlayr.com/changelog/readme/2026-04-09-network-access-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
