> For the complete documentation index, see [llms.txt](https://docs.nimbalyst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nimbalyst.com/visual-editors-powered-by-ai.md).

# VISUAL EDITORS POWERED BY AI

- [Markdown (WYSIWYG)](https://docs.nimbalyst.com/visual-editors-powered-by-ai/markdown-wysiwyg.md): Nimbalyst is a WYSIWYG AI markdown editor. Write visually while plain .md files stay on disk, with agent editing built into the same document.
- [Find & Replace and ToC](https://docs.nimbalyst.com/visual-editors-powered-by-ai/markdown-wysiwyg/find-and-replace-and-toc.md): Use Cmd+F find and replace plus the auto-generated table of contents to move around long markdown documents in Nimbalyst without scrolling.
- [AI Editing, Red/Green Diff, Approval](https://docs.nimbalyst.com/visual-editors-powered-by-ai/markdown-wysiwyg/ai-editing-red-green-diff-approval.md): How AI editing works in Nimbalyst documents. The agent writes its changes to the file and Nimbalyst shows them as a red and green diff so you can review each one and keep it or revert it.
- [Set Document Type](https://docs.nimbalyst.com/visual-editors-powered-by-ai/markdown-wysiwyg/set-document-type.md): Set Document Type turns a markdown document into a tracked Plan or Decision from the editor's Actions menu, without hand-writing YAML frontmatter.
- [Mermaid Diagrams and Images](https://docs.nimbalyst.com/visual-editors-powered-by-ai/mermaid-diagrams-and-images.md): Insert and edit Mermaid diagrams and images inside Nimbalyst markdown documents, by hand or by asking your AI agent to generate the syntax.
- [Mockups](https://docs.nimbalyst.com/visual-editors-powered-by-ai/mockups.md): Build HTML mockups in Nimbalyst using your docs, code, and sessions as context, then hand the same mockups to your agent to implement.
- [Data Models](https://docs.nimbalyst.com/visual-editors-powered-by-ai/data-models.md): Design database schemas visually in Nimbalyst. Build a Prisma-based data model with AI from your existing code and markdown documentation.
- [CSV](https://docs.nimbalyst.com/visual-editors-powered-by-ai/csv.md): Open CSV and TSV files in the built-in Nimbalyst spreadsheet editor, edit rows and columns visually, and let your AI agent work the same data.
- [Browser](https://docs.nimbalyst.com/visual-editors-powered-by-ai/browser.md): Preview HTML files and live URLs in the built-in Chromium browser, right next to your project files and your AI coding agent conversation.
- [Calc Sheets](https://docs.nimbalyst.com/visual-editors-powered-by-ai/calc-sheets.md): Calc Sheets are markdown spreadsheets (.calc.md) that keep assumptions, formulas, and outputs in one versionable file your AI agent can edit.
- [Mind Map](https://docs.nimbalyst.com/visual-editors-powered-by-ai/mind-map.md): Mind Map is a spatial editor for .mindmap files. Brainstorm on an infinite canvas while the file stays plain text your AI agent can also edit.
- [Excalidraw](https://docs.nimbalyst.com/visual-editors-powered-by-ai/excalidraw.md): Draw diagrams, flowcharts, and whiteboard sketches in the built-in Excalidraw editor, and let your AI agent build them from a description.
- [PDF Viewer](https://docs.nimbalyst.com/visual-editors-powered-by-ai/pdf-viewer.md): Open and read PDF documents in Nimbalyst tabs alongside your other project files, with smooth scrolling, zoom controls, and text selection.
- [Code Editor](https://docs.nimbalyst.com/visual-editors-powered-by-ai/code-editor.md): Nimbalyst includes a Monaco code editor, the same engine VS Code uses, with syntax highlighting and AI edits next to your docs and diagrams.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.nimbalyst.com/visual-editors-powered-by-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
