diff --git a/manage/ai/providers/custom.mdx b/manage/ai/providers/custom.mdx
index 670dfb3..fb77885 100644
--- a/manage/ai/providers/custom.mdx
+++ b/manage/ai/providers/custom.mdx
@@ -25,6 +25,15 @@ Site Targets send the request over a Pangolin tunnel to a host Newt can reach. [
After the site is connected, add the process as a target on the provider's **Network** tab (host, port, HTTP or HTTPS). Worked examples: [Ollama](/manage/ai/providers/custom/ollama), [vLLM](/manage/ai/providers/custom/vllm), and [Bifrost](/manage/ai/providers/custom/bifrost).
+
+ AI Gateway providers are only routed to the Pangolin server nodes. Sites
+ that are connected to remote nodes will not be accessible to be routed to as
+ targets on providers. DNS resolution of gateway resources will not point at
+ remote nodes. Users using gateway resources with custom targets on sites may
+ wish to create a separate org for these resources so sites are able to
+ connect to regular nodes.
+
+
## Examples
Worked Custom setups:
diff --git a/manage/remote-node/understanding-nodes.mdx b/manage/remote-node/understanding-nodes.mdx
index b454e1f..9e15bd0 100644
--- a/manage/remote-node/understanding-nodes.mdx
+++ b/manage/remote-node/understanding-nodes.mdx
@@ -25,7 +25,7 @@ Think of different nodes as the "front doors" to your applications - users conne
-## Some Benefits
+## Benefits
### Automatic Updates and Less Maintenance
The cloud dashboard evolves quickly, so you get new features and bug fixes without having to manually pull new containers every time. Because the remote node is just handling the networking you do not need to do database migrations, or backups.
@@ -38,3 +38,8 @@ You can attach multiple nodes to your account for redundancy and better performa
### Better Bandwidth
Since all tunnel traffic flows through your own server, you benefit from your own network's bandwidth capacity. This means you are not constrained by shared cloud infrastructure limits - if your server has high-throughput connectivity, your tunnels will too.
+
+## Restrictions
+
+### AI Gateway Providers
+AI Gateway providers are only routed to the Pangolin server nodes. Sites that are connected to remote nodes will not be accessible to be routed to as targets on providers. DNS resolution of gateway resources will not point at remote nodes. Users using gateway resources with custom targets on sites may wish to create a separate org for these resources so sites are able to connect to regular nodes.
\ No newline at end of file