Zero-shot prompting means asking an LLM to perform a task without providing any examples of how to do it. The model relies entirely on its pre-trained knowledge and the instructions in your prompt.
This is the simplest form of prompting and works well for straightforward tasks that the model has seen during training.