> For the complete documentation index, see [llms.txt](https://docs.epicollect.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.epicollect.net/web-application.md).

# Web Application

- [Intro](https://docs.epicollect.net/web-application/web-application.md)
- [Create a Project](https://docs.epicollect.net/web-application/create-a-project.md)
- [Project Info & Privacy](https://docs.epicollect.net/web-application/set-project-details.md): The project details section enables users to conveniently add or modify essential information regarding their project details and effectively manage access control.
- [Delete Projects (Web)](https://docs.epicollect.net/web-application/delete-projects.md)
- [View Projects](https://docs.epicollect.net/web-application/view-projects.md)
- [Search Projects](https://docs.epicollect.net/web-application/search-projects.md): Projects can be searched on the web & the mobile app
- [Viewing Entries](https://docs.epicollect.net/web-application/viewing-data.md)
- [Print Entries](https://docs.epicollect.net/web-application/print-entries.md)
- [Add & Edit Entries - Web](https://docs.epicollect.net/web-application/adding-data.md): Entries can be added by using the Epicollect5 web app accessible from any browser.
- [Manage Entries](https://docs.epicollect.net/web-application/manage-entries.md)
- [Entries Limits](https://docs.epicollect.net/web-application/manage-entries/entries-limits.md)
- [Entries Bulk Deletion](https://docs.epicollect.net/web-application/manage-entries/entries-bulk-deletion.md): Permanently delete all project entries. Only Creators can perform this action. The project must be locked, and deletion applies to one project at a time. Data is not recoverable—backup first!
- [Entries Bulk Uploads](https://docs.epicollect.net/web-application/manage-entries/bulk-uploads.md): Upload entries from CSV files.
- [Entries Ownership & Metadata](https://docs.epicollect.net/web-application/manage-entries/entries-ownership-and-metadata.md): In Epicollect5, understanding the metadata associated with entries, especially the email field, is important when managing ownership and privacy settings.
- [Manage Users](https://docs.epicollect.net/web-application/manage-users.md): Epicollect5 offers granular access control to projects and their data.
- [Transfer Ownership](https://docs.epicollect.net/web-application/transfer-ownership.md): Transfer the ownership of projects to other users
- [Manage Entries](https://docs.epicollect.net/web-application/manage-entries-1.md)
- [Data Mapping](https://docs.epicollect.net/web-application/mapping-data.md)
- [Downloading Data](https://docs.epicollect.net/web-application/downloading-data.md): Download project data as csv or json files
- [Downloading Media](https://docs.epicollect.net/web-application/downloading-media.md)
- [Metadata](https://docs.epicollect.net/web-application/metadata.md)
- [Clone Project](https://docs.epicollect.net/web-application/clone-project.md): Easily create duplicates of project structures
- [Rename Projects](https://docs.epicollect.net/web-application/rename-projects.md)
- [Import & Export Projects](https://docs.epicollect.net/web-application/import-and-export-projects.md): Export just the project definition
- [Web Link to Add Entries](https://docs.epicollect.net/web-application/web-link-to-add-entries.md)
- [Projects as App Links](https://docs.epicollect.net/web-application/projects-as-app-links.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
