# Public API

- [What is NCS Public API ?](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api.md)
- [Download NCS Project RC File](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/download-ncs-project-rc-file.md): ดาวน์โหลด RC file สำหรับ access เข้า project บน NIPA Cloud Space
- [Getting Start with NCS Public API](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api.md): วิธีการจัดการ Compute Instance บน NIPA Cloud Space โดยใช้ Python OpenStack SDK หรือ REST API
- [Using OpenStack Client Tool](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api/using-openstack-client-tool.md): ใช้งาน Python SDK สำหรับ OpenStack เพื่อใช้งาน NCS Public API
- [Using REST API](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api/using-rest-api.md): ใช้งาน REST API เพื่อใช้งาน NCS Public API
- [Terraform with Openstack](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api/terraform-with-openstack.md): ใน Tutorials นี้จะเป็นการใช้ Terraform ในการสร้าง instance สำหรับผู้ที่ไม่เคยใช้ Terraform ในการทำ โดยจะเริ่ม Guide ตั้งเเต่สิ่งที่ต้องเตรียมก่อนสร้าง(Prerequisites) การหา data เเละ Resource ที่จำเป็น
- [Auto-scaling OpenStack Instances with Senlin and Prometheus](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api/auto-scaling-openstack-instances-with-senlin-and-prometheus.md)
- [Installation Prometheus](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api/auto-scaling-openstack-instances-with-senlin-and-prometheus/installation-prometheus.md): การติดตั้ง Prometheus จะติดตั้งที่ environment ที่เราได้สร้างไว้ตอนติดตั้ง senlin client กับ Octavia client
- [Installation Alertmanager](https://docs-epc.gitbook.io/ncs-documents/public-api/what-is-ncs-public-api/getting-start-with-ncs-public-api/auto-scaling-openstack-instances-with-senlin-and-prometheus/installation-alertmanager.md)


---

# 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-epc.gitbook.io/ncs-documents/public-api.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.
