# Links to other entries

JabRef supports following fields to jump to other entries.

Following fields are supported:

* `cites` - comma separated list of citation keys which are cited by this entry
* `crossref` - single entry which is cross referenced.
* `related` - comma separated list of citation keys which are in some kind related to this entry. The type of **all** relations can be specified by a single `relatedtype` (see <https://github.com/plk/biblatex/issues/475#issuecomment-246931180>). Note: biblatex prints this information if `related` is active at the biblatex package.

To use the `crossref` field, navigate to the general tab and insert the Crossref at the top.

To use `cites` and `related`, follow these steps:

1. Navigate to Bib(la)TeX source
2. Insert `related = {citationkey},`
3. Close the entry editor
4. Open the entry editor
5. Navigate to "Other fields"
6. There, you now see "related" with the possibilities to (i) navigate to the entry, (ii) add new related entries, (iii) remove related entries.

## Notes

If you use `crossref`, JabRef will move these entries first in the bibliography as otherwise BibTeX cannot use the information of the cross-referenced fields. See also <http://tex.stackexchange.com/a/148978/9075>.

Please note that biblatex treats `crossref` differently than BibTeX.

## Unsupported fields

* `citedBy` - this is the opposite of `cites`. Use `cites` instead.
* `relations` - this would introduce a complicated field similar to our save actions. A simple key/value is enough
* `references` - stores all references in plain text (PRVV plugin). Thus, we do not use it.

## Further information

See <https://github.com/koppor/jabref/issues/14> for the developer's discussion on the fields.


---

# 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.jabref.org/advanced/entryeditor/entrylinks.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.
