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

# 设置配置

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

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

要为特定的[用户](/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/index)中按类别查看所有可用设置。

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/VS6ZX5oN8gMoDxHj/images/cloud/manage/cloud-settings-sidebar.webp?fit=max&auto=format&n=VS6ZX5oN8gMoDxHj&q=85&s=27d96d8454287392b97a9e9bb6f571a3" size="sm" alt="Cloud 设置侧边栏" border width="642" height="1054" data-path="images/cloud/manage/cloud-settings-sidebar.webp" />
