# Analytics & Notebooks

Connect analytics and notebook platforms to track data exploration, project usage, and semantic model definitions.

## Supported Platforms

* [**Hex Technologies**](/sources/analytics-notebooks/hex-technologies.md) - Collaborative analytics platform
* [**Hex Semantic Project**](/sources/analytics-notebooks/hex-semantic-project.md) - Semantic layer definitions

## What You'll Get

When you connect an analytics platform, Euno discovers:

* **Projects & Notebooks** - All analytics projects and their usage
* **Semantic Models** - Business definitions and metrics
* **Data Connections** - Which tables and sources are used
* **Usage Metrics** - Execution counts, user engagement
* **Lineage** - How analytics projects connect to your data stack

## Common Use Cases

* **Project Discovery** - Find existing analytics work
* **Usage Tracking** - Understand which projects are active
* **Semantic Layer Sync** - Keep metrics in sync with dbt
* **Governance** - Track data exploration and ad-hoc analysis

## Getting Started

1. Choose your platform from the list above
2. Follow the setup guide for your platform
3. Grant Euno API access
4. Run your first sync

**Setup Time:** 15-20 minutes per platform

***

## Next Steps

* [View All Integrations](/sources.md)
* [Learn About Usage Data](/using-euno/usage-optimization.md)
* [Explore Data Lineage](/using-euno/data-model-screen.md)


---

# 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.euno.ai/sources/analytics-notebooks.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.
