# FAIR principles

FAIR stands for Findable, Accessible, Interoperable and Reusable. This is a set of guiding principles for data usage within the scientific community, particularly intended to promote automation and non-human use cases and well as easier human use of data. See [Wilkinson et. al. 2016](https://www.nature.com/articles/sdata201618).

{% hint style="info" %}
**Tip**

A superset of the FAIR principles are the [Gemini Principles](https://www.cdbb.cam.ac.uk/DFTG/GeminiPrinciples) from the UK's National Digital Twin project.
{% 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://iea-task-43.gitbook.io/iea-task-43-glossary/terms/fair-principles.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.
