> For the complete documentation index, see [llms.txt](https://docs.courtaid.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.courtaid.ai/chat-and-documents/editable-answers.md).

# Editable answers

Chat responses in CourtAid are now editable. You can reformat or adjust any AI answer before copying or downloading it.

![Edit button on a chat response](/files/Xfe7fDz6lbNJMtBfz0US)

## How to edit a response

1. After CourtAid generates a chat response, click **Edit** in the top-right corner of the answer
2. The response opens in an editor with a formatting toolbar
3. Make your changes — adjust wording, reformat headings, fix names, or restructure the content
4. Click **Save** to keep your edits, or **Cancel** to discard them

![Editing a chat response with the formatting toolbar](/files/9kDSguD5JnVlc6q8e96j)

## Formatting options

The editor toolbar includes:

| Tool                                       | Use for           |
| ------------------------------------------ | ----------------- |
| **Bold, Italic, Underline, Strikethrough** | Text emphasis     |
| **H1, H2, H3**                             | Section headings  |
| **Bulleted / numbered lists**              | Structured points |
| **Blockquote**                             | Quoted passages   |
| **Undo**                                   | Revert changes    |

## When to use editable answers

| Scenario                 | What to edit                                               |
| ------------------------ | ---------------------------------------------------------- |
| Drafting a client letter | Change salutation, adjust tone, add your firm's formatting |
| Preparing a memo         | Restructure sections, add headings, refine language        |
| Exporting research       | Clean up the response before copying or downloading        |
| Fixing details           | Correct names, dates, or jurisdiction references           |

## After editing

Once saved, your edited version replaces the original in the conversation. You can then:

* **Copy** the response to your clipboard
* **Export** to download the formatted answer
* Continue the conversation with follow-up questions

{% hint style="info" %}
Edited answers are for your working copy. The underlying sources and citations remain linked — click any citation to verify against the original document.
{% endhint %}

## Tips

* Edit before exporting — it's faster than reformatting in Word
* Use headings (H2/H3) to structure longer research answers into memo sections
* The *"This is not legal advice"* disclaimer stays visible at the top of each response


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.courtaid.ai/chat-and-documents/editable-answers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
