> 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/environment-variables-setting/structural-cloud.md).

# 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).
* `TONIC_LLM_PROVIDER` - Used to indicate whether to enable Structural AI features for the organization.
* `TONIC_LLM_ENABLE_SAMPLE_DATA` - Determines whether to send sample data for any AI feature.

## 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/EM9NxgbJhVdyYjYCyubV" 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
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/environment-variables-setting/structural-cloud.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.
