diff --git a/src/content/docs/aegis/about/ips-allocation.mdx b/src/content/docs/aegis/about/ips-allocation.mdx
index 03dc710e75924f..51b41a19152417 100644
--- a/src/content/docs/aegis/about/ips-allocation.mdx
+++ b/src/content/docs/aegis/about/ips-allocation.mdx
@@ -9,6 +9,8 @@ head:
---
+import { Render } from "~/components";
+
Cloudflare Aegis supports both IPv4 and IPv6 addresses.
IPv6 address ranges are deployed globally, meaning your Aegis IPv6 addresses can be used for connections from Cloudflare to your origin servers across all Cloudflare data centers.
@@ -23,7 +25,7 @@ Refer to [connection forwarding](/aegis/about/connection-forwarding/) to underst
## Connections to your origin
-Each Aegis IP can support 40,000 concurrent connections per origin IP. For example, if you have one Aegis IP and two origins (A and B), this single Aegis IP can support 40,000 concurrent connections to origin A, while simultaneously supporting 40,000 concurrent connections to origin B.
+
[GraphQL Analytics API](/aegis/analytics/) allows you to get visibility over Aegis IP utilization.
diff --git a/src/content/docs/aegis/analytics.mdx b/src/content/docs/aegis/analytics.mdx
index d78bcf98a64f03..6a96427eacca44 100644
--- a/src/content/docs/aegis/analytics.mdx
+++ b/src/content/docs/aegis/analytics.mdx
@@ -5,9 +5,11 @@ sidebar:
order: 7
---
-import { Type } from "~/components";
+import { Type, Render } from "~/components";
-Use the [GraphQL API](/analytics/graphql-api/) to get aggregate data and monitor your Aegis IPs capacity. As explained in [IPs allocation](/aegis/about/ips-allocation/), each Aegis IP can support 40,000 concurrent connections per origin IP.
+Use the [GraphQL API](/analytics/graphql-api/) to get aggregate data and monitor your Aegis IPs capacity.
+
+
Refer to the GraphQL Analytics API documentation to [get started](/analytics/graphql-api/getting-started/). The specific Aegis schema is called `aegisIpUtilizationAdaptiveGroups`.
diff --git a/src/content/docs/aegis/setup.mdx b/src/content/docs/aegis/setup.mdx
index d91d2764ae5ba2..74cc217d0d8120 100644
--- a/src/content/docs/aegis/setup.mdx
+++ b/src/content/docs/aegis/setup.mdx
@@ -9,7 +9,7 @@ sidebar:
import { APIRequest } from "~/components";
-You can control Aegis enablement on your zones via API. If you are not familiar with how Cloudflare API works, refer to [Fundamentals](/fundamentals/api/).
+You can control Aegis enablement on your zones [via API](/api/resources/zones/subresources/settings/methods/edit/). If you are not familiar with how Cloudflare API works, refer to [Fundamentals](/fundamentals/api/).
:::caution[Availability]
Cloudflare Aegis is available in early access to Enterprise customers. Contact your account team to request access.
diff --git a/src/content/partials/aegis/concurrent-connections-explainer.mdx b/src/content/partials/aegis/concurrent-connections-explainer.mdx
new file mode 100644
index 00000000000000..687098e87f6175
--- /dev/null
+++ b/src/content/partials/aegis/concurrent-connections-explainer.mdx
@@ -0,0 +1,5 @@
+---
+{}
+---
+
+Each Aegis IP can support 40,000 concurrent connections per origin IP port. For example, if you have one Aegis IP and two origins (A and B), this single Aegis IP can support 40,000 concurrent connections to origin A, while simultaneously supporting 40,000 concurrent connections to origin B.
\ No newline at end of file