# Further Development

- [Dev Team Notes](https://engine.sygnal.com/future/dev-team-notes.md)
- [Reactive State Patterns](https://engine.sygnal.com/future/dev-team-notes/reactive-state-patterns.md)
- [Page efficiency](https://engine.sygnal.com/future/dev-team-notes/page-efficiency.md)
- [Engine Mode](https://engine.sygnal.com/future/dev-team-notes/engine-mode.md): Test your code in real-time.
- [Reference Project](https://engine.sygnal.com/future/reference-project.md)
- [Posthog Telemetry](https://engine.sygnal.com/future/posthog-telemetry.md)
- [Functional Interaction ( FIX )](https://engine.sygnal.com/future/functional-interaction-fix.md)
- [Future](https://engine.sygnal.com/future/future.md)
- [Component Development](https://engine.sygnal.com/future/future/component-development.md): Code your components!
- [Reactive State Management](https://engine.sygnal.com/future/future/reactive-state-management.md)
- [Expand Script Loading](https://engine.sygnal.com/future/future/expand-script-loading.md)
- [Devmode](https://engine.sygnal.com/future/devmode.md)
- [CI/CD Discussions](https://engine.sygnal.com/future/ci-cd-discussions.md)
- [Page 2](https://engine.sygnal.com/future/ci-cd-discussions/page-2.md)
- [SSE CLI](https://engine.sygnal.com/future/sse-cli.md)
- [Webflow Intelligence](https://engine.sygnal.com/future/webflow-intelligence.md)
- [SA5](https://engine.sygnal.com/future/sa5.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://engine.sygnal.com/future.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.
