JMN Field Manual

01.1 — Getting Started

What is an Agent?

An Agent is a workspace for analyzing a set of documents the same way every time. It looks and works like a spreadsheet: rows are the documents you're processing, columns are the questions you're asking, and every cell is either something you uploaded or something the AI generated from it.

1.1
The agent dashboard showing a list of agents

FIG. 1.1 — The dashboard: every agent you've built, in one place.

The model: Agent → Properties → Rows

Everything in JMN AI is built from three things, and once you can name them you can read any agent at a glance:

Why a spreadsheet, not a chatbot

A chat window forgets your question is part of a process. An Agent makes the process visible: once you've written a good prompt for one column, it runs against every row, the same way, every time. Add a new document, and every existing question runs against it automatically — you're not re-explaining yourself per document.

Note

Output properties don't just answer in plain text. Each one has an output type — text, number, date, tag, JSON, table, or file — so downstream uses (exports, filters, other columns) can rely on the shape of the answer, not just its wording. See Properties Explained.

What happens when you run a cell

Behind an output cell, the document isn't just handed to the AI whole. It's split into chunks, the chunks most relevant to your specific prompt are retrieved, and only those are used to answer — with citation markers pointing back to exactly where in the source document each fact came from. This is what keeps answers grounded instead of guessed. The full mechanics are in Tools & How They Work.