# Organizing Code

- [Code Style](https://wiki.purduesigbots.com/software/organizing-code/code-style.md): Style == Success
- [Code Styling Guide](https://wiki.purduesigbots.com/software/organizing-code/code-styling-guide.md): This guide exists to help your team standardize the look of code to prevent unnecessary merge conflicts and make code easier to read and understand. It's a sample code styleguide that was used by BLRS
- [Writing Good Comments](https://wiki.purduesigbots.com/software/organizing-code/writing-good-comments.md): // Good (Comments)
- [Version Control](https://wiki.purduesigbots.com/software/organizing-code/version-control.md): A component of software configuration management, version control, also known as revision control or source control, is the management of changes to documents, computer programs, and more.


---

# 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/organizing-code.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.
