> For the complete documentation index, see [llms.txt](https://docs.tivity.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tivity.one/building-an-application/execution.md).

# Execution

- [Functions](https://docs.tivity.one/building-an-application/execution/functions.md): This section covers how functions can be created and customized on the platform to cater for operations in an application.
- [Workflows](https://docs.tivity.one/building-an-application/execution/workflows-and-application-logic.md): This section covers how workflows can be created and customized on the platform to cater for complex operations in an application
- [Control Types](https://docs.tivity.one/building-an-application/execution/workflows-and-application-logic/control-types.md): The control type specifies the type of editor with which a user can insert values for the parameter.
- [Trigger](https://docs.tivity.one/building-an-application/execution/trigger.md): This section covers how trigger can be created and customized on the platform to trigger for operations in an application.
- [Scripting](https://docs.tivity.one/building-an-application/execution/scripting.md): The Script Designer of the TIVITY platform adds custom functionality to your app. Scripts are used to process your data in workflows.
- [Accessing the Script Designer](https://docs.tivity.one/building-an-application/execution/scripting/accessing-the-script-designer.md): The Script Designer is a central feature in the TIVITY platform and the Scripting functionality is available in various areas.
- [Using the Script Designer](https://docs.tivity.one/building-an-application/execution/scripting/using-the-script-designer.md): Tailor-made functionalities for your app are quite common. In this article we cover the use of the Script Designer to create such features.
- [Commonly used Actions](https://docs.tivity.one/building-an-application/execution/scripting/commonly-used-actions.md): Actions are the backbone of the scripting capability in the TIVITY platform. This article lists and described a few commonly used Actions and provides examples of use.
- [Reference: Actions](https://docs.tivity.one/building-an-application/execution/scripting/functions.md): Complete reference of built-in actions in the TIVITY platform.
- [Math](https://docs.tivity.one/building-an-application/execution/scripting/functions/math-actions.md)
- [System](https://docs.tivity.one/building-an-application/execution/scripting/functions/system-actions.md)
- [Date](https://docs.tivity.one/building-an-application/execution/scripting/functions/date-actions.md)
- [Collection](https://docs.tivity.one/building-an-application/execution/scripting/functions/collection-actions.md)
- [LogicalOperators](https://docs.tivity.one/building-an-application/execution/scripting/functions/logicaloperators.md)
- [Web](https://docs.tivity.one/building-an-application/execution/scripting/functions/web.md)
- [Structure](https://docs.tivity.one/building-an-application/execution/scripting/functions/structure.md)
- [Constants](https://docs.tivity.one/building-an-application/execution/scripting/functions/constants.md)
- [Converters](https://docs.tivity.one/building-an-application/execution/scripting/functions/converters.md)
- [Commands](https://docs.tivity.one/building-an-application/execution/scripting/functions/commands.md)
- [Text](https://docs.tivity.one/building-an-application/execution/scripting/functions/text.md)
- [PDF](https://docs.tivity.one/building-an-application/execution/scripting/functions/pdf.md)
- [Operators](https://docs.tivity.one/building-an-application/execution/scripting/functions/operators.md)
- [PowerPoint](https://docs.tivity.one/building-an-application/execution/scripting/functions/powerpoint.md)
- [QR-/Barcode](https://docs.tivity.one/building-an-application/execution/scripting/functions/qr-barcode.md)
- [Messaging](https://docs.tivity.one/building-an-application/execution/scripting/functions/messaging.md)
- [Cells](https://docs.tivity.one/building-an-application/execution/scripting/functions/cells.md): Script actions to create and manipulate Excel documents (workbooks).
- [Xml](https://docs.tivity.one/building-an-application/execution/scripting/functions/xml.md)
- [Admin](https://docs.tivity.one/building-an-application/execution/scripting/functions/admin.md): The following actions on this page are only available in the Admin Center (SAML scripts).
- [Integrations](https://docs.tivity.one/building-an-application/execution/scripting/functions/integrations.md)


---

# 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 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.tivity.one/building-an-application/execution.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.
