> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typebot.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 title="Youtube video" 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. This is tracked in [this
  issue](https://github.com/baptisteArno/typebot.io/issues/955).
</Info>

<Frame>
  <img src="https://mintcdn.com/typebot/D5R4vjlxdJ2YwlGK/images/workspace/change-language.png?fit=max&auto=format&n=D5R4vjlxdJ2YwlGK&q=85&s=5e1dc1ac9f46aa1cd28e1607a719be17" alt="Change language" width="2082" height="1702" 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="Lt7UliKv0xQ" />
