# Technical Specifications

- [YFlow: A YAML-Based Conversational Flow Language](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language.md)
- [Design Philosophy](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/design-philosophy.md)
- [File Structure and Core Syntax](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/file-structure-and-core-syntax.md)
- [Node Types Reference](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/node-types-reference.md)
- [Routing Patterns](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/routing-patterns.md)
- [Reusability](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/reusability.md)
- [Integrations](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/integrations.md)
- [Import/Export](https://docs.ixhello.com/ixhc2/technical-specifications/yflow-a-yaml-based-conversational-flow-language/import-export.md)
- [Expression Engine](https://docs.ixhello.com/ixhc2/technical-specifications/expression-engine.md)
- [Supported JavaScript Syntax](https://docs.ixhello.com/ixhc2/technical-specifications/expression-engine/supported-javascript-syntax.md)
- [Expressions Overview](https://docs.ixhello.com/ixhc2/technical-specifications/expression-engine/expressions-overview.md)
- [Library Reference](https://docs.ixhello.com/ixhc2/technical-specifications/expression-engine/library-reference.md)
- [Security](https://docs.ixhello.com/ixhc2/technical-specifications/expression-engine/security.md)
- [Flow Ownership and Organization Sharing](https://docs.ixhello.com/ixhc2/technical-specifications/flow-ownership-and-organization-sharing.md)
- [Unified iX Navigation](https://docs.ixhello.com/ixhc2/technical-specifications/unified-ix-navigation.md)


---

# 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.ixhello.com/ixhc2/technical-specifications.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.
