# Introduction

Ender is a **connectivity layer** for all of crypto, a network that links all blockchains and smart contracts into one platform. Developers and users can express a desired outcome as an *intent* (a high-level goal), and Ender handles the rest by finding and executing the optimal on-chain actions across relevant networks. This means you can focus on your product and community rather than grappling with each chain’s quirks.

<figure><img src="/files/i4SSvCHZqPo8NMvJI8Vj" alt=""><figcaption><p>The Unified AI Intents Execution Layer.</p></figcaption></figure>


---

# 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.ender.build/getting-started/introduction.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.
