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

# Preferences

The Preferences section centralizes the settings for personalizing your experience on Tess. Here, you control everything from the interface language and visual theme to advanced settings for chat behavior, memory, subtasks, and file search — all in one place.

### **Where to find it**

1. Log in to your Tess account
2. Click on your profile icon in the bottom-left corner
3. Select "Settings"
4. Click "Preferences"

### **Available settings**

<Card title="Language" icon="language">
  Currently, the Tess platform is available in Portuguese, English, and Spanish. Select the desired language so that all menus and interface texts are translated.

  <Frame>
    <img src="https://mintcdn.com/tess-dfe1edf0/EJRdtQS4HRLwbH5y/images/image-223.png?fit=max&auto=format&n=EJRdtQS4HRLwbH5y&q=85&s=87d1803911847561219c36a9b0be57be" alt="Image" width="1024" height="774" data-path="images/image-223.png" />
  </Frame>
</Card>

<Card title="Appearance" icon="paintbrush">
  Choose the platform’s visual theme:

  | Option | Description                                                              |
  | :----- | :----------------------------------------------------------------------- |
  | Light  | White background — default theme                                         |
  | Dark   | Dark background, ideal for low-light environments                        |
  | System | Automatically adopts the theme configured in <br />your operating system |

  <Frame>
    <Frame>
      <img src="https://mintcdn.com/tess-dfe1edf0/h6dS-YFNst4l7tnw/images/Captura-de-Tela-2026-05-28-a%CC%80s-15.44.49.png?fit=max&auto=format&n=h6dS-YFNst4l7tnw&q=85&s=73e5d694ff3a2101eed59b910c1d1b2b" alt="Captura De Tela 2026 05 28 Às 15 44 49" width="1634" height="998" data-path="images/Captura-de-Tela-2026-05-28-às-15.44.49.png" />
    </Frame>
  </Frame>
</Card>

<Card title="Initial Agent" icon="robot">
  Defines which agent is loaded by default when opening the main Tess AI chat.

  * By default, the selected agent is Default (Tess general agent)
  * You can switch to any of your own agents created on the platform
  * Useful for those who always work with a specialized agent and want to access it directly when opening the platform, without needing to navigate to it manually

  <Tip>
    Usage example: If you have an agent configured for customer support or data analysis, you can set it as Home Agent and start each session with the right context.
  </Tip>

  <Frame>
    <img src="https://mintcdn.com/tess-dfe1edf0/jEPuwPU0x3daqbDX/images/Captura-de-Tela-2026-05-28-a%CC%80s-15.45.44.png?fit=max&auto=format&n=jEPuwPU0x3daqbDX&q=85&s=d865baae90081d31e6f015d28110e14c" alt="Captura De Tela 2026 05 28 Às 15 45 44" width="1624" height="900" data-path="images/Captura-de-Tela-2026-05-28-às-15.45.44.png" />
  </Frame>
</Card>

<Card title="Chat Preferences" icon="message">
  Settings that control the behavior of the chat and Tools.

  <Frame>
    <img src="https://mintcdn.com/tess-dfe1edf0/hARao02SslWNKQBi/images/Captura-de-Tela-2026-05-28-a%CC%80s-15.46.14.png?fit=max&auto=format&n=hARao02SslWNKQBi&q=85&s=7dd235ed12cae17cb505144fa8167297" alt="Captura De Tela 2026 05 28 Às 15 46 14" width="1628" height="982" data-path="images/Captura-de-Tela-2026-05-28-às-15.46.14.png" />
  </Frame>

  1. **Operations** Defines the maximum number of operations (requests) that Tools can execute to generate a single response in the chat. <u>Maximum value: 25 operations</u>
     * Higher numbers allow more elaborate, multi-step tasks
     * Lower numbers limit the scope of actions and reduce resource consumption
       <Note>
         This limit applies individually per response, not to the conversation as a whole.
       </Note>
  2. **Maximum Subtasks per Prompt** Controls how many subtasks the AI can create internally when processing a single prompt. (Learn more in the article: Link)
  3. **Memory Saving Mode** Optimizes memory usage during conversations, reducing context consumption. (Learn more in the article: Link)
  4. **Memory Boost** Expands the AI’s context retention capacity during the conversation. (Learn more in the article: Link)
</Card>

<Card title="Search Settings — Experimental" icon="magnifying-glass">
  These settings control how Tess processes and searches for information within files attached to conversations. They are technical chunking parameters — the way the file content is divided into pieces for analysis.

  <Frame>
    <img src="https://mintcdn.com/tess-dfe1edf0/hARao02SslWNKQBi/images/Captura-de-Tela-2026-05-28-a%CC%80s-15.47.20.png?fit=max&auto=format&n=hARao02SslWNKQBi&q=85&s=a4b126e9c99fa04ffceaea0131b4df93" alt="Captura De Tela 2026 05 28 Às 15 47 20" width="1624" height="984" data-path="images/Captura-de-Tela-2026-05-28-às-15.47.20.png" />
  </Frame>

  <Info>
    Experimental feature: these options are still in testing and may change.
  </Info>

  1. **Chunk Size (Fragment Size)**

  Defines how much of the file is analyzed at each step when answering a question.

  | Value                                  | Behavior                                                                              |
  | :------------------------------------- | :------------------------------------------------------------------------------------ |
  | 512 characters <br />*(More precise)*  | Smaller fragments — better for finding specific details <br />and exact answers       |
  | 1024 characters <br />*(Default)*      | Balance between precision and context                                                 |
  | 2048 characters <br />*(More Context)* | Larger fragments — better for understanding the overall picture <br />of the document |

  <Info>
    **When to use each extreme:**

    * Use lower values when you need precise answers about specific excerpts (e.g.: finding a clause in a contract)
    * Use higher values when the question requires understanding the broad context of the document (e.g.: summarizing the central idea of a report)
  </Info>

  2. **Chunk Overlap (Overlap Between Fragments)**

  Defines how much content each fragment shares with the next fragment.

  | Value                                 | Behavior                                                                              |
  | :------------------------------------ | :------------------------------------------------------------------------------------ |
  | 0 characters <br />*(Less Overlap)*   | No overlap — lighter search, with no repetition                                       |
  | 128 characters <br />*(Default)*      | Moderate overlap — recommended balance                                                |
  | 960 characters <br />*(More Overlap)* | High overlap — better when an idea extends across <br />several parts of the document |

  <Info>
    **When to adjust:**

    * More overlap: when answers seem "cut off" or lose context between paragraphs
    * Less overlap: when answers repeat the same information too much
  </Info>
</Card>

<Tip>
  **Best practices**

  * Chunk Size + Chunk Overlap go together: try increasing the overlap if you increase the chunk size, to prevent important information from ending up at the "edges" of fragments without context
  * Home Agent: set the initial agent only when you have a consistent workflow. For general use, keep Default
  * Operations: if Tools are returning incomplete answers in complex tasks, try increasing this value before reformulating the prompt
</Tip>

### Important notes

* Search Settings settings are experimental and may be changed or removed in future versions
* Changes to preferences are saved automatically and applied immediately
* Chunk Size and Chunk Overlap settings affect only search in attached files — they do not impact responses based on plain text

The Preferences section gives you fine control over how Tess behaves, from appearance to how it processes your files. It is worth exploring each setting — especially Search Settings if you work with documents — to extract more precise results aligned with your workflow.
