> For the complete documentation index, see [llms.txt](https://malrewrite.gitbook.io/important-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malrewrite.gitbook.io/important-docs/reference/punctuation/semicolon.md).

# Semicolon

## Independent clauses

Use a semicolon to connect two independent clauses that represent similar or closely connected ideas.

### Examples

* [Satsuki Minazuki can see death; specifically, she can see the illusion of corpses exactly 24 hours before they manifest in reality.](https://myanimelist.net/manga/132078)

## Lists

Semicolons must be used in place of commas in lists in which an individual item contains a comma. This applies even to lists of only two items.

### Examples

* Correct: Kae is surrounded by four handsome boys: Igarashi, who is athletic and good-looking; Nao, who is playful and naughty; the younger Shinomiya, who is delicate and sweet; and the older Mutsumi, who is kind and angelic.
  * [Queen Victoria sends in her notorious guard dog, Ciel Phantomhive; and his ever-faithful demon butler, Sebastian Michaelis.](https://myanimelist.net/anime/22145)
* Incorrect: Kae is surrounded by four handsome boys: Igarashi, who is athletic and good-looking, Nao, who is playful and naughty, the younger Shinomiya, who is delicate and sweet, and the older Mutsumi, who is kind and angelic.
  * Queen Victoria sends in her notorious guard dog, Ciel Phantomhive, and his ever-faithful demon butler, Sebastian Michaelis.

## See also

{% content-ref url="/pages/UAvEkPL88VAqjhAhlQXS" %}
[Capitalization](/important-docs/reference/capitalization.md)
{% endcontent-ref %}


---

# 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://malrewrite.gitbook.io/important-docs/reference/punctuation/semicolon.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.
