Learn Docapybara
Everything you need to know about pages, databases, documents, and your AI assistant Capy.
Getting Started
Docapybara is a workspace for organizing your thoughts, notes, and data. It combines a page editor, structured databases, document storage, and an AI chat assistant called Capy that can read and write your content.
Create a workspace
- Sign up at docapybara.com with your email or Google account.
- You will land in your first workspace automatically.
- The left sidebar shows your pages tree (top) and documents tree (bottom).
- The right panel is the AI chat with Capy.
First steps
- Create a page — click the + button next to "Pages" in the sidebar.
- Ask Capy — type a message in the chat panel. Capy can search your workspace, create pages, build databases, and answer questions.
- Upload a document — drag a file onto the documents area, or use the upload button. PDFs, images, and audio files are supported.
Pages
Pages are rich-text documents with a block editor. Each page has a title, an optional emoji icon, and markdown-based content.
Creating pages
Click the + button in the pages tree, or ask Capy to create one for you. Pages appear in the left sidebar and can be opened by clicking their name.
Editing
The page editor supports headings, bold, italic, lists, code blocks, tables, and more. Type / to open the slash command menu for quick block insertion.
Nesting pages
Drag a page onto another page in the sidebar to nest it as a child. You can create multi-level hierarchies to organize related content. Capy can also move pages programmatically.
Markdown support
Pages are stored as markdown internally. You can use standard markdown syntax directly in the editor — headings (##), bold (**text**), links ([text](url)), and more.
Databases
Databases are structured tables with typed columns. Use them for tracking tasks, inventories, contacts, or any structured data.
Creating a database
Click the + button and select "Database", or ask Capy: "Create a database called Tasks with columns for name, priority, and due date."
Column types
- Text — free-form text with markdown support (bold, italic, links).
- Number — numeric values with optional formatting (currency, percent, thousands separator).
- Select — single-choice dropdown with colored options.
- Checkbox — true / false toggle.
- Date — date picker in ISO format (YYYY-MM-DD).
- Formula — computed column that references other columns (e.g. Price * Quantity).
- Image — image file displayed as a thumbnail in the cell.
Working with rows
Click the + New row button at the bottom of the table, or ask Capy to add rows. Rows can be sorted by any column, and Capy can sort, update, or delete rows on your behalf.
Embedding in pages
Databases can be embedded inside pages as live tables. When Capy creates a database, it provides an embed code you can paste into any page.
Documents
Documents are uploaded files stored in your workspace. Docapybara supports PDFs, images, and audio files.
Uploading files
Drag files onto the documents panel, or click the upload button. Files are organized in a folder tree — you can create folders and nest documents inside them.
Automatic transcription
Audio files (MP3, WAV, M4A, etc.) are automatically transcribed with speaker detection and timestamps. The transcript becomes searchable text that Capy can read and reference.
Text extraction
PDFs and text-based documents have their content extracted automatically. Once extracted, the text is indexed for full-text search and accessible to Capy.
Folders
Organize documents into folders by dragging them in the sidebar. Folders can be nested to create a file hierarchy.
AI Chat (Capy)
Capy is an AI assistant that lives in the right panel of your workspace. It can read your pages and documents, create and edit content, manage databases, and search the web.
How to chat
Type a message in the chat input and press Enter. Capy streams responses in real-time and can use tools to interact with your workspace as it responds.
What Capy can do
- Search your workspace for pages, documents, and databases by name or content.
- Read the full content of any page, document transcript, or database.
- Create pages with rich markdown content and databases with typed columns.
- Edit existing pages — find-and-replace, append, prepend, or full rewrite.
- Manage databases — add/update/delete columns and rows, sort data, upload images.
- Move and organize files in the sidebar tree.
- Search the web for current information when you ask about news or real-time data.
Example prompts
"Create a page called Meeting Notes with sections for attendees, agenda, and action items."
"Build a database called Reading List with columns for title, author, genre (select), and rating (number)."
"Summarize the transcript from my uploaded audio file."
"Add a row to my Tasks database: name is 'Review proposal', priority is 'High', due date is 2026-04-15."
"Search the web for the latest news about capybaras."
AI Tools Reference
These are the tools Capy uses behind the scenes when interacting with your workspace. You don't need to call them directly — just ask Capy in natural language and it picks the right tool automatically.
Keyboard Shortcuts
Speed up your workflow with these keyboard shortcuts.
Global
| Shortcut | Action |
|---|---|
| Ctrl + E | Open workspace search |
| Ctrl + N | Create new page |
Page Editor
| Shortcut | Action |
|---|---|
| Ctrl + B | Bold |
| Ctrl + I | Italic |
| Ctrl + K | Insert link |
| Ctrl + Shift + X | Strikethrough |
| Ctrl + E | Inline code |
| Ctrl + Z | Undo |
| Ctrl + Shift + Z | Redo |
| / | Open slash command menu |
Chat
| Shortcut | Action |
|---|---|
| Enter | Send message |
| Shift + Enter | New line in message |