> For the complete documentation index, see [llms.txt](https://docs-epc.gitbook.io/ncs-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway.md).

# Internet NAT Gateway

- [What is Internet NAT Gateway?](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/what-is-internet-nat-gateway.md)
- [Managing Internet NAT Gateway](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway.md)
- [Create NAT Gateway](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway/create-nat-gateway.md): สร้าง NAT Gateway ที่พร้อมใช้งาน ให้ครบทุกๆ องค์ประกอบ NAT Gateway, NAT Connector, NAT Reserved IP
- [Delete NAT Gateway](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway/delete-nat-gateway.md): ลบ NAT Gateway ที่ไม่ต้องการใช้งานแล้ว
- [Share NAT Gateway](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway/share-nat-gateway.md): แชร์ NAT Gateway กับ Project อื่น เพื่อใช้งานร่วมกัน
- [Receive NAT Gateway Sharing](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway/receive-nat-gateway-sharing.md): รับ NAT Gateway ที่แชร์มาจาก Project อื่น
- [Allocate NAT Reserved IP](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway/allocate-nat-reserved-ip.md): Allocate NAT Reserved IP สำหรับใช้งานกับ NAT Gateway ในอนาคต
- [Deallocate NAT Reserved IP](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/managing-internet-nat-gateway/deallocate-nat-reserved-ip.md): Deallocate NAT Reserved IP เมื่อไม่ต้องการใช้งาน
- [Monitoring NAT Gateway Performance](https://docs-epc.gitbook.io/ncs-documents/internet-nat-gateway/monitoring-nat-gateway-performance.md): วิธีการ Monitor การใช้งาน NAT Gateway


---

# 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-epc.gitbook.io/ncs-documents/internet-nat-gateway.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.
