A well-written prompt is the difference between a generic chatbot and a sharp, focused AI agent that actually helps your customers.
A short 1–2 line summary visible on your dashboard. It identifies what this agent does and who it's for.
This is the brain of your agent. Give it a role, a tone, business info, and clear boundaries. Users never see this only the AI follows it.
Most common mistake: Leaving the system prompt blank or writing only "Be helpful." This makes the agent generic it will answer anything, with no focus on your business.
Replace everything in [brackets] with your actual business information. Everything else can stay as-is.
{context}?
This is a special placeholder. When a user asks a question, {context} is automatically replaced with the most relevant content from your knowledge base.
Always include {context} at the end of your system prompt. Without it, the agent will not use your uploaded documents or URLs it will only rely on general AI knowledge, which may be inaccurate for your business.
User asks: "What is your return policy?"
VetaChat searches your uploaded documents and URLs for relevant information.
The relevant content is injected in place of {context} inside your prompt.
The agent reads the injected content and gives an accurate, grounded answer.
Important: If you have not uploaded any documents or added URLs to your knowledge base, {context} will be empty and the agent will have nothing to reference. Make sure to populate your knowledge base first.