# Best Practices

## Helpful groups

* Group for your own papers: `author=YOURSELF`
* Group for the papers of your group: `author=YOURSELF and author=COLLEAGUE1 and author=COLLEAGUE2`

See [Groups](/v4/finding-sorting-and-cleaning-entries/groups.md) for more information on grouping.

## Sort order

Sort your entries with the `bibtexkey` on save (can be set in the database properties). This makes finding an entry easier in a large file.

## Use Integrity Check often

Use `Quality -> Integrity Check` often to ensure that the quality of your database does not degrade. See [Check Integrity ](/v4/finding-sorting-and-cleaning-entries/checkintegrity.md)for more information.

## Enable save actions

Specify your save actions (can be set in the database properties). This ensures that your BibTeX file will look more consistent.

See [Save Actions](/v4/finding-sorting-and-cleaning-entries/saveactions.md) for more information.


---

# 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/v4/general/bestpractices.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.
