# What Does TEI Markup Look Like?

The following example is from [The Walt Whitman Archive](https://whitmanarchive.org/manuscripts/transcriptions/loc.00001.html).  It shows a portion of the markup written to create a facsimile of the original manuscript for Whitman's poem "The Argument."&#x20;

!["The Argument" original manuscript (1890 or 1891)](/files/-MRX5jXNrz-tp1Fx38kd)

As you can see in the TEI facsimile below, the Archive seeks to replicate the edits made in the manuscript as well as the layout of the text:

![](/files/-MRXft0BxYGiooCFEeKu)

The TEI markup below looks very different from the facsimile but, if you look closely, you can probably understand some of what the markup is doing.

```
<text type="manuscript">
<body>
<pb facs="loc.00001.001.jpg" xml:id="leaf001r" type="recto"/>
<lg type="poem">
<head rend="underline" type="main-authorial">
After
<subst>
<del rend="overstrike" seq="1">an</del>
<add place="supralinear" rend="insertion" seq="2">
the
<del rend="overstrike">unsolv'd</del>
</add>
</subst>
argument
</head>
<l>
<del rend="overstrike">The</del>
<add place="supralinear" rend="insertion">
<del rend="overstrike">Coming in,</del>
<subst>
<del rend="overwrite" seq="1">a</del>
<add place="over" rend="overwrite" seq="2">A</add>
</subst>
group of
</add>
little children, and their
<lb/>
ways and chatter, flow
<add place="inline" rend="unmarked">in, </add>
<del rend="overstrike">
<add place="supralinear" rend="unmarked">upon me</add>
</del>
</l>
<l>
Like
<add place="supralinear" rend="insertion">welcome </add>
rippling water o'er my
<lb/>
heated
<add place="supralinear" rend="insertion">nerves and </add>
flesh.
</l>
<closer>
<signed>Walt Whitman</signed>
</closer>
</lg>
<pb facs="loc.00001.002.jpg" xml:id="leaf001v" type="verso"/>
</body>
</text>
```


---

# 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://bcds.gitbook.io/handbook/digital-scholarship-methods/overview/tei/tei-example.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.
