# Welcome

## Before Getting Started,

If you're reading this, it probably means you want to learn more projects made by [@BotStudios ](https://github.com/BotStudios)& [@TeamBrawley](https://github.com/brawlie)  and if that's true, you've came to the right place. We'll try to cover everything for you in this docs/guide.

### Get Ready !

Well, as you know most of our projects were made using Javascript or Python and so you'll need to have them as well in order to run.&#x20;

#### Here's Something You'll Need :

**Javascript**\
\- [Nodejs](https://nodejs.org)\
\- [npm](https://npmjs.com)\
\
**Python**\
\- [Python^v3](https://python.org)\
\
**Code Editor**\
\- [Visual Studio Code](https://code.visualstudio.com) ( Recommend ) <br>

## Ready To Go !

Not sure where to go ? Check Out [**Table Of Contents**](https://who.is-a.dev/general/toc)

### Useful Links :

**@Team Brawley** \
\- [Github](https://github.com/brawlie)\
\- [Website](https://brawley.js.org)

**@BotStudios**\
\- [Github](https://github.com/BotStudios)\
\- [Website](https://studios.js.org)\
\
\&#xNAN;**@joeleeofficial** \
\- [Github](https://github.com/joeleeofficial)\
\- [Website](https://joe.js.org)\
\- [Email](mailto:tojoeleeofficial@gmail.com)&#x20;

{% code title="hello.world" %}

```bash
print("Welcome To Who's A Dev") /* Python */
console.log("Let's Get Started") /* Javascript */
send("Have Fun !") /* Custom  */
```

{% endcode %}


---

# 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://who.is-a.dev/master.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.
