ToDiagram Copilot
Chat with your data and diagrams using the built-in assistant
ToDiagram Copilot is a chat-driven helper that lives beside the editor. Ask for diagram tweaks, data clean-ups, or quick answers about your document, and Copilot handles the heavy lifting without you leaving the canvas.
What Copilot Does
- Draft diagrams: “Design a CI/CD pipeline with lint, test, build, and deploy stages.” → creates a new diagram tab (Custom by default unless you ask for Mermaid).
- Tweak diagrams: “Add a cache layer between the API and database.” → streams an updated diagram to a new tab.
- Transform data: “Keep only TODO items where completed=false” or “Lowercase all product names.” → applies JSON-based changes after you approve sharing the schema.
- Answer your data: “How many admins are there and what are their emails?” → runs queries on your current document and replies in plain language.
- Schema-aware: If a request needs structure, Copilot will ask to use your document schema; you can send it or skip.
Example Prompts
- “Create an onboarding flow with signup, email verification, and welcome steps.”
- “Summarize errors by service and list the top 3.” (data question)
- “Filter orders where total > 100 and keep only id, total, status.” (data transform)
- “Generate a mermaid diagram of a daily standup process.” (explicit Mermaid)
- “Add a message queue between the API and worker service.” (diagram tweak)
Data Privacy
- Prompts and the minimum context needed to answer them are sent to our AI provider solely to fulfill your request.
- We do not use your data to train external models.
- Responses are scoped to your active tab and session; nothing is shared with other users.
- You control what you send—skip schema sharing at any time, and close Copilot to stop the conversation.