# Common Use Cases

- [Matrix Style Questions](https://docs.epicollect.net/common-use-cases/matrix.md)
- [Consolidate data](https://docs.epicollect.net/common-use-cases/consolidate-data.md): When retrieving data from Epicollect5, individual files are generated for each form and branch. To facilitate data linkage, Epicollect5 assigns unique identifiers, integrated into the dataset.
- [Jumps 101](https://docs.epicollect.net/common-use-cases/jumps-101.md): Example Implementation of Jumps in the Epicollect5 Platform
- [Other, Please Specify](https://docs.epicollect.net/common-use-cases/specify-answer-with-jump.md): Handling "Other, Please Specify" in Epicollect5 Forms
- [Non-Hierarchical Forms](https://docs.epicollect.net/common-use-cases/non-hierarchical-forms.md)
- [Users Working Groups](https://docs.epicollect.net/common-use-cases/users-working-groups.md): Managing multiple projects for multiple sites and compare all the data
- [Excel and UTF-8](https://docs.epicollect.net/common-use-cases/excel-and-utf-8.md): Microsoft Excel may struggle to properly display UTF-8 compliant CSV files when they contain non-English characters. However, this issue is not related to Epicollect5.
- [Excel All Data in One Cell](https://docs.epicollect.net/common-use-cases/excel-all-data-in-one-cell.md)
- [Barcodes](https://docs.epicollect.net/common-use-cases/barcodes.md)
- [Child Forms vs Branches](https://docs.epicollect.net/common-use-cases/child-forms-vs-branches.md)
- [Dependent Dropdowns](https://docs.epicollect.net/common-use-cases/dependent-dropdowns.md)
- [Referencing Parent Form Responses](https://docs.epicollect.net/common-use-cases/referencing-parent-form-responses.md): Reference responses from a parent form while collecting data.


---

# 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/common-use-cases.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.
