> For the complete documentation index, see [llms.txt](https://docs.boltai.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boltai.com/docs/troubleshooting/cant-select-text-in-conversation-prompt.md).

# Can't select text in conversation prompt

### I can't select the text in conversation prompt, how to fix?

Follow this guide to enable text selection for your prompts.

1. Go to **Settings > Advanced > Feature Flags**
2. Enable the "Allow text selection for user messages"

Alternatively, you can use a new renderer for user message (enable the feature flag below it)

<figure><img src="/files/Hbommu2cQJUN0dWYOKXH" alt=""><figcaption><p>Enable Text Selection for user prompt</p></figcaption></figure>

### Why does this happen?

Due to a bug in SwiftUI, enabling text selection on user messages crash the app for some users. Unfortunately, I haven't found a better solution yet.
