> For the complete documentation index, see [llms.txt](https://docs.riff.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riff.ai/archive/features-legacy-databutton-web-app-builder/app-preference-features/agent-preferences.md).

# Agent Preferences

### How to Access

Click on your application name in the top left corner of your workspace, then select Settings > Agent Preferences

### Available Options

#### Main Model

* Current Default: Claude 4.5 Sonnet
* This is the AI model that powers your agent's responses and code generation

#### Opt-in for Experimental Features

* Enable access to new features before they're officially released
* May include cutting-edge capabilities that are still being refined

#### Tone of Voice

Choose how the agent communicates:

* Neutral: Straightforward, matter-of-fact responses
* Friendly: Warm, conversational tone
* Professional: Formal, business-appropriate language

Response Style

Control the length and detail of responses:

* Concise: Brief, to-the-point answers
* Normal: Balanced explanations (recommended)
* Explanatory: Detailed responses with additional context

Your Technical Level

Helps the agent calibrate explanations to your experience:

* Beginner: More detailed explanations of technical concepts
* Intermediate: Balanced technical depth
* Advanced: Assumes strong technical knowledge

Additional Personalization Instructions

* Free-form text field for any other specific preferences
* Examples: coding style preferences, preferred frameworks, communication quirks

To Save: Click Save Preferences after making changes


---

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

```
GET https://docs.riff.ai/archive/features-legacy-databutton-web-app-builder/app-preference-features/agent-preferences.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.
