Skip to main content
Everything in Bower is an artifact — a piece of content in your workspace. There are three types: notes, attachments, and protocols. Which type gets created depends on how you capture or import your data.

Notes

A note is an editable text document. It’s the primary unit of content you work with — fully searchable, taggable, and accessible to Bird. Notes are created when you:
  • Record a voice note (the transcript becomes the note)
  • Capture a photo that contains text (the extracted text becomes the note)
  • Import a document (the extracted content becomes the note)
  • Type directly in the editor
  • Ask Bird to create one
Think of a note as your editable scientific record. It’s what you search, organise, and build on.

Attachments

An attachment is a file — the raw audio, photo, PDF, Word document, or any other file you bring into Bower. When you capture or import, Bower typically creates both a note (with the extracted content) and an attachment (the original file), linked together. This means you always have the source alongside the editable version. Attachments are also independently useful:
  • PDFs — Bower extracts all text content, making the full document searchable even as a standalone attachment.
  • Images — Bower generates an AI description, so you can search for images by what’s in them.
  • Audio — the original recording is preserved so you can listen back if the transcript missed something.
You can store a file as an attachment only (without creating a note) if you don’t need Bower to extract or process its content.

Protocols

A protocol is a step-by-step lab procedure — structurally the same as a note, but stored as a distinct type so it appears in the protocol library rather than your notes list. Use protocols for standard operating procedures, experimental methods, and repeatable workflows.

How artifact type is determined

When you import a file, Bower decides what to create based on the file and the option you choose:
What you doWhat Bower creates
Record a voice noteA note (transcript) + attachment (audio file)
Capture a photo with textA note (extracted text) + attachment (image)
Import a document (PDF, Word)A note (extracted content) + attachment (original file)
Import an image without textAn attachment with AI-generated description
Type a new noteA note only
Create a protocolA protocol only
In every case, the original file is preserved. Bower never discards your source material.

Quick reference

NoteAttachmentProtocol
ContentEditable textOriginal source fileEditable step-by-step procedure
SearchableFull textFull text (PDFs), AI description (images), filenameFull text
Accessible to BirdYesYesYes
Use whenWorking with contentPreserving the sourceDocumenting a procedure