# Enterprise functionality

- [Versioning](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/versioning.md)
- [Endpoint access control](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/endpoint-access-control.md)
- [Data access control via target object](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/data-access-control-via-target-object.md)
- [Data access control via target object and security role](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/data-access-control-via-target-object-and-security-role.md)
- [Data access control at object level](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/data-access-control-at-object-level.md)
- [Fields access control](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/fields-access-control.md)
- [Alert Scripts](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/alert-scripts.md)
- [Script Body Guide (Groovy Java)](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/alert-scripts/script-body-guide-groovy-java.md): This page explains how to write the Script Body for an Alert Script. The script runs server-side and synchronously when the trigger event fires (Create / Update / Delete).
- [Websockets](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/websockets.md)
- [Bulk Deletion](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/bulk-deletion.md)
- [Copy objects](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/copy-objects.md)
- [OR and AND operators in API queries](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/or-and-and-operators-in-api-queries.md)
- [Sub queries](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/sub-queries.md)
- [XML Transformation](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/xml-transformation.md)
- [Bulk Update](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/bulk-update.md)
- [Aggregate Functions](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/aggregate-functions.md)
- [Bulk Update Increment](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/bulk-update-increment.md): Bulk Update Increment allows you to update multiple fields on multiple objects at once. With this endpoint multiple objects values can be set individually in bulk.
- [Expressions](https://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality/expressions.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://api.dataloy.com/api-release-8.25/user-guides/enterprise-functionality.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.
