# Structural Cloud

Structural Cloud organizations can configure a limited set of environment settings, which they configure from the **Organization Settings** tab on **Structural Settings**.

## Available environment settings on Structural Cloud

On Structural Cloud, only the following settings can be configured for an organization:

* `TONIC_LLM_ENABLE_ENHANCED_RECOMMENDATIONS_SAMPLE_DATA` - Determines whether to send sample data to the LLM for [LLM-based sensitivity detection](/app/generation/identify-sensitive-data/running-the-structural-sensitivity-scan.md#llm-based-sensitivity-detection-medium-confidence).

## Configuring settings from Organization Settings

{% hint style="info" %}
Required global permission: Manage organization settings
{% endhint %}

For Cloud organizations, the **Organization Settings** tab contains the environment settings that can be configured for an organization.

<figure><img src="/files/vHhQBdF5dZFqzTNixeGH" alt=""><figcaption><p>Organization Settings tab for Structural Cloud</p></figcaption></figure>

### Information in the list

For each setting, the **Organization Settings** list includes:

* The name and identifier of the environment setting.
* A description of the setting.
* The default value of the setting.
* The current value of the setting.

### Changing the setting value

To provide a new value for a setting:

1. Click the edit icon for the setting.
2. Provide the new value.\
   \
   For a numeric or text value, in the field, type the new value.\
   \
   For a boolean value, use the toggle. When the toggle is in the on position, the value is `true`.
3. Click **Save**.


---

# Agent Instructions: 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:

```
GET https://docs.tonic.ai/app/admin/environment-variables-setting/structural-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
