Saved texts & AI tools
Your saved-text library keeps your favourite post text ready to reuse, and the AI tools in the composer help you write and clean it up in one click.
Why use it
Stop retyping the same hooks, calls to action, and hashtag bundles for every post. Save them once, reuse them anytime, and let the AI draft or improve text when you are stuck.
Step by step
Save a text to reuse later
Type the text you want to keep in the post box. Open the More tools menu, click Save text, give it a short name, and save. It is now among your saved texts.
Insert a saved text
In the composer, click the Use a saved text button to open your saved texts. Use the search box to find one, then click it. Its text drops straight into the post box.
Generate post text from a short idea
Type a short idea into the post box (for example, "summer sale, 20% off"). Click Generate. The AI writes the full post text for you in a moment.
Polish it with More tools
Open the More tools menu and pick what you need: Suggest hashtags, Shorten caption, Improve caption, Shorten links, or run a Brand safety check. Each one updates your text in place.
TIP
Run the Brand safety check before you publish important posts. It reviews your caption and flags anything that could be risky or off-brand.
Good to know
- A saved text is only words. Inserting one adds them to your post box, where you can still edit them freely.
- The AI tools work on whatever text is in the post box right now, so write or paste something first.
- Shorten links swaps long web addresses for short, tidy ones and tells you how many it changed.
Related
For developers
Saved texts are stored per user/team and inserted as plain text into the post-text field (no server-side merging). The composer AI tools call POST /ai-generate/text (Generate), POST /ai/brand-safety/check (Brand safety check), and the suggestion endpoint with action: "hashtags" | "shorten" | "improve"; link shortening runs client-side via the auto-shorten helper.