# PROS

{% hint style="info" %}
PROS is Open Source C/C++ Development for VEX V5 and VEX Cortex made by SIGBots. To learn more about PROS head over to the [PROS Website](https://pros.cs.purdue.edu/)
{% endhint %}

Platforms:

* Windows
* macOS
* Linux

Features:

* Open source
* Native C/C++
* Cross-platform
* Integrated with [VSCode](https://marketplace.visualstudio.com/items?itemName=sigbots.pros)
* Developed by students
* CLI Available

## Teams Contributed to this Article:

* [BLRS](https://purduesigbots.com/) (Purdue SIGBots)


---

# 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://wiki.purduesigbots.com/software/vex-programming-software/pros.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.
