# Keyword Highlighting and Abstract Sorting

[CiteMed.io](http://citemed.io/) provides a simple way to ‘sort’ your abstracts to ensure a faster review. By matching project specific ‘keywords’, articles are sorted by a score from most relevant to your project, to least relevant.

### How Keyword Highlighting Works

[CiteMed.io](http://citemed.io/) is built in with some default Keywords to help sorting. You can view them on the Update Keywords, in the Advanced Menu.

<figure><img src="/files/9t5UDaMtqC8jwXRy2BTp" alt=""><figcaption></figcaption></figure>

Articles are scored based on how many matches they have of keywords in their title or abstract. See the below example of a scored abstract.

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

### Keywords Scoring Math

Positive keywords increment the score. All keywords add to the score the of article, except the ‘Exclusion’ keywords which decrement it.

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

### Changing Keywords

The keyword screen can be changed by adding comma-separated keywords to the existing boxes.

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


---

# 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://citemed-io.gitbook.io/citemed.io-documentation/abstract-reviewing/keyword-highlighting-and-abstract-sorting.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.
