> 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/mobile-application/entries-limits.md).

# Entries Limits

If you are collecting data for a project where the manager(s) set entry limits, you might get some errors when trying to upload entries. [More on setting entries limits](/mobile-application/entries-limits.md)**.**

For example, let's have a look at our example project [EC5 Limit entries.](https://five.epicollect.net/project/ec5-limit-entries)

<figure><img src="/files/SIz20cR34yrSS3ZK7pPd" alt=""><figcaption><p>A limit of 2 entries is set on the PERSON form</p></figcaption></figure>

On the [EC5 Limit entries](https://five.epicollect.net/project/ec5-limit-entries) project, we set the limits of the PERSON form to 2.

We already uploaded 2 entries to the server for the PERSON form, so let's see what happens if you try to add an extra entry.

<figure><img src="/files/hdbrbIq4nF9zCTMqyiOZ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/eLOOIwITfgeyYx0gsHxf" alt=""><figcaption></figcaption></figure>

The upload attempt failed, as the entries limit on the server is reached.

<figure><img src="/files/G2cyEa4k8MaX2hsqIYrH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sVIUlZLE3jFh3eEnVaDW" alt=""><figcaption></figcaption></figure>

If you download the entries from the server, they count towards the entries limit therefore the **+ADD ENTRY** button gets disabled.

<figure><img src="/files/JlGXAlnZaMHdcbJFbarg" alt=""><figcaption></figcaption></figure>


---

# 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/mobile-application/entries-limits.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.
