I would like to enumerate where \item would start with a), b), c)...and so on AUTOMATICALLY. This is very important for me. I tried something like this:
\begin{enumerate}[label=\alph*)]
\item something 1
* something *
\item something 2
* something *
\end{enumerate}
But I think there is something wrong

\usepackage{enumitem}. Did you loadenumitemin your document? Can you explain in more detail how things are (going) wrong? (Just saying 'it doesn't work' doesn't leave a lot of routes for investigation. The gold standard for questions is including an MWE: https://tex.meta.stackexchange.com/q/228/35864. A short, yet complete example document that shows what you are doing. In this case the MWE would have shown if you loadenumitemor not.) – moewe May 27 '20 at 14:24\documentclass{...}and end with\end{document}, and should reproduce the problem. – Vincent May 27 '20 at 14:24