# FAQ

1. #### Which STRUCT or ARRAY columns are supported?&#x20;

<figure><img src="/files/10Jb09CrOY3HcsOLNHtm" alt=""><figcaption></figcaption></figure>

#### 2. How does the system avoids hallucination?&#x20;

Connecty's AI is grounded in the semantic layer (Day Zero Semantic Layer + Metric Verse + Catalog + Verified Knowledge) and warehouse data, which avoids hallucinations and enforces consistent definitions. Additionally it checks every AI generation programmatically to verify the entity's existence in the data.


---

# 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://connectyai.gitbook.io/documentation/usage-guides/faq.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.
