> For the complete documentation index, see [llms.txt](https://ai-for-researchers.setu.ie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-for-researchers.setu.ie/about-this-resource.md).

# About This Resource

This knowledge base supports the **ethical, responsible, critical, and transparent** use of Generative AI (GenAI) systems and tools by SETU researchers and supervisors. It was developed by SETU's **Working Group on Gen AI in Research**, a subgroup of SETU's AI Steering Committee established in late 2024.

This guidance is **not prescriptive**. It does not recommend which specific GenAI tools should or should not be used. Instead, it takes a **principles-based approach**, building on the core research integrity values of reliability, honesty, respect, and accountability — framed around the [EU Living Guidelines on the Responsible Use of Generative AI in Research](https://research-and-innovation.ec.europa.eu/).

{% columns %}
{% column %}

### What This Resource Provides

* **Core principles** aligned with EU and national research integrity frameworks
* **Clear guidance** on data protection and GDPR compliance
* **Practical case studies** addressing common research scenarios
* **Specific guidance** for supervisors working with research students
* **Interactive tools** for navigating the framework
  {% endcolumn %}

{% column %}

### Who This Applies To

This guidance applies to all individuals and groups who engage in, or support, research activities under the auspices of SETU, including:

* All permanent, part-time or contract staff engaged in research
* Those involved in setting research priorities, strategies, policies and assessment
* All enrolled students who engage in research
* Research conducted on any SETU campus or on behalf of the institution at any location
  {% endcolumn %}
  {% endcolumns %}

### How to Navigate This Resource

Use the left-hand navigation to move between sections. This guidance should be used alongside the **Code of Conduct for Responsible Research Practice** and SETU's Staff and Student GenAI Guidelines.

#### Working Group Members

The members of the working group are: Prof. Kim Murphy, Dr Daire Ó Broin, Dr Martin Harrigan, Dr Luke Power, Dr Sinead O'Halloran, Dr Brenda Murphy, and Dr Brian Casey.


---

# 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://ai-for-researchers.setu.ie/about-this-resource.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.
