# FAQ

---

### Q: How can I customize the naming convention for files and classes?

A: During the initial setup, use the `--convention` flag with options like `kebab-case`, `camel-case`, `snake-case`, or `polar-rules`.

### Q: Can I pass additional arguments to my tasks?

A: Yes, use the `--other-arguments` flag followed by the desired arguments when running a task.

### Q: How do I integrate with an existing Nest.js project?

A: Run `npx nest-task setup` and follow the instructions. It will modify the `nest-cli.json` file and create necessary files and folders.
