# 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.


---

# 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://docs.boltai.com/docs/troubleshooting/cant-select-text-in-conversation-prompt.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.
