Code Editor
On the left hand side of your screen, you have a code editor. This is where you define your report in markdown. The code editor is enriched for data development with:- Slash commands: Type a
/
to list components, accept suggestions withtab
. - Autocompletion: For components and SQL fences, accept suggestions with
tab
. - Syntax highlighting: For markdown, SQL, and components.
- Validation: Invalid code is underlined in red, hover to see errors, and click “Fix” for AI assistance.
Preview
As you modify the code in the editor, the preview will update in real time, including rerunning SQL queries and rerendering charts when you make changes. Nothing is published until you click the “Publish” button in the Share menu.Evidence Agent
The right sidebar contains a chat interface with the Evidence Agent.- The agent is trained to generate valid Evidence markdown
- It knows the schema of any data sources you have added