# Plural Form

## Information

Acronyms should be pluralized by adding an *s* to the end. Those that end with *S* should instead be pluralized with an *es*. Do not use an apostrophe before the *s* or *es*.

{% hint style="info" %}
Abbreviations often follow the same plural rules as acronyms. However, note that some abbreviations, particularly SI units, may not be pluralized with an *s*. When in doubt, Google is your friend.
{% endhint %}

### Examples

| Correct  | Incorrect |
| -------- | --------- |
| UFOs     | UFO's     |
| WMDs     | WMD's     |
| TARDISes | TARDISs   |
| 10°C     | 10°Cs     |


---

# 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://malrewrite.gitbook.io/important-docs/reference/abbreviations-and-acronyms/plural-form.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.
