Get better answers with better descriptions
The full stack trace tells the AI exactly where the error originated. Copy the whole thing, even if it's long.
If you've been debugging with console.log, show the AI what you've learned. "console.log(data) shows X, but console.log(data.items) shows undefined."
"This worked yesterday. I added [feature] and now it's broken." This helps narrow down the cause.
For dependency issues: "React 18.2, Node 20, using Vite." Different versions have different bugs and solutions.