> For the complete documentation index, see [llms.txt](https://styleguide.seej.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://styleguide.seej.org/transliteration.md).

# Transliteration

### Library of Congress Transliteration Tables

When transliterating languages with non-Roman alphabets (an exception is made for longer, [**block quotations**](/translation.md#use-of-cyrillic-and-other-non-roman-alphabets)), please consult the Library of Congress transliteration tables based on the language you are transliterating:

|                                                                               |                                                                                |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [**Russian**](https://www.loc.gov/catdir/cpso/romanization/russian.pdf)       | [**Ukrainian**](https://www.loc.gov/catdir/cpso/romanization/ukrainia.pdf)     |
| [**Belarusian**](https://www.loc.gov/catdir/cpso/romanization/belarusian.pdf) | [**Bulgarian**](https://www.loc.gov/catdir/cpso/romanization/bulgarian.pdf)    |
| [**Serbian**](https://www.loc.gov/catdir/cpso/romanization/serbian.pdf)       | [**Armenian**](https://www.loc.gov/catdir/cpso/romanization/armenian.pdf)      |
| [**Georgian**](https://www.loc.gov/catdir/cpso/romanization/georgian.pdf)     | [**Church Slavic**](https://www.loc.gov/catdir/cpso/romanization/churchsl.pdf) |

**See the**[ **full list of transliteration tables**](https://www.loc.gov/catdir/cpso/roman.html) **for all other languages.**

### **Anglicized Words**

Anglicized words such as **"ruble," "kopek," "kolkhoz," "glasnost"** should be used except in linguistic or directly quote Cyrillic text, in which chase the words should be transliterated according to the tables above.

### **Russian Names**

Please see the [**section on Russian names**](/transliteration/untitled-1.md)**.**


---

# 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:

```
GET https://styleguide.seej.org/transliteration.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.
