# Gateway ratios

For every **one Border Gateway** deployed, up to **20 Mesh Gateways** can be deployed, depending on the Site's topology. However, as Mesh Gateways act as repeaters, any number of Mesh Gateways can be deployed on a Site.

Ensure each Mesh Gateway can communicate with at least two other Mesh Gateways. This ensures a reliable Mesh Network in the forest.

{% hint style="info" %}
Additional Border Gateways can be deployed as a backup for the Mesh Network.
{% endhint %}

In the following figure, one Border Gateway (plus a backup Border Gateway) receives communication from 20 Mesh Gateways. Note the connectivity paths between Mesh Gateways. With a few exceptions, each Mesh Gateway connects with at least two other Mesh Gateways.

<figure><img src="/files/HgNr0boMe4gyU3jupJoo" alt="" width="375"><figcaption><p>Ratio of Border Gateways to Mesh Gateways</p></figcaption></figure>

When using the [Planning tool](/dryad-documentation/site-planning/coverage-estimation.md), the **Connectivity tool** helps to ensure Mesh Gateways have multiple paths to the Border Gateway.

<figure><img src="/files/OXi0o3FVKnMXZsY4AQKN" alt="" width="563"><figcaption><p>Mesh Gateway deployment plan using the Planning tool.</p></figcaption></figure>


---

# 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.dryad.app/dryad-documentation/site-planning/planning-guidelines/gateway-ratios.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.
