> For the complete documentation index, see [llms.txt](https://vtdocs.virtutoronline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vtdocs.virtutoronline.com/getting-started.md).

# Getting Started

### Hosting Requirements and Recommendations&#x20;

The Hosting recommendations posted by all plugins used are the basis for VirTutor Online Hosting.

* **PHP Time Limit** 300s
* **PHP Version** 7.2.1 \[tested upto version 7.4.8 as of 20th August 2020]
* **Mysql/MariaDb Version** 5.6+/10.1+
* **Upload Limit** 10 MB or more
* **PHP Memory Execution Limit** 128 MB or more
* **PHP Post Max Size** 128 MB or more
* **PHP Max Input Vars** 2000
* **PHP extensions required** dom,gmagick,SimpleXML,ssh2,xml,\
  xmlreader,curl,date,exif,filter,ftp,gd,hash,iconv,imagick,json,libxml,\
  openssl,pcre,posix, sockets, SPL, tokenizer, lib,mbstring,mysqli.


---

# 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:

```
GET https://vtdocs.virtutoronline.com/getting-started.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.
