> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management.md).

# Gerenciamento de conectividade

- [Conectividade](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/connectivity.md): Aprenda sobre as soluções de conectividade usadas na Digibee Integration Platform
- [Zero Trust Network Access (ZTNA)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna.md): Aprenda como o ZTNA funciona na Digibee Integration Platform e como você pode usá-lo.
- [Introdução ao ZTNA](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/introduction-to-ztna.md): Uma nova era em segurança e conectividade
- [Requisitos para usar o ZTNA](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/prerequisites-ztna.md): Saiba mais sobre os requisitos para usar a tecnologia ZTNA na Digibee Integration Platform.
- [Como visualizar conexões (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/view-connections.md): Aprenda a visualizar suas conexões ZTNA na Digibee Integration Platform
- [Como visualizar Network Mappings associados com um Edge Router](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/associated-network-mappings.md): Aprenda como visualizar a lista de Network Mappings associados com um Edge Router.
- [Como adicionar novas conexões em ZTNA (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/new-connections.md): Aprenda a criar novas conexões (Edge Router) em ZTNA na Digibee Integration Platform
- [Como deletar conexões em ZTNA (Edge Routers)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/delete-connections.md): Aprenda como excluir uma conexão (Edge Router) do seu banco de dados.
- [Como visualizar rotas (Network mapping)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/view-routes.md): Aprenda a visualizar suas rotas (Network mapping) de ZTNA na Digibee Integration Platform
- [Como adicionar novas rotas (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/new-routes.md): Aprenda como adicionar novas rotas (Network mapping) para ZTNA na Digibee Integration Platform
- [Como adicionar rotas em lote para ZTNA](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/routes-batch.md): Aprenda como adicionar múltiplas rotas (Network Mappings) em lote para ZTNA.
- [Como editar rotas (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/edit-routes.md): Aprenda a editar rotas (Network mapping) de ZTNA na Digibee Integration Platform
- [Como deletar rotas (Network Mapping)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/delete-routes.md): Aprenda como excluir suas rotas ZTNA (Network Mapping)
- [Como gerar novas chaves (Edge Router)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/new-keys.md): Aprenda como gerar novas chaves para conexões ZTNA
- [Como mudar o ambiente dos Edge Routers](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/change-env.md): Aprenda como alterar o ambiente para suas conexões ZTNA
- [Fluxo Inverso (Inverse Flow) de ZTNA](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/ztna-inverse-flow.md): Saiba como usar o Fluxo Inverso (Inverse Flow) de ZTNA na Digibee Integration Platform
- [Como adicionar um Load Balancer em um Fluxo Inverso de ZTNA na Digibee](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/ztna-inverse-flow/inverse-load-balancer.md): Aprenda a configurar um Load Balancer em um Fluxo Inverso de ZTNA na Digibee Integration Platform.
- [Grupos de ZTNA](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/ztna/ztna-groups.md): Aprenda a criar grupos ZTNA para seus Edge Routers.
- [Virtual Private Network (VPN)](https://docs.digibee.com/documentation/developer-guide/pt-br/connectivity-management/vpn.md): Aprenda como a VPN funciona na Plataforma de Integração Digibee e como você pode usá-la.


---

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