> For the complete documentation index, see [llms.txt](https://docs.eitherway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eitherway.ai/documentation/ecosystem-and-integrations/overview.md).

# Overview

Eitherway is not just an app builder.

It is a build environment connected to the infrastructure real products need in order to work.

Turning a prompt into an interface is only one part of the job. What matters just as much is everything underneath it: chain access, wallets, authentication, payments, data, liquidity, launch rails, and runtime performance.

That is why the integration layer matters.

The goal is simple. Builders should not have to piece together five or ten separate services before they can ship something usable. Eitherway brings those layers closer to the point of creation, so users can spend more time on the product and less time wiring the stack together.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.eitherway.ai/documentation/ecosystem-and-integrations/overview.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.
