> For the complete documentation index, see [llms.txt](https://docs.vngcloud.vn/vng-cloud-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vngcloud.vn/vng-cloud-document/vcdn/chi-tiet-tinh-nang/origin.md).

# Origin

## Overview <a href="#tong-quan" id="tong-quan"></a>

**Origin** in CDN is the original server that contains all the original data of the website. This is where the original files such as images, videos, HTML, CSS, JavaScript, etc. are stored. All changes on the website originate from Origin before being distributed to the CDN's servers (Edge servers).

## **Detail** <a href="#chi-tiet" id="chi-tiet"></a>

Currently, vCDN supports 3 types of Origin: **HTTP Origin, S3 Origin and Host Origin** . Specifically, please refer to the table below.

| **Origin Type** | **Describe**                                                                | **For example**                                                       | **Type of support service**                                                       |
| --------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| **HTTP Origin** | Fetch content from a web server or application via the HTTP/HTTPS protocol. | A website hosted at `https://example.com`.                            | <ul><li>Web Accelerator</li><li>Object Download</li><li>Video On Demand</li></ul> |
| **S3 Origin**   | Fetch content directly from S3 - compatible object storage services.        | An S3 bucket has a URL like `https://bucket-name.s3.amazonaws.com`.   | <ul><li>Object Download</li><li>Video On Demand</li></ul>                         |
| **Host Origin** | Data is served from a specific server or IP specified by the user.          | Server at IP address `192.168.1.1`or domain `cdn-origin.example.com`. | <ul><li>Object Download</li><li>Video On Demand</li></ul>                         |


---

# 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.vngcloud.vn/vng-cloud-document/vcdn/chi-tiet-tinh-nang/origin.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.
