> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.sparkian.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.sparkian.com/_mcp/server.

# Chat response actions

Every AI response has a row of actions underneath it:

![Response action row](https://cdn.sparkian.com/docs/chat-response-actions.png)

* **Copy response** - copy the response (see [Copy and export](/copy-export) for the available formats)
* **Download response** - save the response as a file (PDF, Word, or Markdown)
* **Retry response** - regenerate the response from the same prompt
* **Repurpose response** - turn the response into a different tone, style or translate to another language
* **Compare with another model** - re-run the same prompt on another model and view them side by side, turning the chat into a [multi-model chat](/multi-model-chat)
* **Branch from here** - start a new chat pre-loaded with the conversation up to this point - see [Chat branching](/chat-branching)
* **Delete response** - remove this response (see [Deleting messages and chats](/delete-messages-and-chats))

In a [multi-model chat](/multi-model-chat), each model's response column has its own copy of these actions, plus **Hide response** and **Make this the primary response**.

## Related

* [Multi-model chat](/multi-model-chat)
* [Chat branching](/chat-branching)
* [Copy and export](/copy-export)