# FAQ

Common questions and answers about Euno.

## Getting Started

### Q: How do I get started with Euno?

A: Start with the [Quickstart Guide](/getting-started/quickstart-guide.md) - it will walk you through connecting your first source and exploring your data model in 30 minutes.

### Q: Which integration should I connect first?

A: We recommend starting with: **Option A: dbt** (Best if you use dbt)

* Shows your transformations and logic
* Provides immediate value with model relationships
* Quick to set up with GitHub or dbt Cloud
* [Setup Guides](/sources/transformation-etl.md)

**Option B: DWH** (Best if you don't use dbt)

* Maps your entire warehouse structure
* Provides usage and cost data
* Shows which tables are actually being queried
* [Setup Guides](/sources/data-warehouses.md)

**Option C: BI Tool** (Best for understanding BI usage)

* Shows what dashboards exist
* Reveals which data sources are most used
* Identifies optimization opportunities
* [Setup Guides](/sources/business-intelligence.md)

The [Quickstart Guide](/getting-started/quickstart-guide.md) walks you through connecting your first source step-by-step.

### Q: How long does it take to set up an integration?

A: Most integrations take 15-25 minutes to set up. The exact time depends on:

* Gathering credentials
* Configuring permissions
* Running the first sync

***

## Integrations

### Q: How often does Euno sync my data sources?

A: By default, sources sync daily. You can configure this in the source settings or trigger manual syncs anytime.

### Q: Does Euno affect my data warehouse performance?

A: No. Euno only reads metadata and query logs. It doesn't query your actual data or impact performance.

### Q: Can I control what resources are discovered?

A: Yes. Each source integration has filters to include/exclude specific schemas, databases, or projects. See the specific integration guide for details.

### Q: What happens if I disconnect a source?

A: Resources discovered by that source will be marked as "orphaned" and can be cleaned up based on your resource cleanup settings. See [Resource Sponsorship](/developer-reference/technical-concepts/resource-sponsorship-and-cleanup-in-euno.md) for details.

***

## Technical

### Q: What is a URI?

A: A URI (Universal Resource Identifier) is a unique identifier for every resource in Euno. It follows a hierarchical pattern like `table.snowflake.account.database.schema.table`. See [Core Concepts](/getting-started/core-concepts.md#universal-resource-identifiers-uris) for details.

### Q: What is EQL?

A: EQL (Euno Query Language) is a query language for finding resources in Euno. You can use it in the AI Assistant or in Workflows. See [EQL Documentation](/using-euno/euno-query-language-eql.md) for details.

### Q: Can I use Euno programmatically?

A: Yes. Euno provides a Python SDK and REST API for programmatic access. See [Euno SDK](/developer-reference/euno-sdk.md) for details.

***

## Account & Team

### Q: How do I invite my team?

A: Go to Account Management → Team Members → Invite. You can set roles and permissions for each user.

### Q: What roles and permissions are available?

A: Euno supports Admin, Maintainer, and Viewer roles. Admins can manage everything, Maintainers can manage resources and sources, and Viewers have read-only access.

### Q: Can I integrate with SSO?

A: Yes. SSO is available using either Okta or Microsoft Entra (formally active directory). Follow the steps in [SSO Login](/setup-configuration/linked-accounts/sso-login.md).

***

## Troubleshooting

### My source sync is failing. What should I do?

* Check the source run report for error details
* Verify your credentials are correct
* Ensure Euno has the necessary permissions
* Contact support if the issue persists

### Q: Resources are missing after a sync. Why?

* Check if filters are excluding resources
* Verify the source has access to those resources
* Check resource cleanup settings (resources may have been removed)
* Contact support for help investigating

### Q: Usage data isn't showing up. Why?

* Usage data requires additional permissions (query log access)
* Historical data may take time to collect
* Some platforms require enabling usage tracking
* See the platform-specific usage guide for details

***

## Still Have Questions?

* **Email:** <support@euno.ai>
* **Documentation:** Browse the [full documentation](/readme.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/support-resources/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.
