diff --git a/client/src/pages/guide/english/vagrant/index.md b/client/src/pages/guide/english/vagrant/index.md
index b4a079975b..88c60298d7 100644
--- a/client/src/pages/guide/english/vagrant/index.md
+++ b/client/src/pages/guide/english/vagrant/index.md
@@ -3,11 +3,10 @@ title: Vagrant
---
## Vagrant
-This is a stub. Help our community expand it.
-
-This quick style guide will help ensure your pull request gets accepted.
-
+Vagrant is an automation tool that aids in creating and managing virtual machines that is simple to use and allows you to set up a environment quickly. This enviroment's exact installation and configuration can then be shared by using a Vagrantfile so other team members are all using the same environment no matter what computer they are using.
#### More Information:
+- [Official Documentation](https://www.vagrantup.com/docs/index.html)
+- [How to Get Started](https://www.vagrantup.com/intro/getting-started/index.html)