# Acronyms/Abbreviations

On first mention of a term, introduce the acronym in parentheses:

{% hint style="success" %}
The Non-Aligned Movement **(NAM)** was founded in Yugoslavia in 1956.
{% endhint %}

Once you have introduced the abbreviation, you ought to use the abbreviation.&#x20;

Delete periods in acronyms and abbreviations:

{% hint style="success" %}
**USA**, **CIA**, **USSR**, **NC**, **PhD, MA, BA**
{% endhint %}

**However**, periods should be used in the case of proper names, with a space after each period:

{% hint style="success" %}
**J. R. R.** Tolkein

**E. B.** White
{% endhint %}

unless the name is only composed of initials:

{% hint style="success" %}
**FDR**, **LBJ**, **MLK**
{% endhint %}

Please see [**MLA's page on abbreviation**](https://owl.purdue.edu/owl/research_and_citation/mla_style/mla_formatting_and_style_guide/mla_abbreviations.html) for commonly abbreviated terms.


---

# 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://styleguide.seej.org/acronyms-abbreviations.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.
