# Intro

Epicollect5 web application is hosted at [**five.epicollect.net**](https://five.epicollect.net/).

Projects are created using the web application then users will manually add each project to their Android or iOS device(s).

([**How to add a project to the mobile app?**](https://docs.epicollect.net/mobile-application/add-projects))

It is developed and maintained by [**Oxford Big Data Institute**](https://www.bdi.ox.ac.uk/) and it is completely free to use.

### English video instructions

{% embed url="<https://www.youtube.com/watch?v=M6Dj_KxQPKk>" %}
See the video for a quick tour
{% endembed %}

### Spanish video instructions

{% embed url="<https://youtu.be/pHt0wsoVgUY>" %}
Vea el video para un recorrido rápido
{% endembed %}

## Main features

* Drag & drop form builder
* Single form or multi forms survey (up to 5 hierarchy forms) [**More info**](https://docs.epicollect.net/formbuilder/multiple-forms)
* Photo, video and audio recording [**More info**](https://docs.epicollect.net/mobile-application/mobile-application)
* Barcode scanner
* GPS location
* Branches (Dynamic lists) [**More info**](https://docs.epicollect.net/formbuilder/branches)
* Groups (More questions on the same page) [**More info**](https://docs.epicollect.net/formbuilder/groups)
* Conditional logic (jump questions) [**More info**](https://docs.epicollect.net/formbuilder/jumps)
* View data on a table or map [**More info**](https://docs.epicollect.net/web-application/viewing-data)
* Download data (csv or json) [**More info**](https://docs.epicollect.net/web-application/downloading-data)
* Project cloning and sharing [**More info**](https://docs.epicollect.net/web-application/clone-project)
* Public or private (authentication required) projects
* Data mapping to fit existing third party systems [**More info**](https://docs.epicollect.net/web-application/mapping-data)
* Export data via API [**More info**](https://docs.epicollect.net/developers/api)
* User roles management


---

# Agent Instructions: 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:

```
GET https://docs.epicollect.net/web-application/web-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
