# Weaver E9 API & Script Online Help

## Weaver E9 API & Script Online Help

- [Overview](https://ec9help.weaver.com.co/overview.md)
- [1 EC9 Workflow Engine Form API](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api.md)
- [1 Register User-define event](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/1-register-user-define-event.md)
- [2 Field basical operation interface (Apply for all field types)](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/2-field-basical-operation-interface-apply-for-all-field-types.md)
- [3 Form field event binding, user-defined rendering](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/3-form-field-event-binding-user-defined-rendering.md)
- [4 Detail table operation interface](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/4-detail-table-operation-interface.md)
- [5 Common global interface](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/5-common-global-interface.md)
- [6 Specific interface for specified field type (limit specified field type available)](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/6-specific-interface-for-specified-field-type-limit-specified-field-type-available.md)
- [7 Signature comments interface](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/7-signature-comments-interface.md)
- [8 Common configuration file modifications](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/8-common-configuration-file-modifications.md)
- [9 Common CSS style case sharing](https://ec9help.weaver.com.co/1-ec9-workflow-engine-form-api/9-common-css-style-case-sharing.md)
- [2 SAP & E-cology Integration ABAP Program](https://ec9help.weaver.com.co/2-sap-and-e-cology-integration-abap-program.md)
- [3 Common SQL Script](https://ec9help.weaver.com.co/3-common-sql-script.md)
- [4 Javascript Sample](https://ec9help.weaver.com.co/4-javascript-sample.md)
- [5 Backend Development](https://ec9help.weaver.com.co/5-backend-development.md)
- [6 SSO non-intrusive development example](https://ec9help.weaver.com.co/6-sso-non-intrusive-development-example.md)
- [7 Users and Organization Structure RESTFUL Interface](https://ec9help.weaver.com.co/7-users-and-organization-structure-restful-interface.md): This document provide the information on how to get users and organizational structures list. RESTFul API document explanations.


---

# 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://ec9help.weaver.com.co/overview.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.
