> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chief.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Copying responses as rich text or Markdown

> The fastest way to move a Chief answer into an email, doc, or ticket is to copy it.

The fastest way to move a Chief [answer](/help/chatting-with-chief/working-with-an-answer-the-response-menu) into an email, doc, or ticket is to copy it. Chief copies as formatted rich text by default — so headings, bold, and lists survive the paste — and also lets you grab the raw Markdown when that's what the destination wants.

## Copy an answer as rich text

<Frame>
  <img src="https://mintcdn.com/chief-2d405d1a/ZjT7ckngTj8rjHF7/images/help/chat-copy-icon.png?fit=max&auto=format&n=ZjT7ckngTj8rjHF7&q=85&s=339c033d0856721069f468178d0451d1" alt="The Copy button on an answer, which copies as formatted rich text" width="960" height="236" data-path="images/help/chat-copy-icon.png" />
</Frame>

1. [Hover over the answer](/help/chatting-with-chief/editing-copying-downloading-messages).
2. Click the **Copy** button.

The answer is copied as rich text. Paste it into a document, email, or any editor that accepts formatting, and the structure comes with it.

## Copy an answer as Markdown

1. Click the **Copy** button on the answer.
2. A secondary **Copy as Markdown** button appears right after — click it.

This copies the raw Markdown, ideal for pasting into a Markdown editor, a code comment, or another AI tool.

<Note>
  ℹ️ **Good to Know:** The **Copy as Markdown** button is shown only briefly after you click **Copy**. If it disappears before you reach it, just click **Copy** again to bring it back.
</Note>

## Copying tables

A table inside an answer has its own **Copy table as Markdown** action, so you can grab just the table without the surrounding text — or [download it as a spreadsheet](/help/creating-exporting/downloading-responses-pdf-docx-xlsx-csv-markdown-text-tables).

## FAQ

<AccordionGroup>
  <Accordion title="I pasted the answer and lost all the formatting.">
    You likely pasted Markdown into a destination that doesn't render it, or used plain-text paste. Use the default **Copy** (rich text) and a normal paste into a formatting-aware editor to keep headings, bold, and lists.
  </Accordion>

  <Accordion title="The Copy as Markdown button vanished before I could click it.">
    It only shows for a few seconds after you click **Copy**. Click **Copy** again and the Markdown option reappears.
  </Accordion>

  <Accordion title="Can I copy just a table?">
    Yes — use the table's own **Copy table as Markdown** action to copy only that table.
  </Accordion>
</AccordionGroup>
