# Add Static Route

To be able to add a static route to the NAT Gateway, you must create a virtual machine in the Instance menu that uses a VPC accompanied by a NAT Gateway. Here are the steps to add Static Route on the NAT Gateway:

* On the NAT Gateway Configuration page, select the Static Route label then click Create Static Route.

* The Create Static Route form appears, fill in all the columns available on the form.

<table><thead><tr><th width="187">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Destination CIDR</strong></td><td>Configuration that determines the destination network to be translated by the NAT Gateway.</td></tr><tr><td><strong>Nexthop</strong></td><td>Configure by adding a Gateway IP address which is useful for forwarding data packets to the destination.</td></tr><tr><td><strong>Description</strong></td><td>Configuration information about the static route created.</td></tr></tbody></table>

* If all forms have been filled in, click the Create button and wait until the process is complete.

* Static route is available and can be used.


---

# 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:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/nat-gateway/configuration-nat-gateway/add-static-route.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.
