# AI in Structural

Tonic Structural supports AI features to improve sensitivity detection and data generation. These features are enabled by default on Structural Cloud. Self-hosted customers must first connect to an LLM provider.

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>AI features</strong><br><br>Structural features that use AI.</td><td><a href="structural-ai-use/structural-ai-features">structural-ai-features</a></td></tr><tr><td><strong>LLM for Structural Cloud</strong><br><br>The LLM that is used on Structural Cloud for AI features.</td><td><a href="structural-ai-use/llm-used-on-structural-cloud">llm-used-on-structural-cloud</a></td></tr><tr><td><strong>Connect a self-hosted Structural instance to an LLM</strong><br><br>Select a supported provider and provide the connection details.</td><td><a href="structural-ai-use/connecting-a-self-hosted-instance-to-an-llm">connecting-a-self-hosted-instance-to-an-llm</a></td></tr><tr><td><strong>Configure AI features</strong><br><br>Available configuration to manage how Structural AI features work.</td><td><a href="structural-ai-use/configuring-the-use-of-ai-features">configuring-the-use-of-ai-features</a></td></tr></tbody></table>


---

# 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/structural-ai-use.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.
