> For the complete documentation index, see [llms.txt](https://docs.zenlytic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenlytic.com/intro.md).

# Overview

### Meet your new Senior Data Analyst - Zoë

Zenlytic is a powerful business intelligence platform leveraging LLM technology to enable self-serve analytics via a conversational data interface. Its robust cognitive layer allows data teams to model company metrics, such as revenue or conversion, ensuring consistent data usage across the organization.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Connect, import, first question</td><td></td><td><a href="/pages/JK7dqlosOyAIoODamEYG">/pages/JK7dqlosOyAIoODamEYG</a></td><td><a href="/files/7OXrFSPCTVBJhKu7iiWk">/files/7OXrFSPCTVBJhKu7iiWk</a></td></tr><tr><td><strong>Tips &#x26; Tricks</strong></td><td>Help first steps and tricks</td><td></td><td><a href="/pages/lsObHNWe3wFxSyQpTCMX">/pages/lsObHNWe3wFxSyQpTCMX</a></td><td><a href="/files/2jGpaQOuyyfHFUTbhFRU">/files/2jGpaQOuyyfHFUTbhFRU</a></td></tr><tr><td><strong>Using Zenlytic</strong></td><td>Chat, Clarity Engine, Artifacts, Skills</td><td>Use Zoë, the Clarity Engine, skills, artifacts, and app integrations.</td><td><a href="/pages/IQYho9nzuVpe7lh8OY1P">/pages/IQYho9nzuVpe7lh8OY1P</a></td><td><a href="/files/6voWvVNMfAjQGHZwd2hR">/files/6voWvVNMfAjQGHZwd2hR</a></td></tr><tr><td><strong>Administration</strong></td><td>Users, roles, groups, workspaces</td><td>Manage roles, user attributes, workspace groups, and workspace settings.</td><td><a href="/pages/Jl84U5cr1cD4MnqnXyJQ">/pages/Jl84U5cr1cD4MnqnXyJQ</a></td><td><a href="/files/XDZ7gHoTdaSHKD4xzA3b">/files/XDZ7gHoTdaSHKD4xzA3b</a></td></tr><tr><td><strong>Data Modeling</strong></td><td>Semantic layer reference</td><td>Define models, views, fields, relationships, filters, formatting, and access grants.</td><td><a href="/pages/mQen9Jl576TRtNzCzbk4">/pages/mQen9Jl576TRtNzCzbk4</a></td><td><a href="/files/vsXFT402nrEtBFgjb6KW">/files/vsXFT402nrEtBFgjb6KW</a></td></tr><tr><td><strong>Proactive Agents</strong></td><td>Scheduled agents</td><td>Build reusable multi-step conversations with inputs, schedules, publishing, and run history.</td><td><a href="/pages/g3OBRT0qQVEdpfLZu0j2">/pages/g3OBRT0qQVEdpfLZu0j2</a></td><td><a href="/files/G6fhb7d1gESHLmFB4c1R">/files/G6fhb7d1gESHLmFB4c1R</a></td></tr><tr><td><strong>Data Sources</strong></td><td>Warehouse connections</td><td>Set up warehouse connections for BigQuery, Snowflake, Redshift, Databricks, and more.</td><td><a href="/pages/VKUoqPC3Qbxanv07Yyqq">/pages/VKUoqPC3Qbxanv07Yyqq</a></td><td><a href="/files/r0ljsYOxb6KgXWoHgMND">/files/r0ljsYOxb6KgXWoHgMND</a></td></tr><tr><td><strong>MCP</strong></td><td>Integrations</td><td>Configure SSO, IP allowlists, deploy keys, workload identity, and login troubleshooting.</td><td><a href="/pages/RmRdYls8Cs6KUCXxv2ua">/pages/RmRdYls8Cs6KUCXxv2ua</a></td><td><a href="/files/YlqDoRv6WN5BejlALCiG">/files/YlqDoRv6WN5BejlALCiG</a></td></tr><tr><td><strong>Authentication &#x26; Security</strong></td><td>SSO, IP, deploy keys</td><td></td><td><a href="/pages/xM8MRbJw9hmh2aYvp0cv">/pages/xM8MRbJw9hmh2aYvp0cv</a></td><td><a href="/files/cVIoYg6MLMgzhlIA3Nxx">/files/cVIoYg6MLMgzhlIA3Nxx</a></td></tr></tbody></table>

## Popular entry points

* [Start Here](/getting-started/start_here.md) — the fastest path from blank workspace to first answer.
* [Fixing Zoë's Mistakes](/getting-started/fixing-zoes-mistakes.md) — diagnose errors and add the smallest useful context.
* [Embedding Overview](/embedding/embedding_overview.md) — ship Zenlytic inside your own product.
* [Data Modeling Overview](/data-modeling/data_modeling.md) — learn the model structure behind accurate answers.

As always, feel free to reach out to your Zenlytic contact or [email Zenlytic Support](mailto:support@zenlytic.com) if you have questions that aren't answered in the documentation.


---

# 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.zenlytic.com/intro.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.
