Consumer Agents vs. Brand Agents: Consumer agents (ChatGPT, Perplexity, Claude, Gemini) research, evaluate, and recommend on behalf of the consumer. Brand agents are the marketing workflows you build to ensure those consumer agents find you, understand your differentiation, and surface your content. Both sides meet on the open web.
Agent: An automated workflow inside Profound. A sequence of stages (called nodes) that accomplish a specific job: create a content brief, generate a brand health report, find linking opportunities. Each node has inputs and outputs, and data flows between them through named variables.
Node: A single step in an agent. Each node does one thing - pulls data, scrapes a page, reasons over information, sends a message. The chain of nodes does the whole job.
Templates: Pre-built agents for common jobs. A template is a hypothesis about what steps matter for a given task. Running one tests that hypothesis against your data. Modifying it tests whether a different approach works better. Templates are starting points, not finished products.
Every node output is labeled with a variable name. Downstream nodes reference upstream data by selecting that variable from a dropdown or typing / and the variable name. This is how context passes through the chain - the variable system is the connective tissue of the entire agent.
You don't need to run the full agent every time. Use the play button on individual nodes to test just that node with the same upstream data. Change the prompt, test the node, read the output, adjust. Once you're happy, run the full chain.
The LLM node is where you control what the agent does with gathered information. Key configuration:
topic, target_audience, key_angles, competitive_gaps) for consistent, parsable output instead of freeform textYou can add integration nodes to any agent. For example, adding a Slack node requires selecting the workspace, channel, and message variable. The output from an upstream LLM node becomes the message content, delivering results directly to your team.