Templates
Templates are ready-made starting points. Instead of staring at an empty box, you pick one that already has the words and structure filled in, change a few details, and generate.
Why use it
You skip the blank page. Pick something close to what you want, swap in your own details, and you get good results faster.
Step by step
Browse the templates
Open the AI helper and look at the list of templates. They are grouped so you can find one for the kind of post you want.
Pick one
Click a template that looks close to what you need. Its words drop straight into the box, ready for you to use.
Tweak it
Change anything you like, your product name, your tone, the date, the offer. Keep what works, edit the rest.
Generate
Click Generate. The AI uses your tweaked starting point to write the final post for you.
TIP
Don't see a perfect match? Pick the closest one and edit it. A "close enough" template is still much faster than starting empty.
Good to know
- Templates are starting points, not finished posts, always read and edit before you publish.
- Templates are the same for everyone on your team, so the whole team starts from the same proven structure.
- Generating text costs 1 credit. Making an image costs 5, and a video costs 20.
- Want to save your own reworded version to reuse later? That becomes a prompt, which is your personal saved starting point.
Related
For developers
Templates are an admin-curated, read-only catalog grouped by AI category. The user surface lists them via GET /api/v1/ai-templates (filters: category, search). Each record is { category: ObjectId, content: string }. Admins manage the catalog directly; end users can only read and clone into a personal prompt.