# Elsa AI

## Elsa AI

- [Welcome to Elsa AI](https://docs.heyelsa.ai/welcome-to-elsa-ai.md)
- [A Field Guide to HeyElsa](https://docs.heyelsa.ai/a-field-guide-to-heyelsa.md)
- [Challenges](https://docs.heyelsa.ai/overview/challenges.md)
- [Solutions](https://docs.heyelsa.ai/overview/solutions.md)
- [Comparison](https://docs.heyelsa.ai/overview/comparison.md)
- [Elsa AI Automata](https://docs.heyelsa.ai/architecture/elsa-ai-automata.md)
- [Elsa AI Layer](https://docs.heyelsa.ai/architecture/elsa-ai-layer.md): Elsa AI Layer is a key component of the Elsa AI Automata, integrating features and processing user inputs and blockchain data. It primarily orchestrates the automata.
- [Setup](https://docs.heyelsa.ai/elsa-widget/setup.md)
- [Widget Integration Guide](https://docs.heyelsa.ai/elsa-widget/widget-integration-guide.md)
- [Widget Tech Stack](https://docs.heyelsa.ai/elsa-widget/widget-tech-stack.md)
- [Elsa Dashboard](https://docs.heyelsa.ai/elsa-widget/elsa-dashboard.md)
- [Event-based Communication Between dApp and the Elsa Widget.](https://docs.heyelsa.ai/elsa-widget/event-based-communication-between-dapp-and-the-elsa-widget..md)
- [Package](https://docs.heyelsa.ai/elsa-widget/package.md)
- [Sample Implementation](https://docs.heyelsa.ai/elsa-widget/sample-implementation.md)
- [Elsa Brand Kit](https://docs.heyelsa.ai/brand-guideline/elsa-brand-kit.md): Welcome to the Elsa Brand Kit. Please follow the guidelines below when using our logos, colours, or referencing the Elsa brand in any communication.
- [HeyElsa  MiCA Whitepaper](https://docs.heyelsa.ai/elsa-white-paper/heyelsa-mica-whitepaper.md): In accordance with Title II of Regulation (EU) 2023/1114 (MiCA)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.heyelsa.ai/welcome-to-elsa-ai.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.
