Everything you need to know about finding, using, and creating better AI prompts.
?10 answers
Frequently asked questions
Common questions about using prompts.
01
Start here
About Open Prompts
01Is Open Prompts free to use?
Yes. Every prompt in the library is free to browse, copy, and use. There's no account, login, or paywall anywhere on the site.
02What license are the prompts released under?
All prompts are released under CC0 (public domain). You're free to use, modify, and redistribute them in personal or commercial projects, with no attribution required.
03Do I need an account to submit a prompt?
No. Submissions go through a short form and are reviewed before publishing. The library is a set of static, moderated files rather than a live user database, so there's no tracking or login involved.
04Which AI tools do these prompts work with?
Most prompts are written to work across general-purpose chat models such as ChatGPT and Claude. Where a prompt is meant for image generation, such as Midjourney, that is noted in its description and tags.
05How is the library organized?
Prompts sit in categories like Coding, SEO, and Writing, and carry more specific tags on top of that. Use Browse to filter by category or search the whole library at once.
02
Make better prompts
Prompt basics
01What is a prompt, exactly?
A prompt is the instruction you give an AI model — the text that tells it what role to take, what task to do, and what the output should look like. A good prompt removes ambiguity so the model does not have to guess what you want.
02What does {{variable}} mean inside a prompt?
Double curly braces mark a placeholder you are meant to fill in, like {{language}} or {{topic}}. Before running the prompt, replace the whole {{placeholder}}, braces included, with your own text and leave the rest of the wording as written.
03What makes a prompt effective?
Effective prompts usually give the model three things — a role, a specific task, and the format the answer should take. Spelling out constraints and edge cases up front tends to produce more reliable results than a short, open-ended request.
04Can I edit a prompt after copying it?
Absolutely. Every prompt here is meant as a starting point, not a fixed script. Adjusting the wording, tone, or variables to fit your exact situation is expected and usually improves the result.
05Why isn't my prompt giving good results?
The most common cause is a placeholder left unfilled, or a variable filled in too vaguely, such as {{topic}} set to “stuff”. Try being more specific in each variable, and if the task is complex, ask the model to work through it step by step.