> For the complete documentation index, see [llms.txt](https://guide.idalon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.idalon.com/readme.md).

# Eidolon Guide

Feel free to join us on Discord at the [**Eidolon Server**](https://discord.com/invite/mQhzbVv5bg)

## **SUMMARY**

This guide is intended for all skill levels: both beginners and players who want to invest more deeply.\
Its goal is to help you understand the basic mechanics if you play casually, as well as support players who want to get into speedrunning and improve their times.

## **QUICK MENU**

{% columns %}
{% column %}
{% content-ref url="/pages/8c2892b214d50f2d3fa0691b16567ad09803cdcf" %}
[Builds](/builds.md)
{% endcontent-ref %}

{% content-ref url="/pages/d676fa0a182ebd1bf7abcf74bce0af76df8d0e67" %}
[Basics](/basics.md)
{% endcontent-ref %}

{% content-ref url="/pages/a1306ad92ff3e782081411449a7f51c198f4b8e2" %}
[Advanced](/advanced.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
{% content-ref url="/pages/4a4e4109ce1c33cb8ac715fec880fd11bfd7092b" %}
[Solo Strats](/solo-strats.md)
{% endcontent-ref %}

{% content-ref url="/pages/cb97327d705633a5586d5764d55361c9e384ea0b" %}
[Duo Strats](/duo-strats.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% hint style="warning" %}

### **Disclaimer:** this guide is still being worked on, if you find any mistakes, something missing or want to contribute to the guide add it to the [suggestions](https://discord.com/channels/1350545484195958874/1363125593327140884) channel in the Eidolon Server.

{% endhint %}


---

# 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://guide.idalon.com/readme.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.
