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

# User preferences

export const YoutubeVideo = ({id}) => <div style={{
  position: "relative",
  paddingBottom: "64.63195691202873%",
  height: 0
}}>
    <iframe src={`https://www.youtube.com/embed/${id}`} allowFullScreen style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  borderRadius: "8px"
}}></iframe>
  </div>;

## Change language

You can change the language of the application by going to your `Settings & Members` menu under the `Preferences` tab.

<Info>
  The application is still being translated, so some parts may not be translated
  yet.
</Info>

<Frame>
  <img src="https://mintcdn.com/zazubot/_eRGnFfHYvpabed3/images/workspace/change-language.png?fit=max&auto=format&n=_eRGnFfHYvpabed3&q=85&s=1be86c7bffeb93562c723d55997453fd" alt="Change language" width="1266" height="894" data-path="images/workspace/change-language.png" />
</Frame>

## Generate groups title with AI

You can automatically have your group titles generated with AI by going to your `Settings & Members` menu under the `Preferences` tab.

Here you'll have to configure your AI provider.

<Info>
  If you don't see your provider credentials listed that's because you don't
  have it in your personal user credentials. [See distinction between worksapce
  and user credentials.](./credentials)
</Info>

Once enabled and properly configured, you'll see default group titles (starting with "Group #") changing whenever you connect a new group/block from this group.

<YoutubeVideo id="DqExIPl21dY" />
