# Vagrant

> Vagrant - Tool for building and distributing virtualized development environments.

Vagrant provides the framework and configuration format to create and manage complete portable development environments. These development environments can live on your computer or in the cloud, and are portable between Windows, Mac OS X, and Linux.

### [Official Documentation](https://www.vagrantup.com/docs)

## TIL(s)

* [Increase RAM And CPU On Vagrant Machine](/vagrant/increase-ram-and-cpu-on-vagrant-machine.md)
* [Vagrant Specify Disk Size](/vagrant/vagrant-specify-disk-size.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://til.devjugal.com/vagrant.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.
