# Feature Flags

There are certain features or behaviors in BoltAI that you can tweak via a feature flag. To configure these flags, go to Settings > Advanced > Feature Flags

Unlike other options, feature flags might change in the future without notice. Use them with caution.

<figure><img src="/files/i2Z0tC8x2hU4zK4yIcxb" alt=""><figcaption><p>BoltAI Feature Flags</p></figcaption></figure>

### What are flags I can change?

* **Enable text selection for user messages**. Due to a bug in the underlying rendering engine, this might cause crash for some users.
* **Use new rendering for user messages.**
* **Use new markdown renderer for macOS 12.**
* **Enable AI Inline for Setapp version:** The AI Inline feature is highly experimental and is not enabled by default on Setapp.
* **Append current time to System Instruction**: When enabled, BoltAI would include your local time in the System Instruction. This is useful when using with AppleScript plugin to set a reminder, or when you want to ask about a real-time event.
* **AI Inline: Use clipboard to get highlighted text:** By default, BoltAI attempts to get the highlighted text using the Accessibility API from macOS. Enable this to use the Clipboard strategy instead. When enabled, BoltAI would emulate Command+C to get the highlighted text.


---

# 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/chat-ui/feature-flags.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.
