# Engineering

- [Script Engine](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine.md)
- [Configure scripts](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine/configure-scripts.md)
- [Write Python scripts](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine/write-python-scripts.md)
- [Output logging and error handling](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine/write-python-scripts/output-logging-and-error-handling.md)
- [Preinstalled Python libraries in the Eliona system](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine/write-python-scripts/preinstalled-python-libraries-in-the-eliona-system.md)
- [Creating and reading files](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine/write-python-scripts/creating-and-reading-files.md)
- [Write PL/PgSQL scripts](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/script-engine/write-pl-pgsql-scripts.md)
- [Asset modeling / templates](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/asset-modeling-templates.md)
- [Create a new template](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/asset-modeling-templates/create-a-new-template.md)
- [Create a new asset characteristic template](https://docs.buildings.ability.abb/collection/english-v14/documentation/engineering/asset-modeling-templates/create-a-new-asset-characteristic-template.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.buildings.ability.abb/collection/english-v14/documentation/engineering.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.
