# Epicollect API Guide

## Epicollect5 API Guide

- [Epicollect5 API](https://developers.epicollect.net/readme.md)
- [Get Entries](https://developers.epicollect.net/entries/entries.md)
- [Get Branch Entries](https://developers.epicollect.net/entries/get-branch-entries.md)
- [Get Project](https://developers.epicollect.net/project/export-project.md)
- [Get Media](https://developers.epicollect.net/media/get-media.md)
- [Project Search](https://developers.epicollect.net/projects/project-search.md)
- [Create Client App](https://developers.epicollect.net/api-authentication/create-client-app.md)
- [Retrieve Token](https://developers.epicollect.net/api-authentication/retrieve-token.md)
- [Access Resources](https://developers.epicollect.net/api-authentication/access-resources.md)
- [JQuery](https://developers.epicollect.net/api-authentication/access-resources/jquery.md)
- [PHP](https://developers.epicollect.net/api-authentication/access-resources/php.md)
- [Axios](https://developers.epicollect.net/api-authentication/access-resources/axios.md)
- [Fetch API](https://developers.epicollect.net/api-authentication/access-resources/fetch.md)
- [Getting Entries](https://developers.epicollect.net/examples/ec5-api-test.md)
- [Getting Branch Entries](https://developers.epicollect.net/examples/getting-branch-entries.md)
- [Getting Media](https://developers.epicollect.net/examples/getting-media.md)
- [PyEpicollect](https://developers.epicollect.net/examples/pyepicollect.md)
- [Using R](https://developers.epicollect.net/examples/r.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.epicollect.net/readme.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.
