# Technical Concepts

Deep technical documentation on how Euno works under the hood.

## Topics

### 🔗 [Universal Resource Identifier (URI)](/developer-reference/technical-concepts/universal-resource-identifier-uri.md)

Complete reference for URI structure and formats across all resource types.

### 👤 [Users as a Resource](/developer-reference/technical-concepts/users-as-a-resource.md)

How Euno models users as first-class resources for ownership, usage tracking, and impact analysis.

### 🤝 [Relationships](/developer-reference/technical-concepts/relationships.md)

Detailed documentation on relationship types, queries, and column-level lineage.

### 🏷️ [Resource Sponsorship & Cleanup](/developer-reference/technical-concepts/resource-sponsorship-and-cleanup-in-euno.md)

How Euno manages resource lifecycle and cleanup strategies.

### 🔍 Basic Filters

Reference for filtering and querying resources. (Documentation coming soon)

***

## Quick Links

* [Core Concepts](/getting-started/core-concepts.md) - High-level overview
* [EQL Documentation](/using-euno/euno-query-language-eql.md) - Query language reference
* [SDK Documentation](/developer-reference/euno-sdk.md) - Programmatic access

***

## Related Documentation

* [Getting Started](/getting-started.md) - Start here for concepts
* [AI Assistant](/ai-assistant.md) - Natural language queries
* [Developer Reference](/developer-reference.md) - All developer docs


---

# 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/developer-reference/technical-concepts.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.
