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