> For the complete documentation index, see [llms.txt](https://docs.tonic.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tonic.ai/app/admin/structural-ai-use/structural-cloud-llm-configuration.md).

# Structural Cloud LLM configuration

## Models used on Structural Cloud <a href="#cloud-ai-models" id="cloud-ai-models"></a>

For its AI-enhanced features, Structural Cloud uses Opus 4.6, Sonnet 4.5, and Haiku 4.5 from Anthropic deployed on Amazon Bedrock.

## Configuring AI-based Structural functionality <a href="#cloud-config-ai-features" id="cloud-config-ai-features"></a>

### Opting out of all Structural AI features <a href="#cloud-llm-opt-out" id="cloud-llm-opt-out"></a>

Cloud organizations can choose not to use any Structural AI features.

On the [**Organization Settings** page](/app/admin/environment-variables-setting/structural-cloud.md) of **Structural Settings**, toggle `TONIC_LLM_PROVIDER` to the off position.

### Excluding sample data from LLM-based sensitivity detection <a href="#cloud-ai-exclude-data-llm-detection" id="cloud-ai-exclude-data-llm-detection"></a>

By default, LLM-based sensitivity detection sends both the database schema and sample source data values to the LLM.

To exclude the contextual source data, and only send the schema, on the **Organization Settings** tab of **Structural Settings**, set `TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS_SAMPLE_DATA` to false.

### Disabling LLM-based sensitivity detection in a workspace <a href="#cloud-disable-workspace-llm-detection" id="cloud-disable-workspace-llm-detection"></a>

On Structural Cloud, LLM-based sensitivity detection is enabled by default.

You can disable LLM-based sensitivity detection within individual workspaces.

To do this, in the [advanced workspace overrides](/app/workspace/workspace-configuration-settings/advanced-overrides.md), set `TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS` to false.

LLM-based sensitivity detection also processes LLM-based sensitivity rules. If you disable LLM-based sensitivity detection, then the sensitivity scan does not process any LLM-based sensitivity rules.

### Excluding sample data from all LLM-based Structural features

To configure Structural to not send sample data for any LLM-based features at all, on the **Organization Settings** tab of **Structural Settings**, set `TONIC_LLM_ENABLE_SAMPLE_DATA` to `false`.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tonic.ai/app/admin/structural-ai-use/structural-cloud-llm-configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
