> 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/development-mode.md).

# Development Mode

Currently, vCDN supports “Development Mode”. This mechanism will allow all requests to bypass the cache and go directly to the origin to check the data at the origin directly:

<figure><img src="/files/ghtR0eY2cdBkvuygD32P" alt=""><figcaption></figcaption></figure>

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

vCDN's "Developer" mode is a special feature that allows developers to test, debug, and update website content quickly and efficiently. When this mode is enabled, all requests from users will not be cached by vCDN but will be routed directly to the origin server. This helps ensure that any changes made on the origin server will be reflected immediately on the website, without waiting for the cache to refresh.

**Some notes when using "Developer" mode:**

* **Use in development environment only:** This mode should be used in development or testing environments. This mode should not be enabled in production environments as it may reduce website performance.
* **Turn off mode when done:** Once you are done with development and testing, remember to turn off this mode to take advantage of caching.
* **Performance impact:** Disabling caching can increase load on the origin server, especially when there are many concurrent requests.
* **Not suitable for high traffic websites:** For high traffic websites, disabling cache completely can cause server overload.

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

* On vCDN, to enable/disable Developer mode, you can select **Enable/Disable** in Development mode:

<figure><img src="/files/EHepVfYiWMl4ebKLeSN9" alt=""><figcaption></figcaption></figure>


---

# 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/development-mode.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.
