KoboToolbox, in one sentence
KoboToolbox is a free and open source suite of data collection tools, born at the Harvard Humanitarian Initiative and now maintained by the humanitarian community. It lets you design a questionnaire, deploy it to phones or tablets through the KoboCollectapp, collect answers even with no internet connection, then sync and analyse the data as soon as the network comes back.
Kobo was not born in a technical vacuum. It rests on ODK, the open source project that laid the foundations of this whole family of tools.
Kobo, KoboCollect and ODK: what is the difference?
ODK (Open Data Kit) is the original open source project, developed at the University of Washington. It provides the technical standard ( XForms), the collection app ODK Collect and the server ODK Central for hosting your own forms.
KoboToolbox takes that same technical base and packages it into a ready to use platform, designed from the start for humanitarian contexts and field research: managed hosting (including a free humanitarian server), a simplified web interface, and an app, KoboCollect , which is technically a direct evolution of ODK Collect.
| ODK | KoboToolbox | |
|---|---|---|
| Nature | The original technical project | A platform built on ODK |
| Mobile app | ODK Collect | KoboCollect (derived from ODK Collect) |
| Server | ODK Central (self hosted) | KoboToolbox (hosted or self hosted) |
| Form format | XLSForm โ XForms | XLSForm โ XForms (identical) |
| Natural territory | Research, public sector, NGOs | Humanitarian sector, UN clusters |
The direct consequence for MEAL teams: a questionnaire designed for one works on the other, in the vast majority of cases, with no modification.
If the confusion is about the respective roles of each building block rather than about their platform differences, the subject is covered in full in XLSForm, Kobo, ODK: finally understanding who does what.
XLSForm, the common language
The XLSForm format is what makes Kobo and ODK interoperable: a plain spreadsheet file (Excel or Google Sheets) organised into three sheets, survey (the questions), choices (the answer options) and settings (the form settings, such as the languages). That file is then compiled into XForms, the XML format that KoboCollect, ODK Collect and the web engine Enketo.
It is this shared convention, not a proprietary API, that lets a whole ecosystem of tools generate, edit and move questionnaires around without depending on a single platform.
Why Kobo and ODK became the humanitarian standard
- Offline first: collection works with no network, syncing later as soon as it can, which is indispensable in remote field settings.
- Free and open source: no licence cost, which genuinely matters on tight project budgets.
- Skip logic and constraints: a questionnaire adapts to earlier answers (skipping a section, validating a range of values) with no bespoke development.
- Multimedia and geolocation: photos, audio and GPS coordinates built straight into the submission.
- Adopted by the major actors: UNHCR, OCHA, IFRC and many NGOs use or recommend it, which often makes it a prerequisite in coordination clusters.
The surveys that use Kobo and ODK
Baseline, endline, PDM (post distribution monitoring), needs assessment, DQA (data quality assessment), satisfaction survey, KAP (knowledge, attitudes, practices): almost every MEAL field survey goes, at one point or another, through an XLSForm questionnaire deployed on Kobo or ODK.
What has always taken the most time is not the collection itself, it is designing the questionnaire: structuring the sections, writing the skip logic syntax, handling several languages. That is exactly what is solved by Opti's AI XLSForm generation.
Opti' and Kobo/ODK: compatibility
Opti Gemba and OptiBot generate XLSForm directly, the very format KoboToolbox and ODK read. Describe what you need ("a PDM cash survey for ECHO", "a post distribution satisfaction survey") and the tool produces a complete questionnaire: sections, questions, answer options, skip logic and languages, ready to be imported as it stands into Kobo or into ODK, with no rewriting.
The questionnaire then stays editable in plain language, "add a section on feedback mechanisms", "make the form trilingual", and exports at any time to standard XLSForm.
For teams who would rather not juggle several tools, Opti Gemba also has its own offline collection module, Enumerator Mode: questionnaire design, field collection (with or without network), analysis and narrative report, from start to finish in a single workspace.
If your organisation already works on Kobo
Exporting a file is no longer compulsory. Opti' connects directly to a KoboToolbox account. You paste your API token once, then the questionnaire is deployed to Kobo in one click, as a new project or an update to an existing one, and the answers come back into Opti' for analysis. Projects you did not create in Opti' work too: their questionnaire is pulled in automatically.
You do not have to wait for collection to finish. With live tracking, every answer reaches Opti' at the moment it is entered in the field, and the dashboards fill themselves in. Corrections made in Kobo are picked up, deletions are flagged, and nothing is removed without your agreement. European and Global servers, an encrypted token that is never passed to an AI: the full guide sets out every step.
Kobo / ODK glossary
- XLSForm
- The spreadsheet authoring format (survey / choices / settings) used by KoboToolbox, ODK and SurveyCTO to define a questionnaire.
- XForms
- The standard XML format an XLSForm is compiled into, and what the collection apps actually read.
- KoboCollect / ODK Collect
- Android field collection apps, able to work entirely offline.
- Enketo
- The engine that renders an XForms form directly in a web browser, with no app to install.
- ODK Central
- The open source ODK server for hosting, managing and exporting forms and their submissions.
- Skip logic
- A rule that shows, hides or validates a question depending on earlier answers (the relevant and constraint columns).
- Group / Repeat
- A grouping of questions (group) or a block repeated a variable number of times (repeat), for instance to list the members of a household.
- select_one / select_multiple
- Single choice and multiple choice question types, whose options are defined in the choices sheet.
- Submission
- A complete answer to the questionnaire, sent by an enumerator to the server.
Frequently asked questions
Are KoboToolbox and ODK the same thing?
No, but they are two pillars of the same ecosystem. ODK (Open Data Kit) is the original open source project, born at the University of Washington, which provides the technical standard (XForms), the ODK Collect app and the ODK Central server. KoboToolbox is a platform, also open source and free, built on that same technical base and designed specifically for the humanitarian sector and research; its mobile app KoboCollect is in fact directly derived from ODK Collect. In practice, the two are largely interoperable.
Does a questionnaire built for Kobo work on ODK?
In the vast majority of cases, yes. Kobo and ODK share the same authoring format, XLSForm (a spreadsheet file with survey, choices and settings sheets), which compiles to the same XForms standard. A well built XLSForm therefore imports without modification into KoboToolbox and into ODK Central alike, and collects just as well with KoboCollect as with ODK Collect.
Do you need to know how to code to create an XLSForm?
No, but you do need to master the syntax: exact column names, question types, skip logic and constraint expressions. It is a skill in its own right, and one that takes time to acquire and to apply by hand. Generators such as the Opti' XLS Form Builder produce a complete XLSForm from a plain language description, which you then edit visually.
Does Opti' replace Kobo or ODK?
Opti' is complementary. Opti Gemba generates complete XLSForm questionnaires ready to import directly into KoboToolbox or ODK, with nothing to redo by hand. It also has its own offline collection module (Enumerator Mode) for teams who prefer to stay in a single tool, from questionnaire design through to the final report.
Do Kobo and ODK cost anything?
Both are open source and free in their basic use. KoboToolbox offers a free humanitarian server to eligible organisations; ODK can be self hosted through ODK Central or used through third party hosts. Any costs concern hosting at scale, not the software licence.
Generate a Kobo or ODK questionnaire with Opti'
Opti' is an all in one MEAL platform covering the whole cycle, from questionnaire design to the final report. It is made of three modules:
OptiBot
The MEAL AI assistant: XLSForm generation, methodological advice and documents (ToR, methodologies).
Find out more โ
Opti Gemba
Assignment management: ToR, a Kobo and ODK compatible questionnaire, online and offline collection, analysis and report.
Find out more โ
Opti Academy
Personalised AI led MEAL training, fitted to your role and your context.
Find out more โ