BillixDOCS
Canvas

Canvas

Create interactive content within your conversations

1 min read
Documentation

Canvas is Billix's interactive workspace that appears alongside your chat. Create code, documents, diagrams, presentations, and visualizations without leaving the conversation.

What is Canvas?

When you ask the AI to create certain types of content, it opens in a dedicated Canvas panel:

  • Code - Write, edit, and preview code with syntax highlighting
  • Documents - Create formatted text with Markdown
  • Diagrams - Build flowcharts and visual diagrams
  • Slides - Design presentations
  • Charts - Visualize data

Canvas Types

How Canvas Works

Ask for Content

Request something that fits a canvas type:

  • "Write a Python function to sort a list"
  • "Create a flowchart showing our signup process"
  • "Make a presentation about our Q4 results"

Canvas Opens

The content appears in a panel on the right side of your screen.

Interact and Iterate

  • View the content with proper formatting
  • Copy to clipboard
  • Ask for modifications in chat
  • Continue the conversation

Canvas Actions

When content is in the Canvas, you can:

ActionHow
CopyClick the copy button
EditAsk the AI to make changes
ExpandToggle fullscreen view
DownloadExport to file
CloseClick X or press Escape

When Does Canvas Open?

Canvas automatically opens for:

  • Code blocks longer than a few lines
  • Markdown documents
  • Diagrams (Mermaid syntax)
  • Presentations
  • Data visualizations
  • Any content that benefits from dedicated space

Canvas vs. Inline Responses

Content TypeInlineCanvas
Short code snippets
Long code files
Quick answers
Documents
Diagrams
Presentations
Charts

Tips for Using Canvas

Be Specific About Output

Instead of: "Write some code" Try: "Write a Python class for a shopping cart with add, remove, and total methods"

Request Modifications

After content appears in Canvas:

  • "Add error handling to the function"
  • "Change the diagram to show the error path"
  • "Add a slide about our team"

Copy and Use

  1. Click the copy button
  2. Paste into your IDE, document, or presentation tool
  3. Continue editing locally

Next Steps

Explore each Canvas type:

Was this page helpful? Let us know!

Report an issue

On this page