> 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/institutional-guidance/introduction-and-scope.md).

# Introduction & Scope

{% hint style="info" %}
**Living Guidelines:** This guidance is regularly updated to reflect the rapidly evolving GenAI landscape. If you have suggestions for additions or corrections, use the feedback button or contact the Research Integrity and Compliance Officer.

**Version 1.0 — February 2026**&#x20;

**Next update: June 2026**
{% endhint %}

### Introduction

Generative AI has great potential for accelerating scientific discovery and improving research productivity. Positive applications include improved inclusivity through translation of texts for non-native speakers, efficient literature synthesis across large bodies of work, and assistance with writing analysis code. However, GenAI also entails significant risks including data privacy concerns and the inputting of confidential data into external systems, lack of reliability and reproducibility of research outputs, potential reproduction of existing biases, and significant threats to intellectual property and research integrity.

Without clear guidance on how to navigate the various ethical considerations and limitations of these systems and tools, researchers and supervisors report discomfort with encouraging postgraduate research students to innovate with these tools. Without guidance, researchers may potentially use them in ways that put research integrity at risk.

{% hint style="warning" %}
**Cognitive Offloading Risk:** Recent studies have found a significant negative correlation between frequent AI tool usage and critical thinking abilities. Researchers must engage critically with AI technologies and avoid over-reliance.
{% endhint %}

### Purpose

This guidance supports the ethical, responsible, critical and transparent use of GenAI systems and tools by researchers and supervisors. It provides:

* Core principles aligned with EU and national research integrity frameworks
* Clear guidance on data protection and GDPR compliance
* Practical case studies addressing common scenarios
* A decision framework for determining appropriate AI usage levels
* Specific guidance for supervisors working with research students

This guidance is not prescriptive and does not recommend what specific GenAI systems or tools should or should not be used. Instead, it takes a principles-based approach, building on the core research integrity principles of **reliability, honesty, respect and accountability**.

### Scope

This guidance applies to all individuals and groups who engage in, or support, research activities. This includes:

* 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 campus or on behalf of the institution at any location

<figure><img src="/files/NrkgCtUoYI2TQqchzmBp" alt=""><figcaption></figcaption></figure>


---

# 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/institutional-guidance/introduction-and-scope.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.
