Skip to main content

Getting Started

Start with specific queries rather than broad questions for better results.

Write Clear Queries

Ask focused questions about what you need:

Good Query

“How to implement JWT authentication?”

Avoid

“authentication stuff”

Language-Specific Searches

Always specify the programming language you’re working with for more accurate results:
  • Python: Search for packages like fastapi, django, flask
  • JavaScript/TypeScript: Search for react, next.js, express
  • Go: Search for gin, echo, fiber
  • Rust: Search for actix-web, rocket, axum

Best Practices

Search for next.js instead of next.js 14 or nextjs 14.0.0
Instead of “How to use this package?”, ask “How to create API routes in Next.js?”
If you don’t find what you need, rephrase your query with different keywords

Need Help?