# Research field

To aid navigation and indexing, actors can create edges indicating association with particular fields of research. Through these relations, indexers can allow filtering research that is part of both neuroscience and economics, for example.

<figure><img src="/files/sLjS3eoX2Efu0p7t3Bwg" alt=""><figcaption><p>Research field relations modelling groups of research objects</p></figcaption></figure>

{% hint style="info" %}
Since any actor can create these relations, a gateway operator may choose to only show such indications created by the publication author or an otherwise trustworthy actor.
{% endhint %}

## Schema

<table><thead><tr><th width="170.33333333333331">Field</th><th width="127">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>name</code></td><td><code>String</code></td><td>Name of the research field</td></tr><tr><td><code>description</code></td><td><code>String</code></td><td>Description of the same</td></tr></tbody></table>

## Governance

To avoid multiple research field instances intending to capture the same, and hence fragmenting the graph, ideally the community adhere to a standardized list. This prevents the same research field existing with different descriptions, which in the end makes indexing more difficult and is confusing to end users.

The DeSci Foundation aims to maintain such a set of research field instances based on the [FAIRsharing Subject Ontology](https://www.ebi.ac.uk/ols/ontologies/srao). This is recommended to use as a whitelist for gateway operators when displaying research fields or allowing the creation of such relations.


---

# 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://codex.desci.com/data-layer-definition/entities/relational-information/research-field.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.
