> ## Documentation Index
> Fetch the complete documentation index at: https://docs.libratech.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Customizing chat

> Tune how Libra responds in chat: a personal system prompt, default research sources, the model selector, and bulk chat operations.

<video autoPlay muted loop playsInline src="https://mintcdn.com/libra-4206ec93/azhR9hqtFjs66ITC/assets/videos/features/chat-customization.webm?fit=max&auto=format&n=azhR9hqtFjs66ITC&q=85&s=b2759559d650ff94735eb5e5971d1c00" className="rounded-xl border w-full" data-path="assets/videos/features/chat-customization.webm" />

These settings change how every chat behaves for you. They live in **Settings** (profile picture → **Settings**), split across the **General** and **Chats** tabs.

<div className="libra-buddy-callout">
  <img src="https://mintcdn.com/libra-4206ec93/wgVZXcGnHS4aJk9T/assets/images/libra-buddy/questioning.png?fit=max&auto=format&n=wgVZXcGnHS4aJk9T&q=85&s=810df7246558207348feb4bc2ab3ad17" alt="Libra mascot" width="710" height="643" data-path="assets/images/libra-buddy/questioning.png" />

  <div className="libra-buddy-callout-content">
    What you write under *"What would you like Libra to know about you to provide better responses?"* is silently prepended to the system prompt of every message you send. Treat it as a system prompt: write constraints, not bio.
  </div>
</div>

## Personalization

The **General** tab lets you give Libra a standing brief. It applies to every conversation, on every project.

<AccordionGroup>
  <Accordion title="What would you like Libra to know about you to provide better responses?">
    Context Libra should always have. Best for stable facts: your role, jurisdiction, languages, the kinds of clients or work you handle. The field's own example is *"I am a business lawyer specializing in intellectual property law and copyright law. I speak German and English."*
  </Accordion>

  <Accordion title="How would you like Libra to respond?">
    Stylistic preferences — the example given is *"I want formal, detailed and very well structured legal responses."* These apply everywhere; override them inside a single chat just by asking.
  </Accordion>
</AccordionGroup>

Click **Save** to apply. Both fields are read fresh on every message, so an edit takes effect on your next message in existing chats as well as new ones.

## Chat preferences

The **Chats** tab controls defaults that apply to every new conversation. Not everyone sees the same list: the two research toggles depend on your team's country, and the import and export actions further down depend on your role.

<AccordionGroup>
  <Accordion title="Chat History">
    On by default. Chats are saved in your workspace so you can find and reuse them. Turn it off and your chats become temporary — Libra doesn't save them, which is useful for sensitive one-off questions. Switching this toggle either way returns you to a fresh chat.
  </Accordion>

  <Accordion title="Show Model Selector">
    Off by default. The model button sits in the composer to the right of **Research** and opens the tier picker with **Standard**, **Deep Thinking** and **Fast** — it is hidden while an Assistant or a Workflow is driving the chat. Turning this setting on adds the individual models below those tiers, so you can run a chat on a named model instead of a tier. Refresh the page after switching it on.
  </Accordion>

  <Accordion title="Enable Statutes & Case Law">
    Shown to German teams, on by default. It lets any chat model automatically search German statutes and case law from **Wolters Kluwer Online** when a question calls for it, so you don't have to select the source under [Research](/en/features/chat/research-mode) first. It needs no extra setup and no Wolters Kluwer subscription, and it replaces the older Otto Schmidt default — [Otto Schmidt](/en/integrations/germany/otto-schmidt) stays available as a source you pick yourself. Refresh the page after toggling.
  </Accordion>

  <Accordion title="Enable Wolters Kluwer for Libra AI by default">
    The counterpart outside Germany, for teams whose country has Wolters Kluwer access. On by default where it appears: every new chat starts with [Research](/en/features/chat/research-mode) already switched on and your country's Wolters Kluwer sources already selected, so you don't have to pick them each time. Turn it off and new chats stop pre-selecting them — you choose the source yourself under **Research** when a question calls for it. Refresh the page after toggling.
  </Accordion>
</AccordionGroup>

## Bulk chat operations

Lower down the **Chats** tab, two actions apply to all of your chats at once. Both replace themselves with an **Are you sure?** confirmation before anything happens.

| Action                | What it does                                                                                                                                                                                                                |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Archive All Chats** | Moves every chat out of your active history, so it no longer appears in the sidebar or in chat search. You can find and restore them one at a time from profile picture → **Archived Chats**, which has its own search box. |
| **Delete All Chats**  | Permanent, and it takes the archived ones with it. There is no undo.                                                                                                                                                        |

Administrators get two more actions on the same tab: **Import Chats** and **Export Chats**. Export downloads all of your chats as a single JSON file, useful for backups or migration; Import reads such a file back in. They appear only for the accounts that also see the **Admin Settings** tab, so most people won't find them.

<Note>
  For deleting or archiving a single chat, use the chat menu instead — see [Chat history](/en/features/chat/history#managing-a-chat).
</Note>

## Next steps

<Columns cols={2}>
  <Card title="Chat modes" icon="sliders-horizontal" href="/en/features/chat/modes">
    Standard, Deep Thinking and Fast — pick the reasoning depth for the message you send next.
  </Card>

  <Card title="Settings" icon="https://mintcdn.com/libra-4206ec93/vIwxn8dmEk0jsP5x/assets/images/icons/user-cog.svg?fit=max&auto=format&n=vIwxn8dmEk0jsP5x&q=85&s=8c86144565e31a6a0c5f49f89baca938" href="/en/resources/account" width="24" height="24" data-path="assets/images/icons/user-cog.svg">
    Profile, security, templates, and integrations.
  </Card>
</Columns>
