# Welcome!

## What is RoboSTEM?

[RoboSTEM](https://robostem.org) is a 501(c)(3) nonprofit organization, run completely by students. In an ever-changing world, we empower the next generation to rise and create through the power of robotics, engineering, and STEM.

![](/files/nwGr87Ex219ovGBD4G60)

## Getting started with VEX IQ?

Our goal with the RoboSTEM wiki is to provide every VEX IQ team, regardless of their skill level, the resources that they need to grow their robotics knowledge.

This wiki was created as an extension to [the capped pin](https://www.youtube.com/@thecappedpin) YouTube channel, however, we hope to grow it into a vast knowledge base for everything VEX IQ.

### Where can I find more resources?

* [**YouTube Channel**](https://www.youtube.com/@thecappedpin)**:** The Capped Pin
* [**Discord Server**](https://discord.gg/cappedpins)**:** The Capped Pins

## How can I contribute?

The most direct way to contribute is by making a pull request on [this wiki's repository](https://github.com/RoboSTEM-Foundation/RoboSTEM-wiki). You can also open an issue on the repository or email <contact@robostem.org> for minor fixes.


---

# 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.robostem.org/readme.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.
