# Javascript Toolchain

1. **Package manager**: Yarn, npm. Lets you install or update third party packages.
2. &#x20;**Bundler**: Webpack, Parcel. Lets you write module code and bundle it together into small packages to optimize load time. Can parse JSX files (which browsers don't understand) and also add a SaSS to CSS buld step.
3. **Compiler**: Babel. lets you write modern JS that still works in older browsers.


---

# 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://ricardomol.gitbook.io/notes/frontend/javascript-toolchain.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.
