# Getting help

For assistance with the Aurelia CLI, run:

```bash
au help
```

This command provides information about available CLI commands and options.

If you need further help, join the community on the [Aurelia Discourse forum](https://discourse.aurelia.io/). The community and core team members are active there and can help with any questions or issues.

To check the version of the Aurelia CLI you're using, run:

```bash
au -v
```

## Additional Resources

* [Aurelia CLI GitHub Repository](https://github.com/aurelia/cli)
* [Webpack Documentation](https://webpack.js.org/)
* [RequireJS Documentation](https://requirejs.org/)
