# Miscellaneous

## Italicized Terms

When making an italicized term plural, the *s* is not italicized

{% hint style="success" %}
too many ***sic*****s**
{% endhint %}

## Plural Letters

### Lowercase and Capitalized Plural Letters

Apostrophes are used to form the plurals of letters:

{% hint style="success" %}
Accommodation has two c’s and two m’s.

Mind your *p*’s and *q*’s.

She had three scarlet A’s on her back.
{% endhint %}

### Grades and Abbreviations

Apostrophes **are not** used for the plurals of letters referring to grades or for the plurals of abbreviations containing capital letters:

{% hint style="success" %}
She got three As.

This program is open to people with MAs and PhDs.
{% endhint %}

## Section Headers

Section headers are placed in bold and capitalized like the title of a book. They should not be italicized.

{% hint style="success" %}
**Creativity as Perception**

The period between Belinsky and Solovyov (the 1850s and the 60s) provides no significant examples of new meanings attributed to the concept of *tvorchestvo,* seemingly leaving this conceptual history with a gap.
{% endhint %}

{% hint style="danger" %}
***Creativity as perception***

The period between Belinsky and Solovyov (the 1850s and the 60s) provides no significant examples of new meanings attributed to the concept of *tvorchestvo,* seemingly leaving this conceptual history with a gap.
{% endhint %}


---

# 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/miscellaneous.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.
