For the complete documentation index, see llms.txt. This page is also available as Markdown.

Examples

Try any of these with a connected agent. Copy the prompt and swap in your own project and category names.

Check whether copy already exists

Before I write a new error message for an expired invite, check whether we already have copy that says something close to this.

Your agent searches your library by meaning, then opens the closest matches in full. You get the wording, the status of each one, and the translations if you ask for them. Reuse what's already there instead of adding a near-duplicate.

Create reusable components

In the Web app project, take the texts on the Payment frame and turn the buttons and error messages into components in the Checkout category.

Your agent reads the frame, picks the texts that belong in the library, and creates the components. Ask for a dry run first. It reports everything it would create and writes none of it. Each converted text becomes an instance of its new component, so they share one value from then on.

See what impact a change would have

Which screens use the Save changes button component, and what changes on them if I rewrite it to Save and continue?

You get back every text using that component, with the project, page and frame each one sits in. Now you can see what the rewrite would change before you commit to it.

Find what isn't translated yet

How many components in the Onboarding category have no Japanese translation, and which ones are they?

The count comes first, broken down by language, so you see the size of the gap before your agent lists anything. Then it lists the components missing that language, ready to hand to your translator.

Audit what isn't Final before a launch

We ship the new billing screens on Friday. Tell me what copy is not Final yet across the Billing project, frame by frame.

Frame by frame, your agent counts by status, then lists everything short of Final: New, Draft and In Review. You know exactly what's left before Friday.

In the same conversation your agent can move the ones you approve to Final. That can start auto-translation, if your workspace has it on. Auto-translation spends your translation allowance.

Getting good results

Last updated

Was this helpful?