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

# CanvasConfig

This page describes the CanvasConfig object that represents the schema for domain canvas configuration.

## CanvasConfig

<ParamField path="disableSuggestedQuestions" type="Boolean!" required>
  Whether to disable suggested questions on the canvas.
</ParamField>

<ParamField path="enableAdminV2Access" type="Boolean!" required>
  Whether to enable admin V2 access for this domain.
</ParamField>

<ParamField path="forceInsights" type="Boolean!" required>
  Whether to force insights generation for queries.
</ParamField>

## Related operations

<CardGroup cols={2}>
  <Card title="DomainModel Object" icon="folder" href="/integrations/graphql-api/objects/domain-model">
    Parent domain structure
  </Card>
</CardGroup>
