# Epicollect5 Citation

**Web Citation:**

When citing EpiCollect from the web, use the following format:

{% code overflow="wrap" fullWidth="true" %}

```
Centre for Genomic Pathogen Surveillance. [insert current year]. Epicollect5. Available at: https://five.epicollect.net. Last accessed: [insert date here]Copy
```

{% endcode %}

Replace `[insert current year]` with the current year and `[insert date here]` with the date you last accessed the site.

**Original Paper:**

If you’re citing the original paper, use this citation:

{% code overflow="wrap" %}

```
Aanensen DM, Huntley D, Feil EJ, al-Own F, Spratt BG (2009) EpiCollect: linking smartphones to web applications for epidemiology, ecology and community data collection. PLoS ONE Sep 16;4(9):e6968Copy
```

{% endcode %}

**Secondary Paper:**

For the secondary paper, use this citation:

{% code overflow="wrap" %}

```
Aanensen DM, Huntley DM, Menegazzo M, Powell CI, Spratt BG. (2014) EpiCollect+: linking smartphones to web applications for complex data collection projects. F1000Res. Aug 20;3:199. doi: 10.12688/f1000research.4702.1Copy
```

{% endcode %}

{% hint style="warning" %}
Please adhere to the recommended style guide as per your institution's guidelines.
{% endhint %}


---

# 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/about/epicollect5-citation.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.
