# Developer Reference

Technical documentation for developers and advanced users building integrations, using the SDK, or working with Euno programmatically.

## Sections

### 🐍 [Euno SDK](/developer-reference/euno-sdk.md)

Installation, setup, and usage of the Euno Python SDK and CLI.

### 📚 [Technical Concepts](/developer-reference/technical-concepts.md)

Deep dives into URI structure, relationships, resource sponsorship, and filters.

***

## Quick Links

* [SDK Installation](/developer-reference/euno-sdk.md) - Get started with the Python SDK
* [URI Structure](/developer-reference/technical-concepts/universal-resource-identifier-uri.md) - Understand resource identifiers
* [Relationships](/developer-reference/technical-concepts/relationships.md) - Relationship types and queries
* [Resource Sponsorship](/developer-reference/technical-concepts/resource-sponsorship-and-cleanup-in-euno.md) - Lifecycle management

***

## Getting Started

If you're new to Euno development:

1. Start with [Getting Started](/getting-started.md) for core concepts
2. Review the [Euno SDK](/developer-reference/euno-sdk.md) documentation
3. Explore [Technical Concepts](/developer-reference/technical-concepts.md) for deep dives

***

## Related Documentation

* [Getting Started](/getting-started.md) - Core concepts and onboarding
* [Source Integrations](/sources.md) - Connect your data tools
* [Custom Integrations](/sources/custom-integrations.md) - Build custom integrations
* [AI Assistant](/ai-assistant.md) - Natural language interface


---

# 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.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.
