Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentweb.pro/llms.txt

Use this file to discover all available pages before exploring further.

A work plan is a multi-step workflow you save once and have Emma run any time. Each step is a discrete action Emma takes — research a competitor, draft a post, run an enrichment, send an email — and steps can chain together so the output of one feeds the next. Manage your work plans in Settings → Work Plans.

When to use a work plan

Use a work plan when:
  • You’re asking Emma to do the same multi-step thing repeatedly (weekly competitor brief, monthly newsletter draft, post-meeting follow-up sequence).
  • A new team member would benefit from a documented, repeatable workflow rather than figuring out the prompt sequence from scratch.
  • You want consistent output structure across runs — same sections, same fields, same tone.
For one-off conversational work, just use Agent Mode directly. Don’t save a plan until the pattern has stabilized.

Anatomy of a work plan

FieldWhat it’s for
TitleWhat the plan is called when you (or a teammate) ask Emma to run it.
DescriptionOne-line summary surfaced in the plan picker.
Welcome messageFirst message Emma sends when the plan starts. Sets context for the chat.
StepsOrdered list of actions. Each step has a title and the action Emma should take.
Function callsTools Emma is allowed to call during the plan (search, generate-image, post, etc.).
Default modelOptional. Pins the plan to a specific model. Inherits your account default if unset.
AutocompleteWhether Emma should attempt each step automatically or pause for confirmation.

Visibility: private, organization, public

Work plans have three visibility levels.
VisibilityWho can run itTypical use
Private (default)Only the ownerPersonal workflows you’re still iterating on, or plans containing sensitive context.
OrganizationAll members of your orgTeam-standard workflows everyone should run consistently. Requires the org-sharing feature on your plan.
Public / systemEveryone using AgentWebAgentWeb-published templates for common workflows. Read-only — you can run them but not edit.
Switch a plan from Private to Organization in Settings → Work Plans → [plan] → Visibility. Org admins control whether the work plan sharing feature is enabled for the org (see Organization sharing for the permission model). Public system plans are surfaced automatically in Agent Mode when relevant. You can’t make a plan public yourself — that’s AgentWeb’s curation surface for the whole user base.

Create a work plan

1

Open Settings → Work Plans

Click New work plan.
2

Fill in the basics

Title, description, welcome message. Keep the title short and action-oriented (Weekly competitor brief, not Plan to look at competitors and write up findings every week).
3

Add steps in order

Each step gets a title and a clear instruction for what Emma should do. Example for a competitor brief:
  1. Pull the latest activity for each competitor in our Market Strategy list (LinkedIn posts, blog posts, product changes).
  2. Summarize what’s new and notable.
  3. Identify three action items for our team based on what competitors shipped this week.
  4. Format the output as a Slack-ready summary with bullets.
4

Pick allowed function calls

Choose which tools Emma can use during the plan (web search, knowledge base, social analytics, etc.). Restricting to only what’s needed makes runs faster and more deterministic.
5

Save and test

Save the plan, then run it from Agent Mode: “Emma, run my weekly competitor brief.” Watch the first run carefully — if a step needs tighter wording, edit the plan and re-run.

Run a work plan

Two ways:
  • From Agent Mode: ask Emma to run it by name. “Run my weekly competitor brief.”
  • From Settings → Work Plans: click Run next to the plan.
The plan opens in a new Agent Mode conversation, Emma posts the welcome message, and steps execute in order. Outputs are saved to the relevant section of the portal automatically (drafts to Creative, reports to Performance, etc.).

Edit and version

Editing a plan is destructive — the next run uses the updated steps. There’s no version history in the UI. If you want to keep an old version while testing a new one, duplicate the plan first. To duplicate: open the plan in Settings → Work Plans and click Duplicate.

Delete a work plan

Open the plan in Settings → Work Plans and click Delete. Deleting a plan does not affect any outputs it previously generated. If a plan was shared at the organization level, only the owner or an org admin can delete it.

Private work plans and sensitive context

If a work plan’s instructions or welcome message reference sensitive context (account credentials, internal pricing, customer names, etc.), keep it private. Switching to Organization makes the plan and its full text visible to every org member. For genuinely sensitive operational data, prefer storing it in the Knowledge Base with appropriate access controls and referencing it from the plan, rather than pasting it into the plan body.

Troubleshooting

Plan names are matched fuzzily but not perfectly. If the name has acronyms or unusual phrasing, ask Emma to list your work plans: “List my saved work plans.” Then run it by the exact title.
The step instruction is probably too vague. Tighten it: specify exactly what fields, what format, what length. Add an example of the expected output if the format matters.
Confirm work plan sharing is enabled for your org under Settings → Organization → Features. If it’s enabled and you still can’t see the plan, the teammate may have left it as Private.
Public system plans are read-only. To customize one, Duplicate it into your own plans, then edit the copy.

Next steps