# Quotation Marks

## Information

Use straight quotes (") and not smart quotes (“ ”). Do not use two apostrophes in place of a quotation mark. To avoid the use of smart quotes in Google Docs, go to Tools > Preferences and uncheck the "Use smart quotes" checkbox.

## Punctuation

Commas and periods always go inside quotation marks. Other punctuation marks go outside unless they are part of the quoted text.

### Examples

* He says, "Come here," and then, "Take my sword."
* Did you see your "friend"?
* He said, "Did you see your friend?"

## Unusual usage

Use double quotes to set off in-universe terms that may otherwise be misread, words used in an unusual manner, or other expressions that should be taken at more than face value or vary from standard usage. Quotes around in-universe terms should be used sparingly and only when setting the term off makes the sentence clearer. In general, this occurs when the term is a pre-existing English word (e.g. *chain* in the example below) and the term's meaning has not yet been explained.

### Examples

* [Now, he must confront the world of the Abyss and its dwellers, the monstrous "Chains."](https://myanimelist.net/anime/5530)
  * Compare with: [The mystical Abyss is a terrifying realm home to monstrous creatures called Chains.](https://myanimelist.net/manga/3031)
* [He "started too late" to follow his true solo-skating dreams.](https://myanimelist.net/manga/129621)

## Nested quotations

Only use single quotes for quotations within quotations. To avoid confusion, use a space between the single quote and double quote when they appear together. In nested quotations, commas and periods go inside both quotation marks.

### Examples

* The report told me, "When I asked him about the recent developments, he said 'no comment.' "

## See also

{% content-ref url="/pages/rIv1KP5ypDOW64t8CZy7" %}
[Italics and Quotation Marks](/important-docs/reference/format/italics-and-quotation-marks.md)
{% endcontent-ref %}

{% content-ref url="/pages/fYrhMZL3GAsh87TicsgJ" %}
[Names and Conventions](/important-docs/reference/details-of-anime-and-manga/names-and-conventions.md)
{% endcontent-ref %}


---

# 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/punctuation/quotation-marks.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.
