# Server Architecture

The Ellie server (just "**Ellie"** for the rest of this section) is an **Elixir** program built with the **Phoenix** framework. It runs the **Elm Platform** on the local file system and then serves information about how a user is using those binaries using a **GraphQL** API managed by the **Absinthe** libraries. Ellie's business logic and application state is separated into several **Domains** which are implemented by corresponding **Adapters**.


---

# 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.ellie-app.com/development/server-architecture.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.
