# Connectivity management

- [Connectivity](https://docs.digibee.com/documentation/developer-guide/connectivity-management/connectivity.md): Learn more about the connectivity solutions used on the Digibee Integration Platform.
- [Zero Trust Network Access (ZTNA)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna.md): Learn how ZTNA works on the Digibee Integration Platform and how you can use it.
- [Introduction to ZTNA](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/introduction-to-ztna.md): A new era in security and connectivity
- [Requirements for using ZTNA](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/prerequisites-ztna.md): Learn about the requirements for using ZTNA technology on the Digibee Integration Platform.
- [How to view connections (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/view-connections.md): Learn how to visualize your ZTNA connections on Digibee Integration Platform
- [How to view the Network Mappings associated with an Edge Router](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/associated-network-mappings.md): Learn how to see the list of Network mappings associated with an Edge Router.
- [How to add new ZTNA connections (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/new-connections.md): Learn how to create new ZTNA connections on the Digibee Integration Platform
- [How to delete connections (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/delete-connections.md): Learn how to delete a connection from your database.
- [How to view routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/view-routes.md): Learn how to visualize your ZTNA routes on Digibee Integration Platform
- [How to add new routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/new-routes.md): Learn how to add new routes (Network mapping) for ZTNA on Digibee Integration Platform
- [How to add routes in batch for ZTNA](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/routes-batch.md): Learn how to add multiple routes (Network Mappings) in batch for ZTNA.
- [How to edit routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/edit-routes.md): Learn how to edit ZTNA routes in the Digibee Integration Platform
- [How to delete routes (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/delete-routes.md): Learn how to delete your ZTNA routes (Network Mapping)
- [How to generate new keys (Edge Router)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/new-keys.md): Learn how to generate new keys for ZTNA connections
- [How to change the environment of Edge routers](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/change-env.md): Learn how to change the environment for your ZTNA connections
- [ZTNA Inverse Flow](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/ztna-inverse-flow.md): Learn how to use ZTNA Inverse Flow on the Digibee Integration Platform.
- [How to add a Load Balancer to a ZTNA Inverse Flow on Digibee](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/ztna-inverse-flow/inverse-load-balancer.md): Learn how to configure a Load Balancer in a ZTNA Inverse Flow on the Digibee Integration Platform.
- [ZTNA Groups](https://docs.digibee.com/documentation/developer-guide/connectivity-management/ztna/ztna-groups.md): Learn how to create ZTNA groups for your Edge Routers.
- [Virtual Private Network (VPN)](https://docs.digibee.com/documentation/developer-guide/connectivity-management/vpn.md): Learn how VPN works on the Digibee Integration Platform and how you can use it.


---

# 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.digibee.com/documentation/developer-guide/connectivity-management.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.
