# Add Entries - Mobile (Multiple Forms)

On multiple forms projects, like our [**EC5 HIERARCHY PROJECT**](https://five.epicollect.net/project/ec5-hierarchy-project), the data collection follows a hierarchy structure. It is exactly like using folders on your computer. We usually create a parent folder and inside it one or more subfolders and so on. A parent folder can contain multiple subfolders. It is not possible to create a subfolder without a parent folder.

In the sample project, we set up three linked forms: **CLASS > PUPIL > TEST**.

**(**[**See linking forms**](https://docs.epicollect.net/formbuilder/multiple-forms)**).**

The main idea is to add a list of **CLASS** entries and add **PUPIL** entries to each **CLASS** entry. Afterwards\*\*,\*\* we want to add **TEST** entries to each **PUPIL** entry.

Look below, we added a **CLASS** entry named "*History*" to the **EC5 HIERARCHY PROJECT**.

**(**[**More on adding an entry**](https://docs.epicollect.net/mobile-application/add-an-entry)**).**

When an entry for a form is added, and there is a linked form, an arrow button appears next to the entry when viewing the list of entries. We added a CLASS entry named "History".

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-bbadd4c59fb0a565f386dffc0d5e4a9bdf021560%2F20230413_144036453_1.png?alt=media" alt=""><figcaption></figcaption></figure>

On larger screens like a tablet, or when the device is in landscape mode, the name of the linked form also appears. Our child/linked form is named PUPIL.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-747c9aaff02cc919481ab717faefd041d1f51c45%2F20230413_144036057_1.png?alt=media" alt=""><figcaption></figcaption></figure>

Tapping the PUPIL button takes you to the PUPIL form, where we can add child entries to the "History" CLASS entry. Tap the **+ADD ENTRY** button on the top right to add an entry.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-5c6da4a5261df4fb982fd74a404b539840c1711d%2F20230413_144037269_1.png?alt=media" alt=""><figcaption></figcaption></figure>

We added a PUPIL entry named "Mirko" and that appears as a child entry of "History". At this point, following the same steps, we can either add another PUPIL entry or go a level further down the forms hierarchy to add a TEST entry to a PUPIL. The back button at the top left indicates "CLASS", our starting form.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-350457ff52d9712a9429c0a0fa04746dd29bb130%2F20230413_144037694_1.png?alt=media" alt=""><figcaption></figcaption></figure>

On larger screens or in landscape mode, the name of the linked TEST form appears.

<figure><img src="https://3293478884-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F32OIF30CgrNUuRY6IjkW%2Fuploads%2Fgit-blob-730a23f8a990b079f4ec273d0127d6fcc668f041%2F20230413_144038076_1.png?alt=media" 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/add-child-entries.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.
