# Mission Statement

Purdue SIGBots Wiki works to provide VEX Robotics competitors at all skill levels with a wealth of community-driven knowledge that has been developed over a rich history of BLRS competition and work within the community. We also envision a place for students to share what they have learned, and host a location for learning to begin, and grow.&#x20;

#### How are we achieving this goal?

With this Wiki, we seek to centralize the wealth of information between generations of robotics students in one location. Many of these articles have been passed down in the Purdue SIGBots internal documents and have been updated for public usage.&#x20;

By making this project open-sourced, we can help expand this knowledge base with diverse viewpoints and sources. For more information on how you can help, check out our [contributing guidelines page](https://wiki.purduesigbots.com/contributing-guidelines).

The VEX community is one that is better together, we believe that the increased sharing of knowledge that is accessible to every team will bring about better robots and, most importantly, better engineers.

**Thank you,**

* The SIGBots Wiki Development Team


---

# 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/vex-advanced-wisdom-project-vaw.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.
