> ## 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.

# DomainWebSearchConfig

This page describes the DomainWebSearchConfig object that represents the schema for domain web search configuration.

## DomainWebSearchConfig

<ParamField path="enabled" type="Boolean!" required>
  Whether web search is enabled for this domain.
</ParamField>

<ParamField path="includeDomains" type="[String!]!" required>
  List of web domains to include in search results.
</ParamField>

<ParamField path="excludeDomains" type="[String!]!" required>
  List of web domains to exclude from search results.
</ParamField>

## Related operations

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