> For the complete documentation index, see [llms.txt](https://sftpmag.gitbook.io/sftp-publishing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sftpmag.gitbook.io/sftp-publishing/style-guide/abbreviations.md).

# Abbreviations & Acronyms

Spell out etc., i.e., e.g., and other scholarly abbreviations in text (She wanted to know more; that is, how the suspects gained entrance to the house); use abbreviations in notes and bibliographical material (See Parker et al.).<br>

Acronyms: Set most acronyms as caps without a period: NAFTA, EU, MIT, NAACP, NOW, NATO, OECD, UN, and US. Spell out the entity on first use: however, if it is a common term and the author uses the acronym within the next paragraph or two, do not put the acronym right after it: Workers in Mexico suffered after passage of the North American Free Trade Agreement. However, the current administration believes that the benefits of NAFTA outweigh its deficits. We spell out United States, United Kingdom, United Arab Emirates, and so on, when they are subjects, but use acronyms in adjective form (US imperialism, UK-led coalition, UAE influence in the Gulf). <br>

State names should be completely spelled out (not abbreviated) when they stand alone and (with the exception of DC) when a city precedes them.<br>

Many of our readers live abroad, where they don't see the acronym as frequently as we do, and acronyms once considered common may drop from usage (USSR). Therefore, make them clear, as in the former Soviet Union. We have stopped spelling out AFL-CIO, though. Some organizations no longer use their original names and go only by their acronyms. For instance, NARAL: Pro-Choice America started out as the National Association for the Repeal of Abortion Laws, became the National Abortion Rights Action League, and later was the National Abortion and Reproductive Rights Action League. If the article refers to an earlier phase of the organization’s history, let the reader know its name at the time. Some unions were formed by mergers and had different names in earlier days. Pay attention to articles and prepositions: it’s the National Organization **for** Women (NOW), not National Organization **of** Women.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sftpmag.gitbook.io/sftp-publishing/style-guide/abbreviations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
