> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 设置配置

> 如何为特定用户或角色配置 ClickHouse Cloud 服务的设置

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

要为特定的[用户](/zh/concepts/features/security/access-rights#user-account-management)或[角色](/zh/concepts/features/security/access-rights#role-management)指定 ClickHouse Cloud 服务的设置，必须使用[通过 SQL 管理的 Settings Profile](/zh/concepts/features/security/access-rights#settings-profiles-management)。应用 Settings Profile 可确保您配置的设置能够持续生效，即使服务停止、空闲或升级也是如此。要了解有关 Settings Profile 的更多信息，请参阅[此页面](/zh/concepts/features/configuration/settings/settings-profiles)。

请注意，ClickHouse Cloud 目前不支持基于 XML 的 Settings Profile 和[配置文件](/zh/concepts/features/configuration/server-config/configuration-files)。

要进一步了解可为 ClickHouse Cloud 服务指定的设置，请在[我们的文档](/zh/reference/settings)中按类别查看所有可用设置。

<Image img="https://mintcdn.com/private-7c7dfe99-fix-nav-issues/-5HsuqGEaVjyHCfx/images/cloud/manage/cloud-settings-sidebar.png?fit=max&auto=format&n=-5HsuqGEaVjyHCfx&q=85&s=80cec3d2da6c3243ef38d46fbe933078" size="sm" alt="Cloud 设置侧边栏" border width="642" height="1054" data-path="images/cloud/manage/cloud-settings-sidebar.png" />
