> 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/using-zenlytic.md).

# Using Zenlytic

- [Zoë](https://docs.zenlytic.com/using-zenlytic/zoe.md): Ask questions in natural language, inspect queries and tool calls, and use Zoë to build charts, artifacts, and follow-up analysis.
- [Clarity Engine](https://docs.zenlytic.com/using-zenlytic/clarity_engine.md): See how the Clarity Engine validates Zoë’s SQL, enforces governance, and turns ad hoc questions into secure, reusable analysis.
- [AI Model Selection Guide](https://docs.zenlytic.com/using-zenlytic/ai-model-selection-guide.md): Choose the right Zoë model based on your data complexity, speed needs, and preference for autonomy versus transparency.
- [Skills](https://docs.zenlytic.com/using-zenlytic/skills.md): Give Zoë persistent, on-demand instructions and reference material for complex workflows, style guides, and domain context.
- [Attachments](https://docs.zenlytic.com/using-zenlytic/attachments.md): Attach files and live queries in chat so Zoë can analyze external data and use structured results as context.
- [Web Search](https://docs.zenlytic.com/using-zenlytic/web-search.md): Enable Zoë to search the web for real-time context and cite external sources alongside your internal data.
- [Patterns](https://docs.zenlytic.com/using-zenlytic/patterns.md): Index past analytical queries so Zoë can reuse proven SQL patterns when the semantic model alone is not enough.
- [Artifacts](https://docs.zenlytic.com/using-zenlytic/artifacts.md): Create, organize, share, and refresh the artifacts Zoë builds across your conversations.
- [Artifact Folders](https://docs.zenlytic.com/using-zenlytic/artifacts/artifact-folders.md): Organize shared artifacts into team folders and manage access through folder-level permissions.
- [Artifact Folder Permissions](https://docs.zenlytic.com/using-zenlytic/artifacts/artifact-folder-permissions.md): Control who can view and manage foldered artifacts with shared access levels for users and groups.
- [Installing Zenlytic in Microsoft Teams](https://docs.zenlytic.com/using-zenlytic/microsoft_teams_bot.md): Install the Zenlytic bot in Microsoft Teams so users can ask Zoë questions and explore data without leaving Teams.


---

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