> 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/vserver/compute-hcm03-1a/snapshot/usecase-snapshot/develop-and-testing.md).

# Develop and testing

Below is a usage case of utilizing Snapshot in the process of application development and testing:

In a large technology corporation, there is an ongoing project to develop a critical application. This project requires meticulous testing and validation of the application's reliability before deploying it to the production environment, as it involves managing the finances of millions of users.

**Creating Snapshot for Server:** The development team began the testing process by creating a Snapshot for the current virtual server, containing the application and test data. This ensures they have a copy of the test environment at the initial stage.

**Deploying New Version:** They proceeded to deploy a new version of the application on this virtual server to test integration, performance, and new features.

**Error Detection and Issues:** During testing, they discovered some minor errors and issues in the application, including performance-related problems and compatibility issues with certain browsers.

**Restoring from Snapshot:** To address these issues, the development team used the Snapshot feature to quickly restore the virtual server to its initial state. They could continue to make modifications, test, and experiment without worrying about impacting the production environment.

Thanks to the use of Snapshot, the development team was able to test and improve the application safely and efficiently. This helped ensure the stability and quality of the application before deploying it to end users and minimized the risk of impacting the corporation's finances and reputation.


---

# 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/vserver/compute-hcm03-1a/snapshot/usecase-snapshot/develop-and-testing.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.
