# Appmixer Docs Site

## Docs

- [Introduction](https://docs.appmixer.com/readme.md)
- [Build Your Automation Hub](https://docs.appmixer.com/getting-started/build-your-automation-hub.md)
- [Build and Publish a Template](https://docs.appmixer.com/getting-started/integrations.md)
- [Customize and Share Your Hub](https://docs.appmixer.com/getting-started/customize-and-share-your-hub.md)
- [Embed Your Automation Hub](https://docs.appmixer.com/getting-started/embed-your-automation-hub.md)
- [Monitor Hub Performance](https://docs.appmixer.com/getting-started/monitor-hub-performance.md)
- [Build and Run an Automation](https://docs.appmixer.com/getting-started/automations.md)
- [Build and Run an AI agent](https://docs.appmixer.com/getting-started/build-and-run-an-ai-agent.md)
- [Build a Custom Connector](https://docs.appmixer.com/getting-started/custom-connectors.md)
- [Embed into Your Application](https://docs.appmixer.com/getting-started/embed.md)
- [Monitor & Troubleshoot](https://docs.appmixer.com/getting-started/customer-support.md)
- [Access Appmixer REST API](https://docs.appmixer.com/getting-started/api.md)
- [Install and Update Connectors](https://docs.appmixer.com/getting-started/modules.md): Manage the modules available in the system.
- [Connector Configuration](https://docs.appmixer.com/getting-started/services.md)
- [Handle Flow Errors](https://docs.appmixer.com/getting-started/system-webhooks.md)
- [Use App Events](https://docs.appmixer.com/getting-started/use-app-events.md)
- [End User Guide](https://docs.appmixer.com/getting-started/end-user-guide.md)
- [Authentication](https://docs.appmixer.com/api/authentication.md)
- [Automation Hub](https://docs.appmixer.com/api/automation-hub.md): API for Automation Hub configuration and shareable link management
- [Flows](https://docs.appmixer.com/api/flows.md)
- [Apps](https://docs.appmixer.com/api/apps.md): This set of endpoints control the connectors that are installed in your Appmixer tenant. You can also publish new and uninstall existing connectors.
- [Accounts](https://docs.appmixer.com/api/accounts.md): Authentication to apps.
- [User](https://docs.appmixer.com/api/user.md): API for users
- [User Groups](https://docs.appmixer.com/api/user-groups.md): API for user groups (workspaces)
- [Insights](https://docs.appmixer.com/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Endpoint /logs](https://docs.appmixer.com/api/insights/insights-ep-logs.md): Endpoint logs return log messages with various data structures.
- [Files](https://docs.appmixer.com/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Data Stores](https://docs.appmixer.com/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Connector Configuration](https://docs.appmixer.com/api/service-configuration.md): Global configuration for your connectors. If a component contains either an auth section or authConfig section, values for the specified service will be injected into the \`context.config\` object.
- [ACL](https://docs.appmixer.com/api/acl.md): ACLs can be used to control access to connectors by users or group of users or access to any other Appmixer functionality via limiting the API routes the users can use (API/UI).
- [Charts](https://docs.appmixer.com/api/charts.md): Control the charts in a user dashboard (Insights UI).
- [Config](https://docs.appmixer.com/api/config.md): System configuration. The following endpoints are only accessible to users with \`admin\` scope.
- [Modifiers](https://docs.appmixer.com/api/modifiers.md): Modifiers are data transformation functions that can be used to transform data variables inside your flows. You can customize the list of modifiers or even define your own functions.
- [Public Files](https://docs.appmixer.com/api/public-files.md): Public files are files that are available at the root location of your Appmixer Tenant API endpoint. For example, uploading verify.html will make the file available at API\_URL/verify.html.
- [Unprocessed Messages](https://docs.appmixer.com/api/unprocessed-messages.md): When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
- [Variables](https://docs.appmixer.com/api/variables.md)
- [Integration Categories](https://docs.appmixer.com/api/integration-categories.md): API for managing integration template categories
- [Flow](https://docs.appmixer.com/building-connectors/flow.md)
- [Component](https://docs.appmixer.com/building-connectors/component.md)
- [Basic Structure](https://docs.appmixer.com/building-connectors/basic-structure.md)
- [Manifest](https://docs.appmixer.com/building-connectors/manifest.md)
- [name](https://docs.appmixer.com/building-connectors/manifest/name.md)
- [label](https://docs.appmixer.com/building-connectors/manifest/label.md)
- [icon](https://docs.appmixer.com/building-connectors/manifest/icon.md)
- [description](https://docs.appmixer.com/building-connectors/manifest/description.md)
- [auth](https://docs.appmixer.com/building-connectors/manifest/auth.md)
- [inPorts](https://docs.appmixer.com/building-connectors/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/building-connectors/manifest/outports.md)
- [properties](https://docs.appmixer.com/building-connectors/manifest/properties.md)
- [quota](https://docs.appmixer.com/building-connectors/manifest/quota.md)
- [tick](https://docs.appmixer.com/building-connectors/manifest/tick.md)
- [private](https://docs.appmixer.com/building-connectors/manifest/private.md)
- [webhook](https://docs.appmixer.com/building-connectors/manifest/webhook.md)
- [httpRequestMethods](https://docs.appmixer.com/building-connectors/manifest/httprequestmethods.md)
- [state](https://docs.appmixer.com/building-connectors/manifest/state.md)
- [author](https://docs.appmixer.com/building-connectors/manifest/author.md)
- [marker](https://docs.appmixer.com/building-connectors/manifest/marker.md)
- [localization](https://docs.appmixer.com/building-connectors/manifest/localization.md)
- [firePatterns](https://docs.appmixer.com/building-connectors/manifest/firepatterns.md)
- [Behaviour](https://docs.appmixer.com/building-connectors/behaviour.md)
- [Dependencies](https://docs.appmixer.com/building-connectors/dependencies.md)
- [Authentication](https://docs.appmixer.com/building-connectors/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/building-connectors/quotas-and-limits.md)
- [MCP Servers](https://docs.appmixer.com/building-connectors/mcp-servers.md): This guide will help you create and integrate a custom MCP (Model Context Protocol) server into Appmixer so that it can be used with the AI Agent component or as part of regular flows.
- [Example: twilio.SendSMS](https://docs.appmixer.com/building-connectors/example-component.md)
- [Example: Webhook Trigger](https://docs.appmixer.com/building-connectors/custom-webhook-trigger.md)
- [Introduction](https://docs.appmixer.com/appmixer-ui-sdk/introduction.md): Appmixer SKD is a toolkit to embed workflow automation and integration capabilities into your products. Gain a whole new set of comprehensive features with ease.
- [Installation](https://docs.appmixer.com/appmixer-ui-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
- [Quick Start](https://docs.appmixer.com/appmixer-ui-sdk/getting-started.md)
- [Constructor](https://docs.appmixer.com/appmixer-ui-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
- [API Module](https://docs.appmixer.com/appmixer-ui-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
- [UI & Widgets](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
- [Flow Manager](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
- [Designer](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
- [Insights Logs](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
- [Insights Chart Editor](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
- [Insights Dashboard](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
- [Accounts](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
- [Storage](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
- [People Tasks](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
- [Connectors](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
- [Integrations](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
- [Wizard](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
- [Files](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/files.md): Manage files for use with components of flows.
- [Automation Hub](https://docs.appmixer.com/appmixer-ui-sdk/ui-and-widgets/automation-hub.md): Manage automation flows, logs, and connected accounts in a unified hub.
- [Custom API](https://docs.appmixer.com/appmixer-ui-sdk/custom-api.md): Appmixer SDK allows you to override API methods used by the SDK instance. This can be handy in edge case scenarios where you need to override the API requests and their parameters or response values.
- [Custom Theme](https://docs.appmixer.com/customizing-embedded-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
- [Custom Strings](https://docs.appmixer.com/customizing-embedded-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom Component Strings](https://docs.appmixer.com/customizing-embedded-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Getting Started](https://docs.appmixer.com/appmixer-backoffice/getting-started.md)
- [Audit Logs](https://docs.appmixer.com/appmixer-backoffice/audit-logs.md)
- [System Configuration](https://docs.appmixer.com/appmixer-backoffice/system-configuration.md)
- [Getting Started](https://docs.appmixer.com/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
- [OpenAPI Connector Generator](https://docs.appmixer.com/appmixer-cli/appmixer-openapi-generator.md): The Appmixer OpenAPI generator provides a tool to automatically generate Appmixer components from the OpenAPI v3 specification.
- [Installation Docker Compose](https://docs.appmixer.com/appmixer-self-managed/installation.md)
- [Installation Helm Chart](https://docs.appmixer.com/appmixer-self-managed/installation-helm-chart.md)
- [Installation AWS ECS](https://docs.appmixer.com/appmixer-self-managed/installation-aws-ecs.md)
- [Monitoring and Observability](https://docs.appmixer.com/appmixer-self-managed/monitoring-and-observability.md)
- [Getting Started](https://docs.appmixer.com/appmixer-self-managed/getting-started.md)
- [Authentication Hub](https://docs.appmixer.com/appmixer-self-managed/authentication-hub.md)
- [Additional Configuration](https://docs.appmixer.com/appmixer-self-managed/configuration.md)
- [Retry Mechanism](https://docs.appmixer.com/appmixer-self-managed/configuration/retry-mechanism.md)
- [Database Limits](https://docs.appmixer.com/appmixer-self-managed/configuration/database-limits.md)
- [Appmixer Architecture](https://docs.appmixer.com/appmixer-self-managed/appmixer-architecture.md)
- [Appmixer Deployment Models](https://docs.appmixer.com/appmixer-self-managed/appmixer-deployment-models.md)
- [Appmixer Virtual Users](https://docs.appmixer.com/tutorials/appmixer-virtual-users.md)
- [Flows Metadata & Filtering](https://docs.appmixer.com/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different flows for different use cases.
- [Access Control](https://docs.appmixer.com/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Sharing Flows](https://docs.appmixer.com/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [People Tasks](https://docs.appmixer.com/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize the default set of modifiers (data transformation functions) that can be applied on variables in Appmixer flows.
- [Connector Request](https://docs.appmixer.com/connectors/connector-request.md)

* [Introduction](https://docs.appmixer.com/6.3/readme.md)
* [Build and Publish an Integration](https://docs.appmixer.com/6.3/getting-started/integrations.md)
* [Build and Run an Automation](https://docs.appmixer.com/6.3/getting-started/automations.md)
* [Build and Run an AI agent](https://docs.appmixer.com/6.3/getting-started/build-and-run-an-ai-agent.md)
* [Build a Custom Connector](https://docs.appmixer.com/6.3/getting-started/custom-connectors.md)
* [Embed into Your Application](https://docs.appmixer.com/6.3/getting-started/embed.md)
* [Monitor & Troubleshoot](https://docs.appmixer.com/6.3/getting-started/customer-support.md)
* [Access Appmixer REST API](https://docs.appmixer.com/6.3/getting-started/api.md)
* [Install and Update Connectors](https://docs.appmixer.com/6.3/getting-started/modules.md): Manage the modules available in the system.
* [Connector Configuration](https://docs.appmixer.com/6.3/getting-started/services.md)
* [Handle Flow Errors](https://docs.appmixer.com/6.3/getting-started/system-webhooks.md)
* [Use App Events](https://docs.appmixer.com/6.3/getting-started/use-app-events.md)
* [End User Guide](https://docs.appmixer.com/6.3/getting-started/end-user-guide.md)
* [Authentication](https://docs.appmixer.com/6.3/api/authentication.md)
* [Flows](https://docs.appmixer.com/6.3/api/flows.md)
* [Apps](https://docs.appmixer.com/6.3/api/apps.md): This set of endpoints control the connectors that are installed in your Appmixer tenant. You can also publish new and uninstall existing connectors.
* [Accounts](https://docs.appmixer.com/6.3/api/accounts.md): Authentication to apps.
* [User](https://docs.appmixer.com/6.3/api/user.md): API for users
* [Insights](https://docs.appmixer.com/6.3/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Files](https://docs.appmixer.com/6.3/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Data Stores](https://docs.appmixer.com/6.3/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Connector Configuration](https://docs.appmixer.com/6.3/api/service-configuration.md): Global configuration for your connectors. If a component contains either an auth section or authConfig section, values for the specified service will be injected into the \`context.config\` object.
* [ACL](https://docs.appmixer.com/6.3/api/acl.md): ACLs can be used to control access to connectors by users or group of users or access to any other Appmixer functionality via limiting the API routes the users can use (API/UI).
* [Charts](https://docs.appmixer.com/6.3/api/charts.md): Control the charts in a user dashboard (Insights UI).
* [Config](https://docs.appmixer.com/6.3/api/config.md): System configuration. The following endpoints are only accessible to users with \`admin\` scope.
* [Modifiers](https://docs.appmixer.com/6.3/api/modifiers.md): Modifiers are data transformation functions that can be used to transform data variables inside your flows. You can customize the list of modifiers or even define your own functions.
* [Public Files](https://docs.appmixer.com/6.3/api/public-files.md): Public files are files that are available at the root location of your Appmixer Tenant API endpoint. For example, uploading verify.html will make the file available at API\_URL/verify.html.
* [Unprocessed Messages](https://docs.appmixer.com/6.3/api/unprocessed-messages.md): When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
* [Variables](https://docs.appmixer.com/6.3/api/variables.md)
* [Flow](https://docs.appmixer.com/6.3/building-connectors/flow.md)
* [Component](https://docs.appmixer.com/6.3/building-connectors/component.md)
* [Basic Structure](https://docs.appmixer.com/6.3/building-connectors/basic-structure.md)
* [Manifest](https://docs.appmixer.com/6.3/building-connectors/manifest.md)
* [name](https://docs.appmixer.com/6.3/building-connectors/manifest/name.md)
* [label](https://docs.appmixer.com/6.3/building-connectors/manifest/label.md)
* [icon](https://docs.appmixer.com/6.3/building-connectors/manifest/icon.md)
* [description](https://docs.appmixer.com/6.3/building-connectors/manifest/description.md)
* [auth](https://docs.appmixer.com/6.3/building-connectors/manifest/auth.md)
* [inPorts](https://docs.appmixer.com/6.3/building-connectors/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/6.3/building-connectors/manifest/outports.md)
* [properties](https://docs.appmixer.com/6.3/building-connectors/manifest/properties.md)
* [quota](https://docs.appmixer.com/6.3/building-connectors/manifest/quota.md)
* [tick](https://docs.appmixer.com/6.3/building-connectors/manifest/tick.md)
* [private](https://docs.appmixer.com/6.3/building-connectors/manifest/private.md)
* [webhook](https://docs.appmixer.com/6.3/building-connectors/manifest/webhook.md)
* [httpRequestMethods](https://docs.appmixer.com/6.3/building-connectors/manifest/httprequestmethods.md)
* [state](https://docs.appmixer.com/6.3/building-connectors/manifest/state.md)
* [author](https://docs.appmixer.com/6.3/building-connectors/manifest/author.md)
* [marker](https://docs.appmixer.com/6.3/building-connectors/manifest/marker.md)
* [localization](https://docs.appmixer.com/6.3/building-connectors/manifest/localization.md)
* [firePatterns](https://docs.appmixer.com/6.3/building-connectors/manifest/firepatterns.md)
* [Behaviour](https://docs.appmixer.com/6.3/building-connectors/behaviour.md)
* [Dependencies](https://docs.appmixer.com/6.3/building-connectors/dependencies.md)
* [Authentication](https://docs.appmixer.com/6.3/building-connectors/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/6.3/building-connectors/quotas-and-limits.md)
* [MCP Servers](https://docs.appmixer.com/6.3/building-connectors/mcp-servers.md): This guide will help you create and integrate a custom MCP (Model Context Protocol) server into Appmixer so that it can be used with the AI Agent component or as part of regular flows.
* [Example: twilio.SendSMS](https://docs.appmixer.com/6.3/building-connectors/example-component.md)
* [Example: Webhook Trigger](https://docs.appmixer.com/6.3/building-connectors/custom-webhook-trigger.md)
* [Introduction](https://docs.appmixer.com/6.3/appmixer-ui-sdk/introduction.md): Appmixer SKD is a toolkit to embed workflow automation and integration capabilities into your products. Gain a whole new set of comprehensive features with ease.
* [Installation](https://docs.appmixer.com/6.3/appmixer-ui-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
* [Quick Start](https://docs.appmixer.com/6.3/appmixer-ui-sdk/getting-started.md)
* [Constructor](https://docs.appmixer.com/6.3/appmixer-ui-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
* [API Module](https://docs.appmixer.com/6.3/appmixer-ui-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
* [UI & Widgets](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
* [Flow Manager](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
* [Designer](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
* [Insights Logs](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
* [Insights Chart Editor](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
* [Insights Dashboard](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
* [Accounts](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
* [Storage](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
* [People Tasks](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
* [Connectors](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
* [Integrations](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
* [Wizard](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
* [Files](https://docs.appmixer.com/6.3/appmixer-ui-sdk/ui-and-widgets/files.md): Manage files for use with components of flows.
* [Custom API](https://docs.appmixer.com/6.3/appmixer-ui-sdk/custom-api.md): Appmixer SDK allows you to override API methods used by the SDK instance. This can be handy in edge case scenarios where you need to override the API requests and their parameters or response values.
* [Custom Theme](https://docs.appmixer.com/6.3/customizing-embedded-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
* [Custom Strings](https://docs.appmixer.com/6.3/customizing-embedded-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom Component Strings](https://docs.appmixer.com/6.3/customizing-embedded-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Getting Started](https://docs.appmixer.com/6.3/appmixer-backoffice/getting-started.md)
* [Audit Logs](https://docs.appmixer.com/6.3/appmixer-backoffice/audit-logs.md)
* [System Configuration](https://docs.appmixer.com/6.3/appmixer-backoffice/system-configuration.md)
* [Getting Started](https://docs.appmixer.com/6.3/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [OpenAPI Connector Generator](https://docs.appmixer.com/6.3/appmixer-cli/appmixer-openapi-generator.md): The Appmixer OpenAPI generator provides a tool to automatically generate Appmixer components from the OpenAPI v3 specification.
* [Installation Docker Compose](https://docs.appmixer.com/6.3/appmixer-self-managed/installation.md)
* [Installation Helm Chart](https://docs.appmixer.com/6.3/appmixer-self-managed/installation-helm-chart.md)
* [Installation AWS ECS](https://docs.appmixer.com/6.3/appmixer-self-managed/installation-aws-ecs.md)
* [Monitoring and Observability](https://docs.appmixer.com/6.3/appmixer-self-managed/monitoring-and-observability.md)
* [Getting Started](https://docs.appmixer.com/6.3/appmixer-self-managed/getting-started.md)
* [Authentication Hub](https://docs.appmixer.com/6.3/appmixer-self-managed/authentication-hub.md)
* [Additional Configuration](https://docs.appmixer.com/6.3/appmixer-self-managed/configuration.md)
* [Appmixer Architecture](https://docs.appmixer.com/6.3/appmixer-self-managed/appmixer-architecture.md)
* [Appmixer Deployment Models](https://docs.appmixer.com/6.3/appmixer-self-managed/appmixer-deployment-models.md)
* [Appmixer Virtual Users](https://docs.appmixer.com/6.3/tutorials/appmixer-virtual-users.md)
* [Flows Metadata & Filtering](https://docs.appmixer.com/6.3/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different flows for different use cases.
* [Access Control](https://docs.appmixer.com/6.3/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Sharing Flows](https://docs.appmixer.com/6.3/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [People Tasks](https://docs.appmixer.com/6.3/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/6.3/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize the default set of modifiers (data transformation functions) that can be applied on variables in Appmixer flows.
* [Connector Request](https://docs.appmixer.com/6.3/connectors/connector-request.md)

- [Introduction](https://docs.appmixer.com/6.2/readme.md)
- [Build and Publish an Integration](https://docs.appmixer.com/6.2/getting-started/integrations.md)
- [Build and Run an Automation](https://docs.appmixer.com/6.2/getting-started/automations.md)
- [Build and Run an AI agent](https://docs.appmixer.com/6.2/getting-started/build-and-run-an-ai-agent.md)
- [Build a Custom Connector](https://docs.appmixer.com/6.2/getting-started/custom-connectors.md)
- [Embed into Your Application](https://docs.appmixer.com/6.2/getting-started/embed.md)
- [Monitor & Troubleshoot](https://docs.appmixer.com/6.2/getting-started/customer-support.md)
- [Access Appmixer REST API](https://docs.appmixer.com/6.2/getting-started/api.md)
- [Install and Update Connectors](https://docs.appmixer.com/6.2/getting-started/modules.md): Manage the modules available in the system.
- [Connector Configuration](https://docs.appmixer.com/6.2/getting-started/services.md)
- [Handle Flow Errors](https://docs.appmixer.com/6.2/getting-started/system-webhooks.md)
- [Use App Events](https://docs.appmixer.com/6.2/getting-started/use-app-events.md)
- [End User Guide](https://docs.appmixer.com/6.2/getting-started/end-user-guide.md)
- [Authentication](https://docs.appmixer.com/6.2/api/authentication.md)
- [Flows](https://docs.appmixer.com/6.2/api/flows.md)
- [Apps](https://docs.appmixer.com/6.2/api/apps.md): This set of endpoints control the connectors that are installed in your Appmixer tenant. You can also publish new and uninstall existing connectors.
- [Accounts](https://docs.appmixer.com/6.2/api/accounts.md): Authentication to apps.
- [User](https://docs.appmixer.com/6.2/api/user.md): API for users
- [Insights](https://docs.appmixer.com/6.2/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Files](https://docs.appmixer.com/6.2/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Data Stores](https://docs.appmixer.com/6.2/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Connector Configuration](https://docs.appmixer.com/6.2/api/service-configuration.md): Global configuration for your connectors. If a component contains either an auth section or authConfig section, values for the specified service will be injected into the \`context.config\` object.
- [ACL](https://docs.appmixer.com/6.2/api/acl.md): ACLs can be used to control access to connectors by users or group of users or access to any other Appmixer functionality via limiting the API routes the users can use (API/UI).
- [Charts](https://docs.appmixer.com/6.2/api/charts.md): Control the charts in a user dashboard (Insights UI).
- [Config](https://docs.appmixer.com/6.2/api/config.md): System configuration. The following endpoints are only accessible to users with \`admin\` scope.
- [Modifiers](https://docs.appmixer.com/6.2/api/modifiers.md): Modifiers are data transformation functions that can be used to transform data variables inside your flows. You can customize the list of modifiers or even define your own functions.
- [Public Files](https://docs.appmixer.com/6.2/api/public-files.md): Public files are files that are available at the root location of your Appmixer Tenant API endpoint. For example, uploading verify.html will make the file available at API\_URL/verify.html.
- [Unprocessed Messages](https://docs.appmixer.com/6.2/api/unprocessed-messages.md): When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
- [Variables](https://docs.appmixer.com/6.2/api/variables.md)
- [Flow](https://docs.appmixer.com/6.2/building-connectors/flow.md)
- [Component](https://docs.appmixer.com/6.2/building-connectors/component.md)
- [Basic Structure](https://docs.appmixer.com/6.2/building-connectors/basic-structure.md)
- [Manifest](https://docs.appmixer.com/6.2/building-connectors/manifest.md)
- [name](https://docs.appmixer.com/6.2/building-connectors/manifest/name.md)
- [label](https://docs.appmixer.com/6.2/building-connectors/manifest/label.md)
- [icon](https://docs.appmixer.com/6.2/building-connectors/manifest/icon.md)
- [description](https://docs.appmixer.com/6.2/building-connectors/manifest/description.md)
- [auth](https://docs.appmixer.com/6.2/building-connectors/manifest/auth.md)
- [inPorts](https://docs.appmixer.com/6.2/building-connectors/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/6.2/building-connectors/manifest/outports.md)
- [properties](https://docs.appmixer.com/6.2/building-connectors/manifest/properties.md)
- [quota](https://docs.appmixer.com/6.2/building-connectors/manifest/quota.md)
- [tick](https://docs.appmixer.com/6.2/building-connectors/manifest/tick.md)
- [private](https://docs.appmixer.com/6.2/building-connectors/manifest/private.md)
- [webhook](https://docs.appmixer.com/6.2/building-connectors/manifest/webhook.md)
- [httpRequestMethods](https://docs.appmixer.com/6.2/building-connectors/manifest/httprequestmethods.md)
- [state](https://docs.appmixer.com/6.2/building-connectors/manifest/state.md)
- [author](https://docs.appmixer.com/6.2/building-connectors/manifest/author.md)
- [marker](https://docs.appmixer.com/6.2/building-connectors/manifest/marker.md)
- [localization](https://docs.appmixer.com/6.2/building-connectors/manifest/localization.md)
- [firePatterns](https://docs.appmixer.com/6.2/building-connectors/manifest/firepatterns.md)
- [Behaviour](https://docs.appmixer.com/6.2/building-connectors/behaviour.md)
- [Dependencies](https://docs.appmixer.com/6.2/building-connectors/dependencies.md)
- [Authentication](https://docs.appmixer.com/6.2/building-connectors/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/6.2/building-connectors/quotas-and-limits.md)
- [MCP Servers](https://docs.appmixer.com/6.2/building-connectors/mcp-servers.md): This guide will help you create and integrate a custom MCP (Model Context Protocol) server into Appmixer so that it can be used with the AI Agent component or as part of regular flows.
- [Example: twilio.SendSMS](https://docs.appmixer.com/6.2/building-connectors/example-component.md)
- [Example: Webhook Trigger](https://docs.appmixer.com/6.2/building-connectors/custom-webhook-trigger.md)
- [Introduction](https://docs.appmixer.com/6.2/appmixer-ui-sdk/introduction.md): Appmixer SKD is a toolkit to embed workflow automation and integration capabilities into your products. Gain a whole new set of comprehensive features with ease.
- [Installation](https://docs.appmixer.com/6.2/appmixer-ui-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
- [Quick Start](https://docs.appmixer.com/6.2/appmixer-ui-sdk/getting-started.md)
- [Constructor](https://docs.appmixer.com/6.2/appmixer-ui-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
- [API Module](https://docs.appmixer.com/6.2/appmixer-ui-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
- [UI & Widgets](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
- [Flow Manager](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
- [Designer](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
- [Insights Logs](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
- [Insights Chart Editor](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
- [Insights Dashboard](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
- [Accounts](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
- [Storage](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
- [People Tasks](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
- [Connectors](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
- [Integrations](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
- [Wizard](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
- [Files](https://docs.appmixer.com/6.2/appmixer-ui-sdk/ui-and-widgets/files.md): Manage files for use with components of flows.
- [Custom API](https://docs.appmixer.com/6.2/appmixer-ui-sdk/custom-api.md): Appmixer SDK allows you to override API methods used by the SDK instance. This can be handy in edge case scenarios where you need to override the API requests and their parameters or response values.
- [Custom Theme](https://docs.appmixer.com/6.2/customizing-embedded-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
- [Custom Strings](https://docs.appmixer.com/6.2/customizing-embedded-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom Component Strings](https://docs.appmixer.com/6.2/customizing-embedded-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Getting Started](https://docs.appmixer.com/6.2/appmixer-backoffice/getting-started.md)
- [Audit Logs](https://docs.appmixer.com/6.2/appmixer-backoffice/audit-logs.md)
- [System Configuration](https://docs.appmixer.com/6.2/appmixer-backoffice/system-configuration.md)
- [Getting Started](https://docs.appmixer.com/6.2/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
- [OpenAPI Connector Generator](https://docs.appmixer.com/6.2/appmixer-cli/appmixer-openapi-generator.md): The Appmixer OpenAPI generator provides a tool to automatically generate Appmixer components from the OpenAPI v3 specification.
- [Installation Docker Compose](https://docs.appmixer.com/6.2/appmixer-self-managed/installation.md)
- [Installation Helm Chart](https://docs.appmixer.com/6.2/appmixer-self-managed/installation-helm-chart.md)
- [Installation AWS ECS](https://docs.appmixer.com/6.2/appmixer-self-managed/installation-aws-ecs.md)
- [Monitoring and Observability](https://docs.appmixer.com/6.2/appmixer-self-managed/monitoring-and-observability.md)
- [Getting Started](https://docs.appmixer.com/6.2/appmixer-self-managed/getting-started.md)
- [Authentication Hub](https://docs.appmixer.com/6.2/appmixer-self-managed/authentication-hub.md)
- [Additional Configuration](https://docs.appmixer.com/6.2/appmixer-self-managed/configuration.md)
- [Appmixer Architecture](https://docs.appmixer.com/6.2/appmixer-self-managed/appmixer-architecture.md)
- [Appmixer Deployment Models](https://docs.appmixer.com/6.2/appmixer-self-managed/appmixer-deployment-models.md)
- [Appmixer Virtual Users](https://docs.appmixer.com/6.2/tutorials/appmixer-virtual-users.md)
- [Flows Metadata & Filtering](https://docs.appmixer.com/6.2/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different flows for different use cases.
- [Access Control](https://docs.appmixer.com/6.2/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Sharing Flows](https://docs.appmixer.com/6.2/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [People Tasks](https://docs.appmixer.com/6.2/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/6.2/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize the default set of modifiers (data transformation functions) that can be applied on variables in Appmixer flows.
- [Airtable](https://docs.appmixer.com/6.2/app-registration/airtable.md)
- [ActiveCampaign](https://docs.appmixer.com/6.2/app-registration/activecampaign.md): https://www.activecampaign.com/
- [Asana](https://docs.appmixer.com/6.2/app-registration/asana.md)
- [Azure Cognitive Services](https://docs.appmixer.com/6.2/app-registration/azurecognitiveservices.md)
- [Blackboard](https://docs.appmixer.com/6.2/app-registration/blackboard.md)
- [DeepAI](https://docs.appmixer.com/6.2/app-registration/deepai.md): https://deepai.org/
- [DocuSign](https://docs.appmixer.com/6.2/app-registration/docusign.md)
- [Dropbox](https://docs.appmixer.com/6.2/app-registration/dropbox.md): Configure the Dropbox.
- [Freshdesk](https://docs.appmixer.com/6.2/app-registration/freshdesk.md)
- [Google](https://docs.appmixer.com/6.2/app-registration/google.md)
- [Highrise](https://docs.appmixer.com/6.2/app-registration/highrise.md)
- [Hubspot](https://docs.appmixer.com/6.2/app-registration/hubspot.md)
- [Jira](https://docs.appmixer.com/6.2/app-registration/jira.md)
- [Jotform](https://docs.appmixer.com/6.2/app-registration/jotform.md): Configure the Jotform.
- [LinkedIn](https://docs.appmixer.com/6.2/app-registration/linkedin.md): https://linkedin.com
- [Mailchimp](https://docs.appmixer.com/6.2/app-registration/mailchimp.md)
- [Microsoft](https://docs.appmixer.com/6.2/app-registration/microsoft.md)
- [Microsoft Dynamics 365 CRM](https://docs.appmixer.com/6.2/app-registration/microsoft-dynamics-365-crm.md)
- [Monday](https://docs.appmixer.com/6.2/app-registration/monday.md)
- [Open AI](https://docs.appmixer.com/6.2/app-registration/openai.md): https://platform.openai.com
- [Pipedrive](https://docs.appmixer.com/6.2/app-registration/pipedrive.md)
- [Quickbooks](https://docs.appmixer.com/6.2/app-registration/quickbooks.md)
- [Redmine](https://docs.appmixer.com/6.2/app-registration/redmine.md)
- [Salesforce](https://docs.appmixer.com/6.2/app-registration/salesforce.md)
- [Schoology](https://docs.appmixer.com/6.2/app-registration/schoology.md)
- [Screenshot API](https://docs.appmixer.com/6.2/app-registration/screenshotapi.md)
- [ServiceNow](https://docs.appmixer.com/6.2/app-registration/servicenow.md)
- [Slack](https://docs.appmixer.com/6.2/app-registration/slack.md)
- [Trello](https://docs.appmixer.com/6.2/app-registration/trello.md)
- [Typeform](https://docs.appmixer.com/6.2/app-registration/typeform.md)
- [Twilio](https://docs.appmixer.com/6.2/app-registration/twilio.md): https://twilio.com
- [Twitter](https://docs.appmixer.com/6.2/app-registration/twitter.md): Configure the Twitter.
- [Utilities](https://docs.appmixer.com/6.2/app-registration/utils.md)
- [AI](https://docs.appmixer.com/6.2/app-registration/utils/ai.md): appmixer.utils.ai
- [Email](https://docs.appmixer.com/6.2/app-registration/utils/email.md): appmixer.utils.email
- [Language](https://docs.appmixer.com/6.2/app-registration/utils/language.md)
- [Tasks](https://docs.appmixer.com/6.2/app-registration/utils/tasks.md)
- [Test](https://docs.appmixer.com/6.2/app-registration/utils/test.md)
- [Weather](https://docs.appmixer.com/6.2/app-registration/utils/weather.md)
- [AppEvents](https://docs.appmixer.com/6.2/app-registration/utils/appevents.md)
- [Xero](https://docs.appmixer.com/6.2/app-registration/xero.md)
- [Zendesk Tickets](https://docs.appmixer.com/6.2/app-registration/zendesk-tickets.md)
- [Zendesk Chat](https://docs.appmixer.com/6.2/app-registration/zendesk-chat.md)
- [Zoho](https://docs.appmixer.com/6.2/app-registration/zoho.md): Configure the Zoho OAuth2 application.
- [Connector Request](https://docs.appmixer.com/6.2/connectors/connector-request.md)

* [Introduction](https://docs.appmixer.com/6.1/readme.md)
* [Build and Publish an Integration](https://docs.appmixer.com/6.1/getting-started/integrations.md)
* [Build and Run an Automation](https://docs.appmixer.com/6.1/getting-started/automations.md)
* [Build and Run an AI agent](https://docs.appmixer.com/6.1/getting-started/build-and-run-an-ai-agent.md)
* [Build a Custom Connector](https://docs.appmixer.com/6.1/getting-started/custom-connectors.md)
* [Embed into Your Application](https://docs.appmixer.com/6.1/getting-started/embed.md)
* [Monitor & Troubleshoot](https://docs.appmixer.com/6.1/getting-started/customer-support.md)
* [Access Appmixer REST API](https://docs.appmixer.com/6.1/getting-started/api.md)
* [Install and Update Connectors](https://docs.appmixer.com/6.1/getting-started/modules.md): Manage the modules available in the system.
* [Connector Configuration](https://docs.appmixer.com/6.1/getting-started/services.md)
* [Handle Flow Errors](https://docs.appmixer.com/6.1/getting-started/system-webhooks.md)
* [Use App Events](https://docs.appmixer.com/6.1/getting-started/use-app-events.md)
* [End User Guide](https://docs.appmixer.com/6.1/getting-started/end-user-guide.md)
* [Authentication](https://docs.appmixer.com/6.1/api/authentication.md)
* [Flows](https://docs.appmixer.com/6.1/api/flows.md)
* [Apps](https://docs.appmixer.com/6.1/api/apps.md): This set of endpoints control the connectors that are installed in your Appmixer tenant. You can also publish new and uninstall existing connectors.
* [Accounts](https://docs.appmixer.com/6.1/api/accounts.md): Authentication to apps.
* [User](https://docs.appmixer.com/6.1/api/user.md): API for users
* [Insights](https://docs.appmixer.com/6.1/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Files](https://docs.appmixer.com/6.1/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Data Stores](https://docs.appmixer.com/6.1/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Connector Configuration](https://docs.appmixer.com/6.1/api/service-configuration.md): Global configuration for your connectors. If a component contains either an auth section or authConfig section, values for the specified service will be injected into the \`context.config\` object.
* [ACL](https://docs.appmixer.com/6.1/api/acl.md): ACLs can be used to control access to connectors by users or group of users or access to any other Appmixer functionality via limiting the API routes the users can use (API/UI).
* [Charts](https://docs.appmixer.com/6.1/api/charts.md): Control the charts in a user dashboard (Insights UI).
* [Config](https://docs.appmixer.com/6.1/api/config.md): System configuration. The following endpoints are only accessible to users with \`admin\` scope.
* [Modifiers](https://docs.appmixer.com/6.1/api/modifiers.md): Modifiers are data transformation functions that can be used to transform data variables inside your flows. You can customize the list of modifiers or even define your own functions.
* [Public Files](https://docs.appmixer.com/6.1/api/public-files.md): Public files are files that are available at the root location of your Appmixer Tenant API endpoint. For example, uploading verify.html will make the file available at API\_URL/verify.html.
* [Statistics](https://docs.appmixer.com/6.1/api/statistics.md)
* [Unprocessed Messages](https://docs.appmixer.com/6.1/api/unprocessed-messages.md): When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
* [Variables](https://docs.appmixer.com/6.1/api/variables.md)
* [Flow](https://docs.appmixer.com/6.1/building-connectors/flow.md)
* [Component](https://docs.appmixer.com/6.1/building-connectors/component.md)
* [Basic Structure](https://docs.appmixer.com/6.1/building-connectors/basic-structure.md)
* [Manifest](https://docs.appmixer.com/6.1/building-connectors/manifest.md)
* [name](https://docs.appmixer.com/6.1/building-connectors/manifest/name.md)
* [label](https://docs.appmixer.com/6.1/building-connectors/manifest/label.md)
* [icon](https://docs.appmixer.com/6.1/building-connectors/manifest/icon.md)
* [description](https://docs.appmixer.com/6.1/building-connectors/manifest/description.md)
* [auth](https://docs.appmixer.com/6.1/building-connectors/manifest/auth.md)
* [inPorts](https://docs.appmixer.com/6.1/building-connectors/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/6.1/building-connectors/manifest/outports.md)
* [properties](https://docs.appmixer.com/6.1/building-connectors/manifest/properties.md)
* [quota](https://docs.appmixer.com/6.1/building-connectors/manifest/quota.md)
* [tick](https://docs.appmixer.com/6.1/building-connectors/manifest/tick.md)
* [private](https://docs.appmixer.com/6.1/building-connectors/manifest/private.md)
* [webhook](https://docs.appmixer.com/6.1/building-connectors/manifest/webhook.md)
* [httpRequestMethods](https://docs.appmixer.com/6.1/building-connectors/manifest/httprequestmethods.md)
* [state](https://docs.appmixer.com/6.1/building-connectors/manifest/state.md)
* [author](https://docs.appmixer.com/6.1/building-connectors/manifest/author.md)
* [marker](https://docs.appmixer.com/6.1/building-connectors/manifest/marker.md)
* [localization](https://docs.appmixer.com/6.1/building-connectors/manifest/localization.md)
* [firePatterns](https://docs.appmixer.com/6.1/building-connectors/manifest/firepatterns.md)
* [Behaviour](https://docs.appmixer.com/6.1/building-connectors/behaviour.md)
* [Dependencies](https://docs.appmixer.com/6.1/building-connectors/dependencies.md)
* [Authentication](https://docs.appmixer.com/6.1/building-connectors/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/6.1/building-connectors/quotas-and-limits.md)
* [MCP Servers](https://docs.appmixer.com/6.1/building-connectors/mcp-servers.md): This guide will help you create and integrate a custom MCP (Model Context Protocol) server into Appmixer so that it can be used with the AI Agent component or as part of regular flows.
* [Example: twilio.SendSMS](https://docs.appmixer.com/6.1/building-connectors/example-component.md)
* [Example: Webhook Trigger](https://docs.appmixer.com/6.1/building-connectors/custom-webhook-trigger.md)
* [Introduction](https://docs.appmixer.com/6.1/appmixer-ui-sdk/introduction.md): Appmixer SKD is a toolkit to embed workflow automation and integration capabilities into your products. Gain a whole new set of comprehensive features with ease.
* [Installation](https://docs.appmixer.com/6.1/appmixer-ui-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
* [Quick Start](https://docs.appmixer.com/6.1/appmixer-ui-sdk/getting-started.md)
* [Constructor](https://docs.appmixer.com/6.1/appmixer-ui-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
* [API Module](https://docs.appmixer.com/6.1/appmixer-ui-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
* [UI & Widgets](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
* [Flow Manager](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
* [Designer](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
* [Insights Logs](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
* [Insights Chart Editor](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
* [Insights Dashboard](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
* [Accounts](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
* [Storage](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
* [People Tasks](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
* [Connectors](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
* [Integrations](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
* [Wizard](https://docs.appmixer.com/6.1/appmixer-ui-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
* [Custom API](https://docs.appmixer.com/6.1/appmixer-ui-sdk/custom-api.md): Appmixer SDK allows you to override API methods used by the SDK instance. This can be handy in edge case scenarios where you need to override the API requests and their parameters or response values.
* [Custom Theme](https://docs.appmixer.com/6.1/customizing-embedded-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
* [Custom Strings](https://docs.appmixer.com/6.1/customizing-embedded-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom Component Strings](https://docs.appmixer.com/6.1/customizing-embedded-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Getting Started](https://docs.appmixer.com/6.1/appmixer-backoffice/getting-started.md)
* [System Configuration](https://docs.appmixer.com/6.1/appmixer-backoffice/system-configuration.md)
* [Getting Started](https://docs.appmixer.com/6.1/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [OpenAPI Connector Generator](https://docs.appmixer.com/6.1/appmixer-cli/appmixer-openapi-generator.md): The Appmixer OpenAPI generator provides a tool to automatically generate Appmixer components from the OpenAPI v3 specification.
* [Installation Docker Compose](https://docs.appmixer.com/6.1/appmixer-self-managed/installation.md)
* [Installation AWS ECS](https://docs.appmixer.com/6.1/appmixer-self-managed/installation-aws-ecs.md)
* [Getting Started](https://docs.appmixer.com/6.1/appmixer-self-managed/getting-started.md)
* [Authentication Hub](https://docs.appmixer.com/6.1/appmixer-self-managed/authentication-hub.md)
* [Additional Configuration](https://docs.appmixer.com/6.1/appmixer-self-managed/configuration.md)
* [Appmixer Architecture](https://docs.appmixer.com/6.1/appmixer-self-managed/appmixer-architecture.md)
* [Appmixer Deployment Models](https://docs.appmixer.com/6.1/appmixer-self-managed/appmixer-deployment-models.md)
* [Appmixer Virtual Users](https://docs.appmixer.com/6.1/tutorials/appmixer-virtual-users.md)
* [Flows Metadata & Filtering](https://docs.appmixer.com/6.1/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different flows for different use cases.
* [Access Control](https://docs.appmixer.com/6.1/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Sharing Flows](https://docs.appmixer.com/6.1/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [People Tasks](https://docs.appmixer.com/6.1/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/6.1/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize the default set of modifiers (data transformation functions) that can be applied on variables in Appmixer flows.
* [Airtable](https://docs.appmixer.com/6.1/app-registration/airtable.md)
* [ActiveCampaign](https://docs.appmixer.com/6.1/app-registration/activecampaign.md): https://www.activecampaign.com/
* [Asana](https://docs.appmixer.com/6.1/app-registration/asana.md)
* [Azure Cognitive Services](https://docs.appmixer.com/6.1/app-registration/azurecognitiveservices.md)
* [Blackboard](https://docs.appmixer.com/6.1/app-registration/blackboard.md)
* [DeepAI](https://docs.appmixer.com/6.1/app-registration/deepai.md): https://deepai.org/
* [DocuSign](https://docs.appmixer.com/6.1/app-registration/docusign.md)
* [Dropbox](https://docs.appmixer.com/6.1/app-registration/dropbox.md): Configure the Dropbox.
* [Freshdesk](https://docs.appmixer.com/6.1/app-registration/freshdesk.md)
* [Google](https://docs.appmixer.com/6.1/app-registration/google.md)
* [Highrise](https://docs.appmixer.com/6.1/app-registration/highrise.md)
* [Hubspot](https://docs.appmixer.com/6.1/app-registration/hubspot.md)
* [Jira](https://docs.appmixer.com/6.1/app-registration/jira.md)
* [Jotform](https://docs.appmixer.com/6.1/app-registration/jotform.md): Configure the Jotform.
* [LinkedIn](https://docs.appmixer.com/6.1/app-registration/linkedin.md): https://linkedin.com
* [Mailchimp](https://docs.appmixer.com/6.1/app-registration/mailchimp.md)
* [Microsoft](https://docs.appmixer.com/6.1/app-registration/microsoft.md)
* [Microsoft Dynamics 365 CRM](https://docs.appmixer.com/6.1/app-registration/microsoft-dynamics-365-crm.md)
* [Monday](https://docs.appmixer.com/6.1/app-registration/monday.md)
* [Open AI](https://docs.appmixer.com/6.1/app-registration/openai.md): https://platform.openai.com
* [Pipedrive](https://docs.appmixer.com/6.1/app-registration/pipedrive.md)
* [Quickbooks](https://docs.appmixer.com/6.1/app-registration/quickbooks.md)
* [Redmine](https://docs.appmixer.com/6.1/app-registration/redmine.md)
* [Salesforce](https://docs.appmixer.com/6.1/app-registration/salesforce.md)
* [Schoology](https://docs.appmixer.com/6.1/app-registration/schoology.md)
* [Screenshot API](https://docs.appmixer.com/6.1/app-registration/screenshotapi.md)
* [ServiceNow](https://docs.appmixer.com/6.1/app-registration/servicenow.md)
* [Slack](https://docs.appmixer.com/6.1/app-registration/slack.md)
* [Trello](https://docs.appmixer.com/6.1/app-registration/trello.md)
* [Typeform](https://docs.appmixer.com/6.1/app-registration/typeform.md)
* [Twilio](https://docs.appmixer.com/6.1/app-registration/twilio.md): https://twilio.com
* [Twitter](https://docs.appmixer.com/6.1/app-registration/twitter.md): Configure the Twitter.
* [Utilities](https://docs.appmixer.com/6.1/app-registration/utils.md)
* [AI](https://docs.appmixer.com/6.1/app-registration/utils/ai.md): appmixer.utils.ai
* [Email](https://docs.appmixer.com/6.1/app-registration/utils/email.md): appmixer.utils.email
* [Language](https://docs.appmixer.com/6.1/app-registration/utils/language.md)
* [Tasks](https://docs.appmixer.com/6.1/app-registration/utils/tasks.md)
* [Test](https://docs.appmixer.com/6.1/app-registration/utils/test.md)
* [Weather](https://docs.appmixer.com/6.1/app-registration/utils/weather.md)
* [AppEvents](https://docs.appmixer.com/6.1/app-registration/utils/appevents.md)
* [Xero](https://docs.appmixer.com/6.1/app-registration/xero.md)
* [Zendesk Tickets](https://docs.appmixer.com/6.1/app-registration/zendesk-tickets.md)
* [Zendesk Chat](https://docs.appmixer.com/6.1/app-registration/zendesk-chat.md)
* [Zoho](https://docs.appmixer.com/6.1/app-registration/zoho.md): Configure the Zoho OAuth2 application.
* [Connector Request](https://docs.appmixer.com/6.1/connectors/connector-request.md)

- [Introduction](https://docs.appmixer.com/6.0/readme.md)
- [Build and Publish an Integration](https://docs.appmixer.com/6.0/getting-started/integrations.md)
- [Build and Run an Automation](https://docs.appmixer.com/6.0/getting-started/automations.md)
- [Build a Custom Connector](https://docs.appmixer.com/6.0/getting-started/custom-connectors.md)
- [Embed into Your Application](https://docs.appmixer.com/6.0/getting-started/embed.md)
- [Monitor & Troubleshoot](https://docs.appmixer.com/6.0/getting-started/customer-support.md)
- [Access Appmixer REST API](https://docs.appmixer.com/6.0/getting-started/api.md)
- [Install and Update Connectors](https://docs.appmixer.com/6.0/getting-started/modules.md): Manage the modules available in the system.
- [Connector Configuration](https://docs.appmixer.com/6.0/getting-started/services.md)
- [Handle Flow Errors](https://docs.appmixer.com/6.0/getting-started/system-webhooks.md)
- [Use App Events](https://docs.appmixer.com/6.0/getting-started/use-app-events.md)
- [End User Guide](https://docs.appmixer.com/6.0/getting-started/end-user-guide.md)
- [Authentication](https://docs.appmixer.com/6.0/api/authentication.md)
- [Flows](https://docs.appmixer.com/6.0/api/flows.md)
- [Apps](https://docs.appmixer.com/6.0/api/apps.md): This set of endpoints control the connectors that are installed in your Appmixer tenant. You can also publish new and uninstall existing connectors.
- [Accounts](https://docs.appmixer.com/6.0/api/accounts.md): Authentication to apps.
- [User](https://docs.appmixer.com/6.0/api/user.md): API for users
- [Insights](https://docs.appmixer.com/6.0/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Files](https://docs.appmixer.com/6.0/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Data Stores](https://docs.appmixer.com/6.0/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Connector Configuration](https://docs.appmixer.com/6.0/api/service-configuration.md): Global configuration for your connectors. If a component contains either an auth section or authConfig section, values for the specified service will be injected into the \`context.config\` object.
- [People Task](https://docs.appmixer.com/6.0/api/people-task.md)
- [ACL](https://docs.appmixer.com/6.0/api/acl.md): ACLs can be used to control access to connectors by users or group of users or access to any other Appmixer functionality via limiting the API routes the users can use (API/UI).
- [Charts](https://docs.appmixer.com/6.0/api/charts.md): Control the charts in a user dashboard (Insights UI).
- [Config](https://docs.appmixer.com/6.0/api/config.md): System configuration. The following endpoints are only accessible to users with \`admin\` scope.
- [Modifiers](https://docs.appmixer.com/6.0/api/modifiers.md): Modifiers are data transformation functions that can be used to transform data variables inside your flows. You can customize the list of modifiers or even define your own functions.
- [Public Files](https://docs.appmixer.com/6.0/api/public-files.md): Public files are files that are available at the root location of your Appmixer Tenant API endpoint. For example, uploading verify.html will make the file available at API\_URL/verify.html.
- [Unprocessed Messages](https://docs.appmixer.com/6.0/api/unprocessed-messages.md): When a message processing fails, even after a certain number of retries, Appmixer stops processing the message and archives it. You can fetch, delete, and even retry those messages programmatically.
- [Variables](https://docs.appmixer.com/6.0/api/variables.md)
- [Flow](https://docs.appmixer.com/6.0/building-connectors/flow.md)
- [Component](https://docs.appmixer.com/6.0/building-connectors/component.md)
- [Basic Structure](https://docs.appmixer.com/6.0/building-connectors/basic-structure.md)
- [Manifest](https://docs.appmixer.com/6.0/building-connectors/manifest.md)
- [name](https://docs.appmixer.com/6.0/building-connectors/manifest/name.md)
- [label](https://docs.appmixer.com/6.0/building-connectors/manifest/label.md)
- [icon](https://docs.appmixer.com/6.0/building-connectors/manifest/icon.md)
- [description](https://docs.appmixer.com/6.0/building-connectors/manifest/description.md)
- [auth](https://docs.appmixer.com/6.0/building-connectors/manifest/auth.md)
- [inPorts](https://docs.appmixer.com/6.0/building-connectors/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/6.0/building-connectors/manifest/outports.md)
- [properties](https://docs.appmixer.com/6.0/building-connectors/manifest/properties.md)
- [quota](https://docs.appmixer.com/6.0/building-connectors/manifest/quota.md)
- [tick](https://docs.appmixer.com/6.0/building-connectors/manifest/tick.md)
- [private](https://docs.appmixer.com/6.0/building-connectors/manifest/private.md)
- [webhook](https://docs.appmixer.com/6.0/building-connectors/manifest/webhook.md)
- [state](https://docs.appmixer.com/6.0/building-connectors/manifest/state.md)
- [author](https://docs.appmixer.com/6.0/building-connectors/manifest/author.md)
- [marker](https://docs.appmixer.com/6.0/building-connectors/manifest/marker.md)
- [localization](https://docs.appmixer.com/6.0/building-connectors/manifest/localization.md)
- [firePatterns](https://docs.appmixer.com/6.0/building-connectors/manifest/firepatterns.md)
- [Behaviour](https://docs.appmixer.com/6.0/building-connectors/behaviour.md)
- [Dependencies](https://docs.appmixer.com/6.0/building-connectors/dependencies.md)
- [Authentication](https://docs.appmixer.com/6.0/building-connectors/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/6.0/building-connectors/quotas-and-limits.md)
- [Example: twilio.SendSMS](https://docs.appmixer.com/6.0/building-connectors/example-component.md)
- [Example: Webhook Trigger](https://docs.appmixer.com/6.0/building-connectors/custom-webhook-trigger.md)
- [Introduction](https://docs.appmixer.com/6.0/appmixer-sdk/introduction.md): Appmixer SKD is a toolkit to embed workflow automation and integration capabilities into your products. Gain a whole new set of comprehensive features with ease.
- [Installation](https://docs.appmixer.com/6.0/appmixer-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
- [Quick Start](https://docs.appmixer.com/6.0/appmixer-sdk/getting-started.md)
- [Constructor](https://docs.appmixer.com/6.0/appmixer-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
- [API Module](https://docs.appmixer.com/6.0/appmixer-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
- [UI & Widgets](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
- [Flow Manager](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
- [Designer](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
- [Insights Logs](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
- [Insights Chart Editor](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
- [Insights Dashboard](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
- [Accounts](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
- [Storage](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
- [People Tasks](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
- [Connectors](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
- [Integrations](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
- [Wizard](https://docs.appmixer.com/6.0/appmixer-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
- [Custom API](https://docs.appmixer.com/6.0/appmixer-sdk/custom-api.md): Appmixer SDK allows you to override API methods used by the SDK instance. This can be handy in edge case scenarios where you need to override the API requests and their parameters or response values.
- [Custom Theme](https://docs.appmixer.com/6.0/customizing-embedded-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
- [Custom Strings](https://docs.appmixer.com/6.0/customizing-embedded-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom Component Strings](https://docs.appmixer.com/6.0/customizing-embedded-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Getting Started](https://docs.appmixer.com/6.0/appmixer-backoffice/getting-started.md)
- [System Configuration](https://docs.appmixer.com/6.0/appmixer-backoffice/system-configuration.md)
- [Getting Started](https://docs.appmixer.com/6.0/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
- [OpenAPI Connector Generator](https://docs.appmixer.com/6.0/appmixer-cli/appmixer-openapi-generator.md): The Appmixer OpenAPI generator provides a tool to automatically generate Appmixer components from the OpenAPI v3 specification.
- [Installation Docker Compose](https://docs.appmixer.com/6.0/appmixer-self-managed/installation.md)
- [Installation AWS ECS](https://docs.appmixer.com/6.0/appmixer-self-managed/installation-aws-ecs.md)
- [Getting Started](https://docs.appmixer.com/6.0/appmixer-self-managed/getting-started.md)
- [Authentication Hub](https://docs.appmixer.com/6.0/appmixer-self-managed/authentication-hub.md)
- [Additional Configuration](https://docs.appmixer.com/6.0/appmixer-self-managed/configuration.md)
- [Appmixer Architecture](https://docs.appmixer.com/6.0/appmixer-self-managed/appmixer-architecture.md)
- [Appmixer Deployment Models](https://docs.appmixer.com/6.0/appmixer-self-managed/appmixer-deployment-models.md)
- [Appmixer Virtual Users](https://docs.appmixer.com/6.0/tutorials/appmixer-virtual-users.md)
- [Flows Metadata & Filtering](https://docs.appmixer.com/6.0/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different flows for different use cases.
- [Access Control](https://docs.appmixer.com/6.0/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Sharing Flows](https://docs.appmixer.com/6.0/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [People Tasks](https://docs.appmixer.com/6.0/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/6.0/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize the default set of modifiers (data transformation functions) that can be applied on variables in Appmixer flows.
- [Moved](https://docs.appmixer.com/6.0/tutorials/moved.md)
- [Connector Request](https://docs.appmixer.com/6.0/connectors/connector-request.md)

* [Introduction](https://docs.appmixer.com/5.2/readme.md)
* [Migration from 5.1](https://docs.appmixer.com/5.2/migration-from-5.1.md)
* [Introduction](https://docs.appmixer.com/5.2/overview/introduction.md)
* [Component](https://docs.appmixer.com/5.2/overview/component.md)
* [Flow](https://docs.appmixer.com/5.2/overview/flow.md)
* [End User Guide](https://docs.appmixer.com/5.2/overview/end-user-guide.md)
* [Basic Structure](https://docs.appmixer.com/5.2/component-definition/basic-structure.md)
* [Manifest](https://docs.appmixer.com/5.2/component-definition/manifest.md)
* [name](https://docs.appmixer.com/5.2/component-definition/manifest/name.md)
* [label](https://docs.appmixer.com/5.2/component-definition/manifest/label.md)
* [icon](https://docs.appmixer.com/5.2/component-definition/manifest/icon.md)
* [marker](https://docs.appmixer.com/5.2/component-definition/manifest/marker.md)
* [author](https://docs.appmixer.com/5.2/component-definition/manifest/author.md)
* [description](https://docs.appmixer.com/5.2/component-definition/manifest/description.md)
* [auth](https://docs.appmixer.com/5.2/component-definition/manifest/auth.md)
* [authConfig](https://docs.appmixer.com/5.2/component-definition/manifest/authconfig.md)
* [quota](https://docs.appmixer.com/5.2/component-definition/manifest/quota.md)
* [properties](https://docs.appmixer.com/5.2/component-definition/manifest/properties.md)
* [inPorts](https://docs.appmixer.com/5.2/component-definition/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/5.2/component-definition/manifest/outports.md)
* [firePatterns](https://docs.appmixer.com/5.2/component-definition/manifest/firepatterns.md)
* [tick](https://docs.appmixer.com/5.2/component-definition/manifest/tick.md)
* [private](https://docs.appmixer.com/5.2/component-definition/manifest/private.md)
* [webhook](https://docs.appmixer.com/5.2/component-definition/manifest/webhook.md)
* [state](https://docs.appmixer.com/5.2/component-definition/manifest/state.md)
* [localization](https://docs.appmixer.com/5.2/component-definition/manifest/localization.md)
* [Behaviour](https://docs.appmixer.com/5.2/component-definition/behaviour.md)
* [Dependencies](https://docs.appmixer.com/5.2/component-definition/dependencies.md)
* [Authentication](https://docs.appmixer.com/5.2/component-definition/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/5.2/component-definition/quotas-and-limits.md)
* [Configuration](https://docs.appmixer.com/5.2/component-definition/configuration.md)
* [Example Component](https://docs.appmixer.com/5.2/component-definition/example-component.md)
* [Custom Inspector Fields](https://docs.appmixer.com/5.2/customizing-ui/custom-inspector-fields.md)
* [Custom Theme](https://docs.appmixer.com/5.2/customizing-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
* [Custom Strings](https://docs.appmixer.com/5.2/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom API](https://docs.appmixer.com/5.2/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
* [Custom Component Strings](https://docs.appmixer.com/5.2/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Custom Component Shapes](https://docs.appmixer.com/5.2/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
* [Custom Auth Popups](https://docs.appmixer.com/5.2/customizing-ui/custom-auth-popups.md)
* [Getting started](https://docs.appmixer.com/5.2/appmixer-hosted/getting-started.md)
* [Creating Custom Components](https://docs.appmixer.com/5.2/appmixer-hosted/custom-components.md)
* [Using Appmixer SDK](https://docs.appmixer.com/5.2/appmixer-hosted/appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/5.2/appmixer-hosted/appmixer-api.md)
* [Using Oauth applications](https://docs.appmixer.com/5.2/appmixer-hosted/oauth-applications.md)
* [Installation](https://docs.appmixer.com/5.2/appmixer-self-managed/installation.md)
* [Getting Started](https://docs.appmixer.com/5.2/appmixer-self-managed/getting-started.md)
* [Custom Component: HelloAppmixer](https://docs.appmixer.com/5.2/appmixer-self-managed/custom-component-helloappmixer.md)
* [Using Appmixer SDK](https://docs.appmixer.com/5.2/appmixer-self-managed/using-appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/5.2/appmixer-self-managed/using-the-appmixer-api.md)
* [Using OAuth applications](https://docs.appmixer.com/5.2/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
* [Installation GCP](https://docs.appmixer.com/5.2/appmixer-self-managed/installation-gcp.md)
* [System Webhooks](https://docs.appmixer.com/5.2/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
* [Configuration](https://docs.appmixer.com/5.2/appmixer-self-managed/configuration.md)
* [Appmixer Architecture](https://docs.appmixer.com/5.2/appmixer-self-managed/appmixer-architecture.md)
* [Appmixer Deployment Models](https://docs.appmixer.com/5.2/appmixer-self-managed/appmixer-deployment-models.md)
* [System Plugins](https://docs.appmixer.com/5.2/appmixer-self-managed/system-plugins.md): Appmixer engine is pluggable, this section describes available plugins and how to configure them.
* [ACL](https://docs.appmixer.com/5.2/api/acl.md): Routes for setting ACL. Used in Backoffice.
* [Accounts](https://docs.appmixer.com/5.2/api/accounts.md): Authentication to apps.
* [Apps](https://docs.appmixer.com/5.2/api/apps.md)
* [Authentication](https://docs.appmixer.com/5.2/api/authentication.md)
* [Charts](https://docs.appmixer.com/5.2/api/charts.md)
* [Config](https://docs.appmixer.com/5.2/api/config.md): System configuration
* [Data Stores](https://docs.appmixer.com/5.2/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Files](https://docs.appmixer.com/5.2/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Flows](https://docs.appmixer.com/5.2/api/flows.md)
* [Insights](https://docs.appmixer.com/5.2/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Modifiers](https://docs.appmixer.com/5.2/api/modifiers.md)
* [People Task](https://docs.appmixer.com/5.2/api/people-task.md)
* [Public Files](https://docs.appmixer.com/5.2/api/public-files.md)
* [Service Configuration](https://docs.appmixer.com/5.2/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
* [Unprocessed Messages](https://docs.appmixer.com/5.2/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
* [User](https://docs.appmixer.com/5.2/api/user.md): API for users
* [Variables](https://docs.appmixer.com/5.2/api/variables.md)
* [Introduction](https://docs.appmixer.com/5.2/appmixer-sdk/introduction.md): Appmixer SKD is a toolkit to integrate workflow automation engine and embed white-labeled user interface widgets into your products. Gain a whole new set of comprehensive features with ease.
* [Installation](https://docs.appmixer.com/5.2/appmixer-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
* [Quick Start](https://docs.appmixer.com/5.2/appmixer-sdk/getting-started.md): Let's start with a simple user interface to browse and manage your flows.
* [Constructor](https://docs.appmixer.com/5.2/appmixer-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
* [API Module](https://docs.appmixer.com/5.2/appmixer-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
* [UI & Widgets](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
* [Flow Manager](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
* [Designer](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
* [Insights Logs](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
* [Insights Chart Editor](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
* [Insights Dashboard](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
* [Accounts](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
* [Storage](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
* [People Tasks](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
* [Connectors](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
* [Integrations](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
* [Wizard](https://docs.appmixer.com/5.2/appmixer-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
* [Developer mode](https://docs.appmixer.com/5.2/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
* [Getting Started](https://docs.appmixer.com/5.2/appmixer-backoffice/getting-started.md)
* [Services](https://docs.appmixer.com/5.2/appmixer-backoffice/services.md)
* [Quotas](https://docs.appmixer.com/5.2/appmixer-backoffice/quotas.md)
* [Public Files](https://docs.appmixer.com/5.2/appmixer-backoffice/public-files.md)
* [System Configuration](https://docs.appmixer.com/5.2/appmixer-backoffice/system-configuration.md)
* [Modules](https://docs.appmixer.com/5.2/appmixer-backoffice/modules.md): Manage the modules available in the system.
* [Managing Authentication](https://docs.appmixer.com/5.2/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
* [Sharing Flows](https://docs.appmixer.com/5.2/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [Flows Metadata & Filtering](https://docs.appmixer.com/5.2/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
* [People Tasks](https://docs.appmixer.com/5.2/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/5.2/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
* [Setting ACL](https://docs.appmixer.com/5.2/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Integration Templates](https://docs.appmixer.com/5.2/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
* [Installing and updating modules](https://docs.appmixer.com/5.2/tutorials/installing-and-updating-modules.md): You can manage the modules available in your system using the Backoffice
* [Custom Webhook Trigger](https://docs.appmixer.com/5.2/tutorials/custom-webhook-trigger.md)
* [Appmixer Virtual Users](https://docs.appmixer.com/5.2/tutorials/appmixer-virtual-users.md)
* [Working with outport schemas](https://docs.appmixer.com/5.2/tutorials/working-with-outport-schemas.md)
* [Appmixer CLI](https://docs.appmixer.com/5.2/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [Appmixer OpenAPI Generator](https://docs.appmixer.com/5.2/appmixer-cli/appmixer-openapi-generator.md): The Appmixer OpenAPI generator provides a tool to automatically generate Appmixer components from the OpenAPI v3 specification.
* [Airtable](https://docs.appmixer.com/5.2/app-registration/airtable.md)
* [Azure Cognitive Services](https://docs.appmixer.com/5.2/app-registration/azurecognitiveservices.md)
* [Blackboard](https://docs.appmixer.com/5.2/app-registration/blackboard.md)
* [DeepAI](https://docs.appmixer.com/5.2/app-registration/deepai.md): https://deepai.org/
* [DocuSign](https://docs.appmixer.com/5.2/app-registration/docusign.md)
* [Google](https://docs.appmixer.com/5.2/app-registration/google.md)
* [Highrise](https://docs.appmixer.com/5.2/app-registration/highrise.md)
* [Hubspot](https://docs.appmixer.com/5.2/app-registration/hubspot.md)
* [Microsoft](https://docs.appmixer.com/5.2/app-registration/microsoft.md)
* [Microsoft Dynamics 365 CRM](https://docs.appmixer.com/5.2/app-registration/microsoft-dynamics-365-crm.md)
* [Quickbooks](https://docs.appmixer.com/5.2/app-registration/quickbooks.md)
* [Redmine](https://docs.appmixer.com/5.2/app-registration/redmine.md)
* [Salesforce](https://docs.appmixer.com/5.2/app-registration/salesforce.md)
* [Schoology](https://docs.appmixer.com/5.2/app-registration/schoology.md)
* [Screenshot API](https://docs.appmixer.com/5.2/app-registration/screenshotapi.md)
* [ServiceNow](https://docs.appmixer.com/5.2/app-registration/servicenow.md)
* [Slack](https://docs.appmixer.com/5.2/app-registration/slack.md)
* [Trello](https://docs.appmixer.com/5.2/app-registration/trello.md)
* [Typeform](https://docs.appmixer.com/5.2/app-registration/typeform.md)
* [Utilities](https://docs.appmixer.com/5.2/app-registration/utils.md)
* [Email](https://docs.appmixer.com/5.2/app-registration/utils/email.md): appmixer.utils.email
* [Language](https://docs.appmixer.com/5.2/app-registration/utils/language.md)
* [Tasks](https://docs.appmixer.com/5.2/app-registration/utils/tasks.md)
* [Test](https://docs.appmixer.com/5.2/app-registration/utils/test.md)
* [Weather](https://docs.appmixer.com/5.2/app-registration/utils/weather.md)
* [Xero](https://docs.appmixer.com/5.2/app-registration/xero.md)
* [Zendesk Tickets](https://docs.appmixer.com/5.2/app-registration/zendesk-tickets.md)
* [Zoho](https://docs.appmixer.com/5.2/app-registration/zoho.md): Configure the Zoho OAuth2 application.
* [Connector Request](https://docs.appmixer.com/5.2/connectors/connector-request.md)

- [Introduction](https://docs.appmixer.com/5.1/readme.md)
- [Migration from 5.0](https://docs.appmixer.com/5.1/migration-from-4.5.md)
- [Introduction](https://docs.appmixer.com/5.1/overview/introduction.md)
- [Component](https://docs.appmixer.com/5.1/overview/component.md)
- [Flow](https://docs.appmixer.com/5.1/overview/flow.md)
- [End User Guide](https://docs.appmixer.com/5.1/overview/end-user-guide.md)
- [Basic Structure](https://docs.appmixer.com/5.1/component-definition/basic-structure.md)
- [Manifest](https://docs.appmixer.com/5.1/component-definition/manifest.md)
- [name](https://docs.appmixer.com/5.1/component-definition/manifest/name.md)
- [label](https://docs.appmixer.com/5.1/component-definition/manifest/label.md)
- [icon](https://docs.appmixer.com/5.1/component-definition/manifest/icon.md)
- [marker](https://docs.appmixer.com/5.1/component-definition/manifest/marker.md)
- [author](https://docs.appmixer.com/5.1/component-definition/manifest/author.md)
- [description](https://docs.appmixer.com/5.1/component-definition/manifest/description.md)
- [auth](https://docs.appmixer.com/5.1/component-definition/manifest/auth.md)
- [authConfig](https://docs.appmixer.com/5.1/component-definition/manifest/authconfig.md)
- [quota](https://docs.appmixer.com/5.1/component-definition/manifest/quota.md)
- [properties](https://docs.appmixer.com/5.1/component-definition/manifest/properties.md)
- [inPorts](https://docs.appmixer.com/5.1/component-definition/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/5.1/component-definition/manifest/outports.md)
- [firePatterns](https://docs.appmixer.com/5.1/component-definition/manifest/firepatterns.md)
- [tick](https://docs.appmixer.com/5.1/component-definition/manifest/tick.md)
- [private](https://docs.appmixer.com/5.1/component-definition/manifest/private.md)
- [webhook](https://docs.appmixer.com/5.1/component-definition/manifest/webhook.md)
- [state](https://docs.appmixer.com/5.1/component-definition/manifest/state.md)
- [localization](https://docs.appmixer.com/5.1/component-definition/manifest/localization.md)
- [Behaviour](https://docs.appmixer.com/5.1/component-definition/behaviour.md)
- [Dependencies](https://docs.appmixer.com/5.1/component-definition/dependencies.md)
- [Authentication](https://docs.appmixer.com/5.1/component-definition/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/5.1/component-definition/quotas-and-limits.md)
- [Configuration](https://docs.appmixer.com/5.1/component-definition/configuration.md)
- [Example Component](https://docs.appmixer.com/5.1/component-definition/example-component.md)
- [Custom Inspector Fields](https://docs.appmixer.com/5.1/customizing-ui/custom-inspector-fields.md)
- [Custom Theme](https://docs.appmixer.com/5.1/customizing-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
- [Custom Strings](https://docs.appmixer.com/5.1/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom API](https://docs.appmixer.com/5.1/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
- [Custom Component Strings](https://docs.appmixer.com/5.1/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Custom Component Shapes](https://docs.appmixer.com/5.1/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
- [Custom Auth Popups](https://docs.appmixer.com/5.1/customizing-ui/custom-auth-popups.md)
- [Getting started](https://docs.appmixer.com/5.1/appmixer-hosted/getting-started.md)
- [Creating Custom Components](https://docs.appmixer.com/5.1/appmixer-hosted/custom-components.md)
- [Using Appmixer SDK](https://docs.appmixer.com/5.1/appmixer-hosted/appmixer-sdk.md)
- [Using Appmixer API](https://docs.appmixer.com/5.1/appmixer-hosted/appmixer-api.md)
- [Using Oauth applications](https://docs.appmixer.com/5.1/appmixer-hosted/oauth-applications.md)
- [Installation](https://docs.appmixer.com/5.1/appmixer-self-managed/installation.md)
- [Getting Started](https://docs.appmixer.com/5.1/appmixer-self-managed/getting-started.md)
- [Custom Component: HelloAppmixer](https://docs.appmixer.com/5.1/appmixer-self-managed/custom-component-helloappmixer.md)
- [Using Appmixer SDK](https://docs.appmixer.com/5.1/appmixer-self-managed/using-appmixer-sdk.md)
- [Using Appmixer API](https://docs.appmixer.com/5.1/appmixer-self-managed/using-the-appmixer-api.md)
- [Using OAuth applications](https://docs.appmixer.com/5.1/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
- [Installation GCP](https://docs.appmixer.com/5.1/appmixer-self-managed/installation-gcp.md)
- [System Webhooks](https://docs.appmixer.com/5.1/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
- [Configuration](https://docs.appmixer.com/5.1/appmixer-self-managed/configuration.md)
- [Appmixer Architecture](https://docs.appmixer.com/5.1/appmixer-self-managed/appmixer-architecture.md)
- [Appmixer Deployment Models](https://docs.appmixer.com/5.1/appmixer-self-managed/appmixer-deployment-models.md)
- [System Plugins](https://docs.appmixer.com/5.1/appmixer-self-managed/system-plugins.md): Appmixer engine is pluggable, this section describes available plugins and how to configure them.
- [ACL](https://docs.appmixer.com/5.1/api/acl.md): Routes for setting ACL. Used in Backoffice.
- [Accounts](https://docs.appmixer.com/5.1/api/accounts.md): Authentication to apps.
- [Apps](https://docs.appmixer.com/5.1/api/apps.md)
- [Authentication](https://docs.appmixer.com/5.1/api/authentication.md)
- [Charts](https://docs.appmixer.com/5.1/api/charts.md)
- [Config](https://docs.appmixer.com/5.1/api/config.md): System configuration
- [Data Stores](https://docs.appmixer.com/5.1/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Files](https://docs.appmixer.com/5.1/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Flows](https://docs.appmixer.com/5.1/api/flows.md)
- [Insights](https://docs.appmixer.com/5.1/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Modifiers](https://docs.appmixer.com/5.1/api/modifiers.md)
- [People Task](https://docs.appmixer.com/5.1/api/people-task.md)
- [Public Files](https://docs.appmixer.com/5.1/api/public-files.md)
- [Service Configuration](https://docs.appmixer.com/5.1/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
- [Unprocessed Messages](https://docs.appmixer.com/5.1/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
- [User](https://docs.appmixer.com/5.1/api/user.md): API for users
- [Variables](https://docs.appmixer.com/5.1/api/variables.md)
- [Introduction](https://docs.appmixer.com/5.1/appmixer-sdk/introduction.md): Appmixer SKD is a toolkit to integrate workflow automation engine and embed white-labeled user interface widgets into your products. Gain a whole new set of comprehensive features with ease.
- [Installation](https://docs.appmixer.com/5.1/appmixer-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
- [Quick Start](https://docs.appmixer.com/5.1/appmixer-sdk/getting-started.md): Let's start with a simple user interface to browse and manage your flows.
- [Constructor](https://docs.appmixer.com/5.1/appmixer-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
- [API Module](https://docs.appmixer.com/5.1/appmixer-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
- [UI & Widgets](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
- [Flow Manager](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
- [Designer](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
- [Insights Logs](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
- [Insights Chart Editor](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
- [Insights Dashboard](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
- [Accounts](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
- [Storage](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
- [People Tasks](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
- [Connectors](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
- [Integrations](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
- [Wizard](https://docs.appmixer.com/5.1/appmixer-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
- [Developer mode](https://docs.appmixer.com/5.1/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
- [Getting Started](https://docs.appmixer.com/5.1/appmixer-backoffice/getting-started.md)
- [Services](https://docs.appmixer.com/5.1/appmixer-backoffice/services.md)
- [Quotas](https://docs.appmixer.com/5.1/appmixer-backoffice/quotas.md)
- [Public Files](https://docs.appmixer.com/5.1/appmixer-backoffice/public-files.md)
- [System Configuration](https://docs.appmixer.com/5.1/appmixer-backoffice/system-configuration.md)
- [Modules](https://docs.appmixer.com/5.1/appmixer-backoffice/modules.md): Manage the modules available in the system.
- [Managing Authentication](https://docs.appmixer.com/5.1/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
- [Sharing Flows](https://docs.appmixer.com/5.1/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [Flows Metadata & Filtering](https://docs.appmixer.com/5.1/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
- [People Tasks](https://docs.appmixer.com/5.1/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/5.1/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
- [Setting ACL](https://docs.appmixer.com/5.1/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Integration Templates](https://docs.appmixer.com/5.1/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
- [Installing and updating modules](https://docs.appmixer.com/5.1/tutorials/installing-and-updating-modules.md): You can manage the modules available in your system using the Backoffice
- [Custom Webhook Trigger](https://docs.appmixer.com/5.1/tutorials/custom-webhook-trigger.md)
- [Appmixer Virtual Users](https://docs.appmixer.com/5.1/tutorials/appmixer-virtual-users.md)
- [Working with outport schemas](https://docs.appmixer.com/5.1/tutorials/working-with-outport-schemas.md)
- [Appmixer CLI](https://docs.appmixer.com/5.1/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
- [Azure Cognitive Services](https://docs.appmixer.com/5.1/app-registration/azurecognitiveservices.md)
- [Blackboard](https://docs.appmixer.com/5.1/app-registration/blackboard.md)
- [DeepAI](https://docs.appmixer.com/5.1/app-registration/deepai.md): https://deepai.org/
- [Google](https://docs.appmixer.com/5.1/app-registration/google.md)
- [Highrise](https://docs.appmixer.com/5.1/app-registration/highrise.md)
- [Hubspot](https://docs.appmixer.com/5.1/app-registration/hubspot.md)
- [Microsoft](https://docs.appmixer.com/5.1/app-registration/microsoft.md)
- [Salesforce](https://docs.appmixer.com/5.1/app-registration/salesforce.md)
- [Schoology](https://docs.appmixer.com/5.1/app-registration/schoology.md)
- [Screenshot API](https://docs.appmixer.com/5.1/app-registration/screenshotapi.md)
- [Slack](https://docs.appmixer.com/5.1/app-registration/slack.md)
- [Trello](https://docs.appmixer.com/5.1/app-registration/trello.md)
- [Typeform](https://docs.appmixer.com/5.1/app-registration/typeform.md)
- [Utilities](https://docs.appmixer.com/5.1/app-registration/utils.md)
- [Email](https://docs.appmixer.com/5.1/app-registration/utils/email.md): appmixer.utils.email
- [Language](https://docs.appmixer.com/5.1/app-registration/utils/language.md)
- [Tasks](https://docs.appmixer.com/5.1/app-registration/utils/tasks.md)
- [Test](https://docs.appmixer.com/5.1/app-registration/utils/test.md)
- [Weather](https://docs.appmixer.com/5.1/app-registration/utils/weather.md)
- [Zoho](https://docs.appmixer.com/5.1/app-registration/zoho.md): Configure the Zoho OAuth2 application.
- [Connector Request](https://docs.appmixer.com/5.1/connectors/connector-request.md)

* [Introduction](https://docs.appmixer.com/5.0/readme.md)
* [Migration from 4.5](https://docs.appmixer.com/5.0/migration-from-4.3.md)
* [Introduction](https://docs.appmixer.com/5.0/overview/introduction.md)
* [Component](https://docs.appmixer.com/5.0/overview/component.md)
* [Flow](https://docs.appmixer.com/5.0/overview/flow.md)
* [End User Guide](https://docs.appmixer.com/5.0/overview/end-user-guide.md)
* [Basic Structure](https://docs.appmixer.com/5.0/component-definition/basic-structure.md)
* [Manifest](https://docs.appmixer.com/5.0/component-definition/manifest.md)
* [name](https://docs.appmixer.com/5.0/component-definition/manifest/name.md)
* [label](https://docs.appmixer.com/5.0/component-definition/manifest/label.md)
* [icon](https://docs.appmixer.com/5.0/component-definition/manifest/icon.md)
* [marker](https://docs.appmixer.com/5.0/component-definition/manifest/marker.md)
* [author](https://docs.appmixer.com/5.0/component-definition/manifest/author.md)
* [description](https://docs.appmixer.com/5.0/component-definition/manifest/description.md)
* [auth](https://docs.appmixer.com/5.0/component-definition/manifest/auth.md)
* [authConfig](https://docs.appmixer.com/5.0/component-definition/manifest/authconfig.md)
* [quota](https://docs.appmixer.com/5.0/component-definition/manifest/quota.md)
* [properties](https://docs.appmixer.com/5.0/component-definition/manifest/properties.md)
* [inPorts](https://docs.appmixer.com/5.0/component-definition/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/5.0/component-definition/manifest/outports.md)
* [firePatterns](https://docs.appmixer.com/5.0/component-definition/manifest/firepatterns.md)
* [tick](https://docs.appmixer.com/5.0/component-definition/manifest/tick.md)
* [private](https://docs.appmixer.com/5.0/component-definition/manifest/private.md)
* [webhook](https://docs.appmixer.com/5.0/component-definition/manifest/webhook.md)
* [state](https://docs.appmixer.com/5.0/component-definition/manifest/state.md)
* [localization](https://docs.appmixer.com/5.0/component-definition/manifest/localization.md)
* [Behaviour](https://docs.appmixer.com/5.0/component-definition/behaviour.md)
* [Dependencies](https://docs.appmixer.com/5.0/component-definition/dependencies.md)
* [Authentication](https://docs.appmixer.com/5.0/component-definition/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/5.0/component-definition/quotas-and-limits.md)
* [Configuration](https://docs.appmixer.com/5.0/component-definition/configuration.md)
* [Example Component](https://docs.appmixer.com/5.0/component-definition/example-component.md)
* [Custom Inspector Fields](https://docs.appmixer.com/5.0/customizing-ui/custom-inspector-fields.md)
* [Custom Theme](https://docs.appmixer.com/5.0/customizing-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
* [Custom Strings](https://docs.appmixer.com/5.0/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom API](https://docs.appmixer.com/5.0/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
* [Custom Component Strings](https://docs.appmixer.com/5.0/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Custom Component Shapes](https://docs.appmixer.com/5.0/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
* [Custom Auth Popups](https://docs.appmixer.com/5.0/customizing-ui/custom-auth-popups.md)
* [Getting started](https://docs.appmixer.com/5.0/appmixer-hosted/getting-started.md)
* [Creating Custom Components](https://docs.appmixer.com/5.0/appmixer-hosted/custom-components.md)
* [Using Appmixer SDK](https://docs.appmixer.com/5.0/appmixer-hosted/appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/5.0/appmixer-hosted/appmixer-api.md)
* [Using Oauth applications](https://docs.appmixer.com/5.0/appmixer-hosted/oauth-applications.md)
* [Installation](https://docs.appmixer.com/5.0/appmixer-self-managed/installation.md)
* [Getting Started](https://docs.appmixer.com/5.0/appmixer-self-managed/getting-started.md)
* [Custom Component: HelloAppmixer](https://docs.appmixer.com/5.0/appmixer-self-managed/custom-component-helloappmixer.md)
* [Using Appmixer SDK](https://docs.appmixer.com/5.0/appmixer-self-managed/using-appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/5.0/appmixer-self-managed/using-the-appmixer-api.md)
* [Using OAuth applications](https://docs.appmixer.com/5.0/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
* [Installation GCP](https://docs.appmixer.com/5.0/appmixer-self-managed/installation-gcp.md)
* [System Webhooks](https://docs.appmixer.com/5.0/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
* [Configuration](https://docs.appmixer.com/5.0/appmixer-self-managed/configuration.md)
* [Appmixer Architecture](https://docs.appmixer.com/5.0/appmixer-self-managed/appmixer-architecture.md)
* [Appmixer Deployment Models](https://docs.appmixer.com/5.0/appmixer-self-managed/appmixer-deployment-models.md)
* [ACL](https://docs.appmixer.com/5.0/api/acl.md): Routes for setting ACL. Used in Backoffice.
* [Accounts](https://docs.appmixer.com/5.0/api/accounts.md): Authentication to apps.
* [Apps](https://docs.appmixer.com/5.0/api/apps.md)
* [Authentication](https://docs.appmixer.com/5.0/api/authentication.md)
* [Charts](https://docs.appmixer.com/5.0/api/charts.md)
* [Config](https://docs.appmixer.com/5.0/api/config.md): System configuration
* [Data Stores](https://docs.appmixer.com/5.0/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Files](https://docs.appmixer.com/5.0/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Flows](https://docs.appmixer.com/5.0/api/flows.md)
* [Insights](https://docs.appmixer.com/5.0/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Modifiers](https://docs.appmixer.com/5.0/api/modifiers.md)
* [People Task](https://docs.appmixer.com/5.0/api/people-task.md)
* [Public Files](https://docs.appmixer.com/5.0/api/public-files.md)
* [Service Configuration](https://docs.appmixer.com/5.0/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
* [Unprocessed Messages](https://docs.appmixer.com/5.0/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
* [User](https://docs.appmixer.com/5.0/api/user.md): API for users
* [Variables](https://docs.appmixer.com/5.0/api/variables.md)
* [Introduction](https://docs.appmixer.com/5.0/appmixer-sdk/introduction.md): Appmixer SKD is a toolkit to integrate workflow automation engine and embed white-labeled user interface widgets into your products. Gain a whole new set of comprehensive features with ease.
* [Installation](https://docs.appmixer.com/5.0/appmixer-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
* [Quick Start](https://docs.appmixer.com/5.0/appmixer-sdk/getting-started.md): Let's start with a simple user interface to browse and manage your flows.
* [Constructor](https://docs.appmixer.com/5.0/appmixer-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
* [API Module](https://docs.appmixer.com/5.0/appmixer-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
* [UI & Widgets](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
* [Flow Manager](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
* [Designer](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
* [Insights Logs](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
* [Insights Chart Editor](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
* [Insights Dashboard](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
* [Accounts](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
* [Storage](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
* [People Tasks](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
* [Connectors](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
* [Integrations](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
* [Wizard](https://docs.appmixer.com/5.0/appmixer-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
* [Developer mode](https://docs.appmixer.com/5.0/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
* [Getting Started](https://docs.appmixer.com/5.0/appmixer-backoffice/getting-started.md)
* [Services](https://docs.appmixer.com/5.0/appmixer-backoffice/services.md)
* [Quotas](https://docs.appmixer.com/5.0/appmixer-backoffice/quotas.md)
* [Public Files](https://docs.appmixer.com/5.0/appmixer-backoffice/public-files.md)
* [System Configuration](https://docs.appmixer.com/5.0/appmixer-backoffice/system-configuration.md)
* [Modules](https://docs.appmixer.com/5.0/appmixer-backoffice/modules.md): Manage the modules available in the system.
* [Managing Authentication](https://docs.appmixer.com/5.0/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
* [Sharing Flows](https://docs.appmixer.com/5.0/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [Flows Metadata & Filtering](https://docs.appmixer.com/5.0/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
* [People Tasks](https://docs.appmixer.com/5.0/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/5.0/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
* [Setting ACL](https://docs.appmixer.com/5.0/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Integration Templates](https://docs.appmixer.com/5.0/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
* [Installing and updating modules](https://docs.appmixer.com/5.0/tutorials/installing-and-updating-modules.md): You can manage the modules available in your system using the Backoffice
* [Custom Webhook Trigger](https://docs.appmixer.com/5.0/tutorials/custom-webhook-trigger.md)
* [Appmixer Virtual Users](https://docs.appmixer.com/5.0/tutorials/appmixer-virtual-users.md)
* [Working with outport schemas](https://docs.appmixer.com/5.0/tutorials/working-with-outport-schemas.md)
* [Appmixer CLI](https://docs.appmixer.com/5.0/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [Azure Cognitive Services](https://docs.appmixer.com/5.0/app-registration/azurecognitiveservices.md)
* [Blackboard](https://docs.appmixer.com/5.0/app-registration/blackboard.md)
* [DeepAI](https://docs.appmixer.com/5.0/app-registration/deepai.md): https://deepai.org/
* [Google](https://docs.appmixer.com/5.0/app-registration/google.md)
* [Highrise](https://docs.appmixer.com/5.0/app-registration/highrise.md)
* [Hubspot](https://docs.appmixer.com/5.0/app-registration/hubspot.md)
* [Microsoft](https://docs.appmixer.com/5.0/app-registration/microsoft.md)
* [Salesforce](https://docs.appmixer.com/5.0/app-registration/salesforce.md)
* [Schoology](https://docs.appmixer.com/5.0/app-registration/schoology.md)
* [Screenshot API](https://docs.appmixer.com/5.0/app-registration/screenshotapi.md)
* [Slack](https://docs.appmixer.com/5.0/app-registration/slack.md)
* [Trello](https://docs.appmixer.com/5.0/app-registration/trello.md)
* [Typeform](https://docs.appmixer.com/5.0/app-registration/typeform.md)
* [Utilities](https://docs.appmixer.com/5.0/app-registration/utils.md)
* [Email](https://docs.appmixer.com/5.0/app-registration/utils/email.md): appmixer.utils.email
* [Language](https://docs.appmixer.com/5.0/app-registration/utils/language.md)
* [Tasks](https://docs.appmixer.com/5.0/app-registration/utils/tasks.md)
* [Test](https://docs.appmixer.com/5.0/app-registration/utils/test.md)
* [Weather](https://docs.appmixer.com/5.0/app-registration/utils/weather.md)
* [Zoho](https://docs.appmixer.com/5.0/app-registration/zoho.md): Configure the Zoho OAuth2 application.
* [Connector Request](https://docs.appmixer.com/5.0/connectors/connector-request.md)

- [Introduction](https://docs.appmixer.com/v4/master.md)
- [Introduction](https://docs.appmixer.com/v4/overview/introduction.md)
- [Component](https://docs.appmixer.com/v4/overview/component.md)
- [Flow](https://docs.appmixer.com/v4/overview/flow.md)
- [End User Guide](https://docs.appmixer.com/v4/overview/end-user-guide.md)
- [Basic Structure](https://docs.appmixer.com/v4/component-definition/basic-structure.md)
- [Manifest](https://docs.appmixer.com/v4/component-definition/manifest.md)
- [name](https://docs.appmixer.com/v4/component-definition/manifest/name.md)
- [label](https://docs.appmixer.com/v4/component-definition/manifest/label.md)
- [icon](https://docs.appmixer.com/v4/component-definition/manifest/icon.md)
- [marker](https://docs.appmixer.com/v4/component-definition/manifest/marker.md)
- [author](https://docs.appmixer.com/v4/component-definition/manifest/author.md)
- [description](https://docs.appmixer.com/v4/component-definition/manifest/description.md)
- [auth](https://docs.appmixer.com/v4/component-definition/manifest/auth.md)
- [quota](https://docs.appmixer.com/v4/component-definition/manifest/quota.md)
- [properties](https://docs.appmixer.com/v4/component-definition/manifest/properties.md)
- [inPorts](https://docs.appmixer.com/v4/component-definition/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/v4/component-definition/manifest/outports.md)
- [firePatterns](https://docs.appmixer.com/v4/component-definition/manifest/firepatterns.md)
- [tick](https://docs.appmixer.com/v4/component-definition/manifest/tick.md)
- [private](https://docs.appmixer.com/v4/component-definition/manifest/private.md)
- [webhook](https://docs.appmixer.com/v4/component-definition/manifest/webhook.md)
- [state](https://docs.appmixer.com/v4/component-definition/manifest/state.md)
- [localization](https://docs.appmixer.com/v4/component-definition/manifest/localization.md)
- [Behaviour](https://docs.appmixer.com/v4/component-definition/behaviour.md)
- [Dependencies](https://docs.appmixer.com/v4/component-definition/dependencies.md)
- [Authentication](https://docs.appmixer.com/v4/component-definition/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/v4/component-definition/quotas-and-limits.md)
- [Example Component](https://docs.appmixer.com/v4/component-definition/example-component.md)
- [Custom Inspector Fields](https://docs.appmixer.com/v4/customizing-ui/custom-inspector-fields.md)
- [Custom Theme](https://docs.appmixer.com/v4/customizing-ui/custom-theme.md): Appmixer SDK allows you to completely change the look\&feel of all the UI widgets it provides (Designer, FlowManager, Insights, ...).
- [Custom Strings](https://docs.appmixer.com/v4/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom API](https://docs.appmixer.com/v4/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
- [Custom Component Strings](https://docs.appmixer.com/v4/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Custom Component Shapes](https://docs.appmixer.com/v4/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
- [Installation](https://docs.appmixer.com/v4/appmixer-self-managed/installation.md)
- [Getting Started](https://docs.appmixer.com/v4/appmixer-self-managed/getting-started.md)
- [Custom Component: HelloAppmixer](https://docs.appmixer.com/v4/appmixer-self-managed/custom-component-helloappmixer.md)
- [Using Appmixer SDK](https://docs.appmixer.com/v4/appmixer-self-managed/using-appmixer-sdk.md)
- [Using Appmixer API](https://docs.appmixer.com/v4/appmixer-self-managed/using-the-appmixer-api.md)
- [Using OAuth applications](https://docs.appmixer.com/v4/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
- [Installation GCP](https://docs.appmixer.com/v4/appmixer-self-managed/installation-gcp.md)
- [Appmixer Architecture](https://docs.appmixer.com/v4/appmixer-self-managed/appmixer-architecture.md)
- [ACL](https://docs.appmixer.com/v4/api/acl.md): Routes for setting ACL. Used in Backoffice.
- [Accounts](https://docs.appmixer.com/v4/api/accounts.md): Authentication to apps.
- [Apps](https://docs.appmixer.com/v4/api/apps.md)
- [Authentication](https://docs.appmixer.com/v4/api/authentication.md)
- [Charts](https://docs.appmixer.com/v4/api/charts.md)
- [Data Stores](https://docs.appmixer.com/v4/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Files](https://docs.appmixer.com/v4/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Flows](https://docs.appmixer.com/v4/api/flows.md)
- [Insights](https://docs.appmixer.com/v4/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Modifiers](https://docs.appmixer.com/v4/api/modifiers.md)
- [People Task](https://docs.appmixer.com/v4/api/people-task.md)
- [Getting Started](https://docs.appmixer.com/v4/appmixer-sdk/getting-started.md): Appmixer can be embedded into your own web products. By including Appmixer into your own product, you can give your users a whole new set of workflow automation features with a very little effort.
- [API Reference](https://docs.appmixer.com/v4/appmixer-sdk/api-reference.md): JavaScript Appmixer SDK API reference. Unless otherwise stated, all methods return a promise that resolves on success and rejects on error with error object containing further details.
- [Constructor](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/constructor.md)
- [API](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/api.md)
- [FlowManager](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/flowmanager.md)
- [Designer](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/designer.md)
- [InsightsLogs](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/insightslogs.md)
- [InsightsDashboard](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/insightsdashboard.md)
- [InsightsChartEditor](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/insightscharteditor.md)
- [Accounts](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/accounts.md)
- [Storage](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/storage.md)
- [PeopleTasks](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/peopletasks.md)
- [Components](https://docs.appmixer.com/v4/appmixer-sdk/api-reference/components.md): The appmixer.ui.Components is a UI widget that displays all available applications and components.
- [Developer mode](https://docs.appmixer.com/v4/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
- [Managing Authentication](https://docs.appmixer.com/v4/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
- [Sharing Flows](https://docs.appmixer.com/v4/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [Flows Metadata & Filtering](https://docs.appmixer.com/v4/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
- [People Tasks](https://docs.appmixer.com/v4/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/v4/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
- [Setting ACL](https://docs.appmixer.com/v4/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Appmixer CLI](https://docs.appmixer.com/v4/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.

* [Introduction](https://docs.appmixer.com/v4.1/master.md)
* [Migration from 4.0](https://docs.appmixer.com/v4.1/migration-from-4.0.md)
* [Introduction](https://docs.appmixer.com/v4.1/overview/introduction.md)
* [Component](https://docs.appmixer.com/v4.1/overview/component.md)
* [Flow](https://docs.appmixer.com/v4.1/overview/flow.md)
* [End User Guide](https://docs.appmixer.com/v4.1/overview/end-user-guide.md)
* [Basic Structure](https://docs.appmixer.com/v4.1/component-definition/basic-structure.md)
* [Manifest](https://docs.appmixer.com/v4.1/component-definition/manifest.md)
* [name](https://docs.appmixer.com/v4.1/component-definition/manifest/name.md)
* [label](https://docs.appmixer.com/v4.1/component-definition/manifest/label.md)
* [icon](https://docs.appmixer.com/v4.1/component-definition/manifest/icon.md)
* [marker](https://docs.appmixer.com/v4.1/component-definition/manifest/marker.md)
* [author](https://docs.appmixer.com/v4.1/component-definition/manifest/author.md)
* [description](https://docs.appmixer.com/v4.1/component-definition/manifest/description.md)
* [auth](https://docs.appmixer.com/v4.1/component-definition/manifest/auth.md)
* [authConfig](https://docs.appmixer.com/v4.1/component-definition/manifest/authconfig.md)
* [quota](https://docs.appmixer.com/v4.1/component-definition/manifest/quota.md)
* [properties](https://docs.appmixer.com/v4.1/component-definition/manifest/properties.md)
* [inPorts](https://docs.appmixer.com/v4.1/component-definition/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/v4.1/component-definition/manifest/outports.md)
* [firePatterns](https://docs.appmixer.com/v4.1/component-definition/manifest/firepatterns.md)
* [tick](https://docs.appmixer.com/v4.1/component-definition/manifest/tick.md)
* [private](https://docs.appmixer.com/v4.1/component-definition/manifest/private.md)
* [webhook](https://docs.appmixer.com/v4.1/component-definition/manifest/webhook.md)
* [state](https://docs.appmixer.com/v4.1/component-definition/manifest/state.md)
* [localization](https://docs.appmixer.com/v4.1/component-definition/manifest/localization.md)
* [Behaviour](https://docs.appmixer.com/v4.1/component-definition/behaviour.md)
* [Dependencies](https://docs.appmixer.com/v4.1/component-definition/dependencies.md)
* [Authentication](https://docs.appmixer.com/v4.1/component-definition/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/v4.1/component-definition/quotas-and-limits.md)
* [Example Component](https://docs.appmixer.com/v4.1/component-definition/example-component.md)
* [Custom Inspector Fields](https://docs.appmixer.com/v4.1/customizing-ui/custom-inspector-fields.md)
* [Custom Theme](https://docs.appmixer.com/v4.1/customizing-ui/custom-theme.md): Appmixer SDK allows you to completely change the look\&feel of all the UI widgets it provides (Designer, FlowManager, Insights, ...).
* [Custom Strings](https://docs.appmixer.com/v4.1/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom API](https://docs.appmixer.com/v4.1/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
* [Custom Component Strings](https://docs.appmixer.com/v4.1/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Custom Component Shapes](https://docs.appmixer.com/v4.1/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
* [Installation](https://docs.appmixer.com/v4.1/appmixer-self-managed/installation.md)
* [Getting Started](https://docs.appmixer.com/v4.1/appmixer-self-managed/getting-started.md)
* [Custom Component: HelloAppmixer](https://docs.appmixer.com/v4.1/appmixer-self-managed/custom-component-helloappmixer.md)
* [Using Appmixer SDK](https://docs.appmixer.com/v4.1/appmixer-self-managed/using-appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/v4.1/appmixer-self-managed/using-the-appmixer-api.md)
* [Using OAuth applications](https://docs.appmixer.com/v4.1/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
* [Installation GCP](https://docs.appmixer.com/v4.1/appmixer-self-managed/installation-gcp.md)
* [System Webhooks](https://docs.appmixer.com/v4.1/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
* [Appmixer Architecture](https://docs.appmixer.com/v4.1/appmixer-self-managed/appmixer-architecture.md)
* [ACL](https://docs.appmixer.com/v4.1/api/acl.md): Routes for setting ACL. Used in Backoffice.
* [Accounts](https://docs.appmixer.com/v4.1/api/accounts.md): Authentication to apps.
* [Apps](https://docs.appmixer.com/v4.1/api/apps.md)
* [Authentication](https://docs.appmixer.com/v4.1/api/authentication.md)
* [Charts](https://docs.appmixer.com/v4.1/api/charts.md)
* [Data Stores](https://docs.appmixer.com/v4.1/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Files](https://docs.appmixer.com/v4.1/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Flows](https://docs.appmixer.com/v4.1/api/flows.md)
* [Insights](https://docs.appmixer.com/v4.1/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Modifiers](https://docs.appmixer.com/v4.1/api/modifiers.md)
* [People Task](https://docs.appmixer.com/v4.1/api/people-task.md)
* [Service Configuration](https://docs.appmixer.com/v4.1/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
* [Unprocessed Messages](https://docs.appmixer.com/v4.1/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
* [Getting Started](https://docs.appmixer.com/v4.1/appmixer-sdk/getting-started.md): Appmixer can be embedded into your own web products. By including Appmixer into your own product, you can give your users a whole new set of workflow automation features with a very little effort.
* [API Reference](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference.md): JavaScript Appmixer SDK API reference. Unless otherwise stated, all methods return a promise that resolves on success and rejects on error with error object containing further details.
* [Constructor](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/constructor.md)
* [API](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/api.md)
* [FlowManager](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/flowmanager.md)
* [Designer](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/designer.md)
* [InsightsLogs](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/insightslogs.md)
* [InsightsDashboard](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/insightsdashboard.md)
* [InsightsChartEditor](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/insightscharteditor.md)
* [Accounts](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/accounts.md)
* [Storage](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/storage.md)
* [PeopleTasks](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/peopletasks.md)
* [Components](https://docs.appmixer.com/v4.1/appmixer-sdk/api-reference/components.md): The appmixer.ui.Components is a UI widget that displays all available applications and components.
* [Developer mode](https://docs.appmixer.com/v4.1/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
* [Getting Started](https://docs.appmixer.com/v4.1/appmixer-backoffice/getting-started.md)
* [Services](https://docs.appmixer.com/v4.1/appmixer-backoffice/services.md)
* [Managing Authentication](https://docs.appmixer.com/v4.1/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
* [Sharing Flows](https://docs.appmixer.com/v4.1/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [Flows Metadata & Filtering](https://docs.appmixer.com/v4.1/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
* [People Tasks](https://docs.appmixer.com/v4.1/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/v4.1/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
* [Setting ACL](https://docs.appmixer.com/v4.1/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Appmixer CLI](https://docs.appmixer.com/v4.1/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [DeepAI](https://docs.appmixer.com/v4.1/app-registration/deepai.md): https://deepai.org/
* [Google](https://docs.appmixer.com/v4.1/app-registration/google.md)
* [People Tasks](https://docs.appmixer.com/v4.1/app-registration/people-tasks.md)
* [Slack](https://docs.appmixer.com/v4.1/app-registration/slack.md)

- [Introduction](https://docs.appmixer.com/v4.2/master.md)
- [Migration from 4.1](https://docs.appmixer.com/v4.2/migration-from-4.1.md)
- [Introduction](https://docs.appmixer.com/v4.2/overview/introduction.md)
- [Component](https://docs.appmixer.com/v4.2/overview/component.md)
- [Flow](https://docs.appmixer.com/v4.2/overview/flow.md)
- [End User Guide](https://docs.appmixer.com/v4.2/overview/end-user-guide.md)
- [Basic Structure](https://docs.appmixer.com/v4.2/component-definition/basic-structure.md)
- [Manifest](https://docs.appmixer.com/v4.2/component-definition/manifest.md)
- [name](https://docs.appmixer.com/v4.2/component-definition/manifest/name.md)
- [label](https://docs.appmixer.com/v4.2/component-definition/manifest/label.md)
- [icon](https://docs.appmixer.com/v4.2/component-definition/manifest/icon.md)
- [marker](https://docs.appmixer.com/v4.2/component-definition/manifest/marker.md)
- [author](https://docs.appmixer.com/v4.2/component-definition/manifest/author.md)
- [description](https://docs.appmixer.com/v4.2/component-definition/manifest/description.md)
- [auth](https://docs.appmixer.com/v4.2/component-definition/manifest/auth.md)
- [authConfig](https://docs.appmixer.com/v4.2/component-definition/manifest/authconfig.md)
- [quota](https://docs.appmixer.com/v4.2/component-definition/manifest/quota.md)
- [properties](https://docs.appmixer.com/v4.2/component-definition/manifest/properties.md)
- [inPorts](https://docs.appmixer.com/v4.2/component-definition/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/v4.2/component-definition/manifest/outports.md)
- [firePatterns](https://docs.appmixer.com/v4.2/component-definition/manifest/firepatterns.md)
- [tick](https://docs.appmixer.com/v4.2/component-definition/manifest/tick.md)
- [private](https://docs.appmixer.com/v4.2/component-definition/manifest/private.md)
- [webhook](https://docs.appmixer.com/v4.2/component-definition/manifest/webhook.md)
- [state](https://docs.appmixer.com/v4.2/component-definition/manifest/state.md)
- [localization](https://docs.appmixer.com/v4.2/component-definition/manifest/localization.md)
- [Behaviour](https://docs.appmixer.com/v4.2/component-definition/behaviour.md)
- [Dependencies](https://docs.appmixer.com/v4.2/component-definition/dependencies.md)
- [Authentication](https://docs.appmixer.com/v4.2/component-definition/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/v4.2/component-definition/quotas-and-limits.md)
- [Configuration](https://docs.appmixer.com/v4.2/component-definition/configuration.md)
- [Example Component](https://docs.appmixer.com/v4.2/component-definition/example-component.md)
- [Custom Inspector Fields](https://docs.appmixer.com/v4.2/customizing-ui/custom-inspector-fields.md)
- [Custom Theme](https://docs.appmixer.com/v4.2/customizing-ui/custom-theme.md): Appmixer SDK allows you to completely change the look\&feel of all the UI widgets it provides (Designer, FlowManager, Insights, ...).
- [Custom Strings](https://docs.appmixer.com/v4.2/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom API](https://docs.appmixer.com/v4.2/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
- [Custom Component Strings](https://docs.appmixer.com/v4.2/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Custom Component Shapes](https://docs.appmixer.com/v4.2/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
- [Installation](https://docs.appmixer.com/v4.2/appmixer-self-managed/installation.md)
- [Getting Started](https://docs.appmixer.com/v4.2/appmixer-self-managed/getting-started.md)
- [Custom Component: HelloAppmixer](https://docs.appmixer.com/v4.2/appmixer-self-managed/custom-component-helloappmixer.md)
- [Using Appmixer SDK](https://docs.appmixer.com/v4.2/appmixer-self-managed/using-appmixer-sdk.md)
- [Using Appmixer API](https://docs.appmixer.com/v4.2/appmixer-self-managed/using-the-appmixer-api.md)
- [Using OAuth applications](https://docs.appmixer.com/v4.2/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
- [Installation GCP](https://docs.appmixer.com/v4.2/appmixer-self-managed/installation-gcp.md)
- [System Webhooks](https://docs.appmixer.com/v4.2/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
- [Appmixer Architecture](https://docs.appmixer.com/v4.2/appmixer-self-managed/appmixer-architecture.md)
- [ACL](https://docs.appmixer.com/v4.2/api/acl.md): Routes for setting ACL. Used in Backoffice.
- [Accounts](https://docs.appmixer.com/v4.2/api/accounts.md): Authentication to apps.
- [Apps](https://docs.appmixer.com/v4.2/api/apps.md)
- [Authentication](https://docs.appmixer.com/v4.2/api/authentication.md)
- [Charts](https://docs.appmixer.com/v4.2/api/charts.md)
- [Data Stores](https://docs.appmixer.com/v4.2/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Files](https://docs.appmixer.com/v4.2/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Flows](https://docs.appmixer.com/v4.2/api/flows.md)
- [Insights](https://docs.appmixer.com/v4.2/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Modifiers](https://docs.appmixer.com/v4.2/api/modifiers.md)
- [People Task](https://docs.appmixer.com/v4.2/api/people-task.md)
- [Service Configuration](https://docs.appmixer.com/v4.2/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
- [Unprocessed Messages](https://docs.appmixer.com/v4.2/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
- [Getting Started](https://docs.appmixer.com/v4.2/appmixer-sdk/getting-started.md): Appmixer can be embedded into your own web products. By including Appmixer into your own product, you can give your users a whole new set of workflow automation features with a very little effort.
- [API Reference](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference.md): JavaScript Appmixer SDK API reference. Unless otherwise stated, all methods return a promise that resolves on success and rejects on error with error object containing further details.
- [Constructor](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/constructor.md)
- [API](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/api.md)
- [FlowManager](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/flowmanager.md)
- [Designer](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/designer.md)
- [InsightsLogs](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/insightslogs.md)
- [InsightsDashboard](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/insightsdashboard.md)
- [InsightsChartEditor](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/insightscharteditor.md)
- [Accounts](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/accounts.md)
- [Storage](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/storage.md)
- [PeopleTasks](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/peopletasks.md)
- [Components](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/components.md): The appmixer.ui.Components is a UI widget that displays all available applications and components.
- [Wizard](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/wizard.md)
- [Integrations](https://docs.appmixer.com/v4.2/appmixer-sdk/api-reference/integrations.md)
- [Developer mode](https://docs.appmixer.com/v4.2/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
- [Getting Started](https://docs.appmixer.com/v4.2/appmixer-backoffice/getting-started.md)
- [Services](https://docs.appmixer.com/v4.2/appmixer-backoffice/services.md)
- [Managing Authentication](https://docs.appmixer.com/v4.2/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
- [Sharing Flows](https://docs.appmixer.com/v4.2/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [Flows Metadata & Filtering](https://docs.appmixer.com/v4.2/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
- [People Tasks](https://docs.appmixer.com/v4.2/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/v4.2/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
- [Setting ACL](https://docs.appmixer.com/v4.2/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Appmixer CLI](https://docs.appmixer.com/v4.2/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
- [Google](https://docs.appmixer.com/v4.2/app-registration/google.md)
- [DeepAI](https://docs.appmixer.com/v4.2/app-registration/deepai.md): https://deepai.org/
- [Highrise](https://docs.appmixer.com/v4.2/app-registration/highrise.md)
- [Screenshot API](https://docs.appmixer.com/v4.2/app-registration/screenshot-api.md)
- [Slack](https://docs.appmixer.com/v4.2/app-registration/slack.md)
- [Trello](https://docs.appmixer.com/v4.2/app-registration/trello.md)
- [Typeform](https://docs.appmixer.com/v4.2/app-registration/typeform.md)
- [Utilities](https://docs.appmixer.com/v4.2/app-registration/utilities.md)
- [Email](https://docs.appmixer.com/v4.2/app-registration/utilities/email.md): appmixer.utils.email
- [Language](https://docs.appmixer.com/v4.2/app-registration/utilities/language.md)
- [Tasks](https://docs.appmixer.com/v4.2/app-registration/utilities/tasks.md)
- [Weather](https://docs.appmixer.com/v4.2/app-registration/utilities/weather.md)

* [Introduction](https://docs.appmixer.com/v4.3/master.md)
* [Migration from 4.2](https://docs.appmixer.com/v4.3/migration-from-4.2.md)
* [Introduction](https://docs.appmixer.com/v4.3/overview/introduction.md)
* [Component](https://docs.appmixer.com/v4.3/overview/component.md)
* [Flow](https://docs.appmixer.com/v4.3/overview/flow.md)
* [End User Guide](https://docs.appmixer.com/v4.3/overview/end-user-guide.md)
* [Basic Structure](https://docs.appmixer.com/v4.3/component-definition/basic-structure.md)
* [Manifest](https://docs.appmixer.com/v4.3/component-definition/manifest.md)
* [name](https://docs.appmixer.com/v4.3/component-definition/manifest/name.md)
* [label](https://docs.appmixer.com/v4.3/component-definition/manifest/label.md)
* [icon](https://docs.appmixer.com/v4.3/component-definition/manifest/icon.md)
* [marker](https://docs.appmixer.com/v4.3/component-definition/manifest/marker.md)
* [author](https://docs.appmixer.com/v4.3/component-definition/manifest/author.md)
* [description](https://docs.appmixer.com/v4.3/component-definition/manifest/description.md)
* [auth](https://docs.appmixer.com/v4.3/component-definition/manifest/auth.md)
* [authConfig](https://docs.appmixer.com/v4.3/component-definition/manifest/authconfig.md)
* [quota](https://docs.appmixer.com/v4.3/component-definition/manifest/quota.md)
* [properties](https://docs.appmixer.com/v4.3/component-definition/manifest/properties.md)
* [inPorts](https://docs.appmixer.com/v4.3/component-definition/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/v4.3/component-definition/manifest/outports.md)
* [firePatterns](https://docs.appmixer.com/v4.3/component-definition/manifest/firepatterns.md)
* [tick](https://docs.appmixer.com/v4.3/component-definition/manifest/tick.md)
* [private](https://docs.appmixer.com/v4.3/component-definition/manifest/private.md)
* [webhook](https://docs.appmixer.com/v4.3/component-definition/manifest/webhook.md)
* [state](https://docs.appmixer.com/v4.3/component-definition/manifest/state.md)
* [localization](https://docs.appmixer.com/v4.3/component-definition/manifest/localization.md)
* [Behaviour](https://docs.appmixer.com/v4.3/component-definition/behaviour.md)
* [Dependencies](https://docs.appmixer.com/v4.3/component-definition/dependencies.md)
* [Authentication](https://docs.appmixer.com/v4.3/component-definition/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/v4.3/component-definition/quotas-and-limits.md)
* [Configuration](https://docs.appmixer.com/v4.3/component-definition/configuration.md)
* [Example Component](https://docs.appmixer.com/v4.3/component-definition/example-component.md)
* [Custom Inspector Fields](https://docs.appmixer.com/v4.3/customizing-ui/custom-inspector-fields.md)
* [Custom Theme](https://docs.appmixer.com/v4.3/customizing-ui/custom-theme.md): Appmixer SDK allows you to completely change the look\&feel of all the UI widgets it provides (Designer, FlowManager, Insights, ...).
* [Custom Strings](https://docs.appmixer.com/v4.3/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom API](https://docs.appmixer.com/v4.3/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
* [Custom Component Strings](https://docs.appmixer.com/v4.3/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Custom Component Shapes](https://docs.appmixer.com/v4.3/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
* [Getting started](https://docs.appmixer.com/v4.3/appmixer-hosted/getting-started.md)
* [Creating Custom Components](https://docs.appmixer.com/v4.3/appmixer-hosted/custom-components.md)
* [Using Appmixer SDK](https://docs.appmixer.com/v4.3/appmixer-hosted/appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/v4.3/appmixer-hosted/appmixer-api.md)
* [Using Oauth applications](https://docs.appmixer.com/v4.3/appmixer-hosted/oauth-applications.md)
* [Installation](https://docs.appmixer.com/v4.3/appmixer-self-managed/installation.md)
* [Getting Started](https://docs.appmixer.com/v4.3/appmixer-self-managed/getting-started.md)
* [Custom Component: HelloAppmixer](https://docs.appmixer.com/v4.3/appmixer-self-managed/custom-component-helloappmixer.md)
* [Using Appmixer SDK](https://docs.appmixer.com/v4.3/appmixer-self-managed/using-appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/v4.3/appmixer-self-managed/using-the-appmixer-api.md)
* [Using OAuth applications](https://docs.appmixer.com/v4.3/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
* [Installation GCP](https://docs.appmixer.com/v4.3/appmixer-self-managed/installation-gcp.md)
* [System Webhooks](https://docs.appmixer.com/v4.3/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
* [Configuration](https://docs.appmixer.com/v4.3/appmixer-self-managed/configuration.md)
* [Appmixer Architecture](https://docs.appmixer.com/v4.3/appmixer-self-managed/appmixer-architecture.md)
* [Appmixer Deployment Models](https://docs.appmixer.com/v4.3/appmixer-self-managed/appmixer-deployment-models.md)
* [ACL](https://docs.appmixer.com/v4.3/api/acl.md): Routes for setting ACL. Used in Backoffice.
* [Accounts](https://docs.appmixer.com/v4.3/api/accounts.md): Authentication to apps.
* [Apps](https://docs.appmixer.com/v4.3/api/apps.md)
* [Authentication](https://docs.appmixer.com/v4.3/api/authentication.md)
* [Charts](https://docs.appmixer.com/v4.3/api/charts.md)
* [Data Stores](https://docs.appmixer.com/v4.3/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Files](https://docs.appmixer.com/v4.3/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Flows](https://docs.appmixer.com/v4.3/api/flows.md)
* [Insights](https://docs.appmixer.com/v4.3/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Modifiers](https://docs.appmixer.com/v4.3/api/modifiers.md)
* [People Task](https://docs.appmixer.com/v4.3/api/people-task.md)
* [Service Configuration](https://docs.appmixer.com/v4.3/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
* [Unprocessed Messages](https://docs.appmixer.com/v4.3/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
* [Getting Started](https://docs.appmixer.com/v4.3/appmixer-sdk/getting-started.md): Appmixer can be embedded into your own web products. By including Appmixer into your own product, you can give your users a whole new set of workflow automation features with a very little effort.
* [API Reference](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference.md): JavaScript Appmixer SDK API reference. Unless otherwise stated, all methods return a promise that resolves on success and rejects on error with error object containing further details.
* [Constructor](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/constructor.md)
* [API](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/api.md)
* [FlowManager](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/flowmanager.md)
* [Designer](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/designer.md)
* [InsightsLogs](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/insightslogs.md)
* [InsightsDashboard](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/insightsdashboard.md)
* [InsightsChartEditor](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/insightscharteditor.md)
* [Accounts](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/accounts.md)
* [Storage](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/storage.md)
* [PeopleTasks](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/peopletasks.md)
* [Components](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/components.md): The appmixer.ui.Components is a UI widget that displays all available applications and components.
* [Wizard](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/wizard.md)
* [Integrations](https://docs.appmixer.com/v4.3/appmixer-sdk/api-reference/integrations.md)
* [Developer mode](https://docs.appmixer.com/v4.3/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
* [Getting Started](https://docs.appmixer.com/v4.3/appmixer-backoffice/getting-started.md)
* [Services](https://docs.appmixer.com/v4.3/appmixer-backoffice/services.md)
* [Managing Authentication](https://docs.appmixer.com/v4.3/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
* [Sharing Flows](https://docs.appmixer.com/v4.3/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [Flows Metadata & Filtering](https://docs.appmixer.com/v4.3/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
* [People Tasks](https://docs.appmixer.com/v4.3/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/v4.3/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
* [Setting ACL](https://docs.appmixer.com/v4.3/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Integration Templates](https://docs.appmixer.com/v4.3/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
* [Appmixer CLI](https://docs.appmixer.com/v4.3/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [Azure Cognitive Services](https://docs.appmixer.com/v4.3/app-registration/azure-cognitive-services.md)
* [Google](https://docs.appmixer.com/v4.3/app-registration/google.md)
* [DeepAI](https://docs.appmixer.com/v4.3/app-registration/deepai.md): https://deepai.org/
* [Highrise](https://docs.appmixer.com/v4.3/app-registration/highrise.md)
* [Microsoft](https://docs.appmixer.com/v4.3/app-registration/microsoft.md)
* [Screenshot API](https://docs.appmixer.com/v4.3/app-registration/screenshot-api.md)
* [Slack](https://docs.appmixer.com/v4.3/app-registration/slack.md)
* [Trello](https://docs.appmixer.com/v4.3/app-registration/trello.md)
* [Typeform](https://docs.appmixer.com/v4.3/app-registration/typeform.md)
* [Utilities](https://docs.appmixer.com/v4.3/app-registration/utilities.md)
* [Email](https://docs.appmixer.com/v4.3/app-registration/utilities/email.md): appmixer.utils.email
* [Language](https://docs.appmixer.com/v4.3/app-registration/utilities/language.md)
* [Tasks](https://docs.appmixer.com/v4.3/app-registration/utilities/tasks.md)
* [Test](https://docs.appmixer.com/v4.3/app-registration/utilities/test.md)
* [Weather](https://docs.appmixer.com/v4.3/app-registration/utilities/weather.md)

- [Introduction](https://docs.appmixer.com/v4.4/master.md)
- [Migration from 4.3](https://docs.appmixer.com/v4.4/migration-from-4.3.md)
- [Introduction](https://docs.appmixer.com/v4.4/overview/introduction.md)
- [Component](https://docs.appmixer.com/v4.4/overview/component.md)
- [Flow](https://docs.appmixer.com/v4.4/overview/flow.md)
- [End User Guide](https://docs.appmixer.com/v4.4/overview/end-user-guide.md)
- [Basic Structure](https://docs.appmixer.com/v4.4/component-definition/basic-structure.md)
- [Manifest](https://docs.appmixer.com/v4.4/component-definition/manifest.md)
- [name](https://docs.appmixer.com/v4.4/component-definition/manifest/name.md)
- [label](https://docs.appmixer.com/v4.4/component-definition/manifest/label.md)
- [icon](https://docs.appmixer.com/v4.4/component-definition/manifest/icon.md)
- [marker](https://docs.appmixer.com/v4.4/component-definition/manifest/marker.md)
- [author](https://docs.appmixer.com/v4.4/component-definition/manifest/author.md)
- [description](https://docs.appmixer.com/v4.4/component-definition/manifest/description.md)
- [auth](https://docs.appmixer.com/v4.4/component-definition/manifest/auth.md)
- [authConfig](https://docs.appmixer.com/v4.4/component-definition/manifest/authconfig.md)
- [quota](https://docs.appmixer.com/v4.4/component-definition/manifest/quota.md)
- [properties](https://docs.appmixer.com/v4.4/component-definition/manifest/properties.md)
- [inPorts](https://docs.appmixer.com/v4.4/component-definition/manifest/inports.md)
- [outPorts](https://docs.appmixer.com/v4.4/component-definition/manifest/outports.md)
- [firePatterns](https://docs.appmixer.com/v4.4/component-definition/manifest/firepatterns.md)
- [tick](https://docs.appmixer.com/v4.4/component-definition/manifest/tick.md)
- [private](https://docs.appmixer.com/v4.4/component-definition/manifest/private.md)
- [webhook](https://docs.appmixer.com/v4.4/component-definition/manifest/webhook.md)
- [state](https://docs.appmixer.com/v4.4/component-definition/manifest/state.md)
- [localization](https://docs.appmixer.com/v4.4/component-definition/manifest/localization.md)
- [Behaviour](https://docs.appmixer.com/v4.4/component-definition/behaviour.md)
- [Dependencies](https://docs.appmixer.com/v4.4/component-definition/dependencies.md)
- [Authentication](https://docs.appmixer.com/v4.4/component-definition/authentication.md)
- [Quotas & Limits](https://docs.appmixer.com/v4.4/component-definition/quotas-and-limits.md)
- [Configuration](https://docs.appmixer.com/v4.4/component-definition/configuration.md)
- [Example Component](https://docs.appmixer.com/v4.4/component-definition/example-component.md)
- [Custom Inspector Fields](https://docs.appmixer.com/v4.4/customizing-ui/custom-inspector-fields.md)
- [Custom Theme](https://docs.appmixer.com/v4.4/customizing-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
- [Custom Strings](https://docs.appmixer.com/v4.4/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
- [Custom API](https://docs.appmixer.com/v4.4/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
- [Custom Component Strings](https://docs.appmixer.com/v4.4/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
- [Custom Component Shapes](https://docs.appmixer.com/v4.4/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
- [Getting started](https://docs.appmixer.com/v4.4/appmixer-hosted/getting-started.md)
- [Creating Custom Components](https://docs.appmixer.com/v4.4/appmixer-hosted/custom-components.md)
- [Using Appmixer SDK](https://docs.appmixer.com/v4.4/appmixer-hosted/appmixer-sdk.md)
- [Using Appmixer API](https://docs.appmixer.com/v4.4/appmixer-hosted/appmixer-api.md)
- [Using Oauth applications](https://docs.appmixer.com/v4.4/appmixer-hosted/oauth-applications.md)
- [Installation](https://docs.appmixer.com/v4.4/appmixer-self-managed/installation.md)
- [Getting Started](https://docs.appmixer.com/v4.4/appmixer-self-managed/getting-started.md)
- [Custom Component: HelloAppmixer](https://docs.appmixer.com/v4.4/appmixer-self-managed/custom-component-helloappmixer.md)
- [Using Appmixer SDK](https://docs.appmixer.com/v4.4/appmixer-self-managed/using-appmixer-sdk.md)
- [Using Appmixer API](https://docs.appmixer.com/v4.4/appmixer-self-managed/using-the-appmixer-api.md)
- [Using OAuth applications](https://docs.appmixer.com/v4.4/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
- [Installation GCP](https://docs.appmixer.com/v4.4/appmixer-self-managed/installation-gcp.md)
- [System Webhooks](https://docs.appmixer.com/v4.4/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
- [Configuration](https://docs.appmixer.com/v4.4/appmixer-self-managed/configuration.md)
- [Appmixer Architecture](https://docs.appmixer.com/v4.4/appmixer-self-managed/appmixer-architecture.md)
- [Appmixer Deployment Models](https://docs.appmixer.com/v4.4/appmixer-self-managed/appmixer-deployment-models.md)
- [ACL](https://docs.appmixer.com/v4.4/api/acl.md): Routes for setting ACL. Used in Backoffice.
- [Accounts](https://docs.appmixer.com/v4.4/api/accounts.md): Authentication to apps.
- [Apps](https://docs.appmixer.com/v4.4/api/apps.md)
- [Authentication](https://docs.appmixer.com/v4.4/api/authentication.md)
- [Charts](https://docs.appmixer.com/v4.4/api/charts.md)
- [Config](https://docs.appmixer.com/v4.4/api/config.md): System configuration
- [Data Stores](https://docs.appmixer.com/v4.4/api/data-stores.md): Access Data Stores (built-in key-value store).
- [Files](https://docs.appmixer.com/v4.4/api/files.md): Appmixer allows you to upload files to use them in your flows.
- [Flows](https://docs.appmixer.com/v4.4/api/flows.md)
- [Insights](https://docs.appmixer.com/v4.4/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
- [Modifiers](https://docs.appmixer.com/v4.4/api/modifiers.md)
- [People Task](https://docs.appmixer.com/v4.4/api/people-task.md)
- [Public Files](https://docs.appmixer.com/v4.4/api/public-files.md)
- [Service Configuration](https://docs.appmixer.com/v4.4/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
- [Unprocessed Messages](https://docs.appmixer.com/v4.4/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
- [User](https://docs.appmixer.com/v4.4/api/user.md): API for users
- [Variables](https://docs.appmixer.com/v4.4/api/variables.md)
- [Introduction](https://docs.appmixer.com/v4.4/appmixer-sdk/introduction.md): Appmixer SKD is a toolkit to integrate workflow automation engine and embed white-labeled user interface widgets into your products. Gain a whole new set of comprehensive features with ease.
- [Installation](https://docs.appmixer.com/v4.4/appmixer-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
- [Quick Start](https://docs.appmixer.com/v4.4/appmixer-sdk/getting-started.md): Let's start with a simple user interface to browse and manage your flows.
- [Constructor](https://docs.appmixer.com/v4.4/appmixer-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
- [API Module](https://docs.appmixer.com/v4.4/appmixer-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
- [UI & Widgets](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
- [Flow Manager](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
- [Designer](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
- [Insights Logs](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
- [Insights Chart Editor](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
- [Insights Dashboard](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
- [Accounts](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
- [Storage](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
- [People Tasks](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
- [Connectors](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
- [Integrations](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
- [Wizard](https://docs.appmixer.com/v4.4/appmixer-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
- [Developer mode](https://docs.appmixer.com/v4.4/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
- [Getting Started](https://docs.appmixer.com/v4.4/appmixer-backoffice/getting-started.md)
- [Services](https://docs.appmixer.com/v4.4/appmixer-backoffice/services.md)
- [Quotas](https://docs.appmixer.com/v4.4/appmixer-backoffice/quotas.md)
- [Public Files](https://docs.appmixer.com/v4.4/appmixer-backoffice/public-files.md)
- [System Configuration](https://docs.appmixer.com/v4.4/appmixer-backoffice/system-configuration.md)
- [Modules](https://docs.appmixer.com/v4.4/appmixer-backoffice/modules.md): Manage the modules available in the system.
- [Managing Authentication](https://docs.appmixer.com/v4.4/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
- [Sharing Flows](https://docs.appmixer.com/v4.4/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
- [Flows Metadata & Filtering](https://docs.appmixer.com/v4.4/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
- [People Tasks](https://docs.appmixer.com/v4.4/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
- [Customizing modifiers](https://docs.appmixer.com/v4.4/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
- [Setting ACL](https://docs.appmixer.com/v4.4/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
- [Integration Templates](https://docs.appmixer.com/v4.4/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
- [Installing and updating modules](https://docs.appmixer.com/v4.4/tutorials/installing-and-updating-modules.md): You can manage the modules available in your system using the Backoffice
- [Custom Webhook Trigger](https://docs.appmixer.com/v4.4/tutorials/custom-webhook-trigger.md)
- [Appmixer Virtual Users](https://docs.appmixer.com/v4.4/tutorials/appmixer-virtual-users.md)
- [Appmixer CLI](https://docs.appmixer.com/v4.4/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
- [Azure Cognitive Services](https://docs.appmixer.com/v4.4/app-registration/azurecognitiveservices.md)
- [DeepAI](https://docs.appmixer.com/v4.4/app-registration/deepai.md): https://deepai.org/
- [Google](https://docs.appmixer.com/v4.4/app-registration/google.md)
- [Highrise](https://docs.appmixer.com/v4.4/app-registration/highrise.md)
- [Hubspot](https://docs.appmixer.com/v4.4/app-registration/hubspot.md)
- [Microsoft](https://docs.appmixer.com/v4.4/app-registration/microsoft.md)
- [Salesforce](https://docs.appmixer.com/v4.4/app-registration/salesforce.md)
- [Schoology](https://docs.appmixer.com/v4.4/app-registration/schoology.md)
- [Screenshot API](https://docs.appmixer.com/v4.4/app-registration/screenshotapi.md)
- [Slack](https://docs.appmixer.com/v4.4/app-registration/slack.md)
- [Trello](https://docs.appmixer.com/v4.4/app-registration/trello.md)
- [Typeform](https://docs.appmixer.com/v4.4/app-registration/typeform.md)
- [Utilities](https://docs.appmixer.com/v4.4/app-registration/utils.md)
- [Email](https://docs.appmixer.com/v4.4/app-registration/utils/email.md): appmixer.utils.email
- [Language](https://docs.appmixer.com/v4.4/app-registration/utils/language.md)
- [Tasks](https://docs.appmixer.com/v4.4/app-registration/utils/tasks.md)
- [Test](https://docs.appmixer.com/v4.4/app-registration/utils/test.md)
- [Weather](https://docs.appmixer.com/v4.4/app-registration/utils/weather.md)
- [Zoho](https://docs.appmixer.com/v4.4/app-registration/zoho.md): Configure the Zoho OAuth2 application.
- [Connector Request](https://docs.appmixer.com/v4.4/connectors/connector-request.md)

* [Introduction](https://docs.appmixer.com/v4.5/readme.md)
* [Migration from 4.4](https://docs.appmixer.com/v4.5/migration-from-4.3.md)
* [Introduction](https://docs.appmixer.com/v4.5/overview/introduction.md)
* [Component](https://docs.appmixer.com/v4.5/overview/component.md)
* [Flow](https://docs.appmixer.com/v4.5/overview/flow.md)
* [End User Guide](https://docs.appmixer.com/v4.5/overview/end-user-guide.md)
* [Basic Structure](https://docs.appmixer.com/v4.5/component-definition/basic-structure.md)
* [Manifest](https://docs.appmixer.com/v4.5/component-definition/manifest.md)
* [name](https://docs.appmixer.com/v4.5/component-definition/manifest/name.md)
* [label](https://docs.appmixer.com/v4.5/component-definition/manifest/label.md)
* [icon](https://docs.appmixer.com/v4.5/component-definition/manifest/icon.md)
* [marker](https://docs.appmixer.com/v4.5/component-definition/manifest/marker.md)
* [author](https://docs.appmixer.com/v4.5/component-definition/manifest/author.md)
* [description](https://docs.appmixer.com/v4.5/component-definition/manifest/description.md)
* [auth](https://docs.appmixer.com/v4.5/component-definition/manifest/auth.md)
* [authConfig](https://docs.appmixer.com/v4.5/component-definition/manifest/authconfig.md)
* [quota](https://docs.appmixer.com/v4.5/component-definition/manifest/quota.md)
* [properties](https://docs.appmixer.com/v4.5/component-definition/manifest/properties.md)
* [inPorts](https://docs.appmixer.com/v4.5/component-definition/manifest/inports.md)
* [outPorts](https://docs.appmixer.com/v4.5/component-definition/manifest/outports.md)
* [firePatterns](https://docs.appmixer.com/v4.5/component-definition/manifest/firepatterns.md)
* [tick](https://docs.appmixer.com/v4.5/component-definition/manifest/tick.md)
* [private](https://docs.appmixer.com/v4.5/component-definition/manifest/private.md)
* [webhook](https://docs.appmixer.com/v4.5/component-definition/manifest/webhook.md)
* [state](https://docs.appmixer.com/v4.5/component-definition/manifest/state.md)
* [localization](https://docs.appmixer.com/v4.5/component-definition/manifest/localization.md)
* [Behaviour](https://docs.appmixer.com/v4.5/component-definition/behaviour.md)
* [Dependencies](https://docs.appmixer.com/v4.5/component-definition/dependencies.md)
* [Authentication](https://docs.appmixer.com/v4.5/component-definition/authentication.md)
* [Quotas & Limits](https://docs.appmixer.com/v4.5/component-definition/quotas-and-limits.md)
* [Configuration](https://docs.appmixer.com/v4.5/component-definition/configuration.md)
* [Example Component](https://docs.appmixer.com/v4.5/component-definition/example-component.md)
* [Custom Inspector Fields](https://docs.appmixer.com/v4.5/customizing-ui/custom-inspector-fields.md)
* [Custom Theme](https://docs.appmixer.com/v4.5/customizing-ui/custom-theme.md): Customize UI widgets. You can change the colors, the typography, and much more.
* [Custom Strings](https://docs.appmixer.com/v4.5/customizing-ui/custom-strings.md): Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
* [Custom API](https://docs.appmixer.com/v4.5/customizing-ui/custom-api.md): Appmixer SDK allows you to override any API method used by the SDK instance.
* [Custom Component Strings](https://docs.appmixer.com/v4.5/customizing-ui/custom-component-strings.md): Appmixer lets you manage the components' inspector fields through the manifest or the strings object.
* [Custom Component Shapes](https://docs.appmixer.com/v4.5/customizing-ui/custom-component-shapes.md): Fully customize appearance of components in diagrams.
* [Getting started](https://docs.appmixer.com/v4.5/appmixer-hosted/getting-started.md)
* [Creating Custom Components](https://docs.appmixer.com/v4.5/appmixer-hosted/custom-components.md)
* [Using Appmixer SDK](https://docs.appmixer.com/v4.5/appmixer-hosted/appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/v4.5/appmixer-hosted/appmixer-api.md)
* [Using Oauth applications](https://docs.appmixer.com/v4.5/appmixer-hosted/oauth-applications.md)
* [Installation](https://docs.appmixer.com/v4.5/appmixer-self-managed/installation.md)
* [Getting Started](https://docs.appmixer.com/v4.5/appmixer-self-managed/getting-started.md)
* [Custom Component: HelloAppmixer](https://docs.appmixer.com/v4.5/appmixer-self-managed/custom-component-helloappmixer.md)
* [Using Appmixer SDK](https://docs.appmixer.com/v4.5/appmixer-self-managed/using-appmixer-sdk.md)
* [Using Appmixer API](https://docs.appmixer.com/v4.5/appmixer-self-managed/using-the-appmixer-api.md)
* [Using OAuth applications](https://docs.appmixer.com/v4.5/appmixer-self-managed/using-oauth-applications.md): How to install pre-packed OAuth applications.
* [Installation GCP](https://docs.appmixer.com/v4.5/appmixer-self-managed/installation-gcp.md)
* [System Webhooks](https://docs.appmixer.com/v4.5/appmixer-self-managed/system-webhooks.md): Appmixer Engine Events.
* [Configuration](https://docs.appmixer.com/v4.5/appmixer-self-managed/configuration.md)
* [Appmixer Architecture](https://docs.appmixer.com/v4.5/appmixer-self-managed/appmixer-architecture.md)
* [Appmixer Deployment Models](https://docs.appmixer.com/v4.5/appmixer-self-managed/appmixer-deployment-models.md)
* [ACL](https://docs.appmixer.com/v4.5/api/acl.md): Routes for setting ACL. Used in Backoffice.
* [Accounts](https://docs.appmixer.com/v4.5/api/accounts.md): Authentication to apps.
* [Apps](https://docs.appmixer.com/v4.5/api/apps.md)
* [Authentication](https://docs.appmixer.com/v4.5/api/authentication.md)
* [Charts](https://docs.appmixer.com/v4.5/api/charts.md)
* [Config](https://docs.appmixer.com/v4.5/api/config.md): System configuration
* [Data Stores](https://docs.appmixer.com/v4.5/api/data-stores.md): Access Data Stores (built-in key-value store).
* [Files](https://docs.appmixer.com/v4.5/api/files.md): Appmixer allows you to upload files to use them in your flows.
* [Flows](https://docs.appmixer.com/v4.5/api/flows.md)
* [Insights](https://docs.appmixer.com/v4.5/api/insights.md): Get list of all messages passing through your flows and usage information (telemetry).
* [Modifiers](https://docs.appmixer.com/v4.5/api/modifiers.md)
* [People Task](https://docs.appmixer.com/v4.5/api/people-task.md)
* [Public Files](https://docs.appmixer.com/v4.5/api/public-files.md)
* [Service Configuration](https://docs.appmixer.com/v4.5/api/service-configuration.md): Appmixer allows you to save global configuration values for your service. If a component contains either an auth section or authConfig section, values for specified service will be injected.
* [Unprocessed Messages](https://docs.appmixer.com/v4.5/api/unprocessed-messages.md): Unprocessed MessagesAfter a message fail to be processed a certain number of retries, Appmixer stops trying to process the message and stores it. You can fetch, delete, and even retry those messages
* [User](https://docs.appmixer.com/v4.5/api/user.md): API for users
* [Variables](https://docs.appmixer.com/v4.5/api/variables.md)
* [Introduction](https://docs.appmixer.com/v4.5/appmixer-sdk/introduction.md): Appmixer SKD is a toolkit to integrate workflow automation engine and embed white-labeled user interface widgets into your products. Gain a whole new set of comprehensive features with ease.
* [Installation](https://docs.appmixer.com/v4.5/appmixer-sdk/installation.md): Appmixer SDK package includes two types of modules: basic UMD and advanced ESM.
* [Quick Start](https://docs.appmixer.com/v4.5/appmixer-sdk/getting-started.md): Let's start with a simple user interface to browse and manage your flows.
* [Constructor](https://docs.appmixer.com/v4.5/appmixer-sdk/constructor.md): Appmixer Constructor lays a foundation for building user interfaces with widgets.
* [API Module](https://docs.appmixer.com/v4.5/appmixer-sdk/api-module.md): The Appmixer SDK uses this API module internally to connect to the REST API.
* [UI & Widgets](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets.md): Appmixer UI is a tool for building user interfaces with component-based widgets.
* [Flow Manager](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/flow-manager.md): Browse and manipulate flows that are accessible to the current user.
* [Designer](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/designer.md): Build, edit and inspect individual flows in a comprehensive editor.
* [Insights Logs](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/insights-logs.md): Browse logs of messages that passed through flows.
* [Insights Chart Editor](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/insights-chart-editor.md): Create charts to visualize logs of messages that passed through flows.
* [Insights Dashboard](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/insights-dashboard.md): Browse and manipulate charts created by the current user.
* [Accounts](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/accounts.md): Manage accounts authorized by the current user.
* [Storage](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/storage.md): Manage records associated with data storage utility components of flows.
* [People Tasks](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/people-tasks.md): Manage tasks created by utility components of flows.
* [Connectors](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/connectors.md): Browse apps and components that are accessible to the current user inside flows.
* [Integrations](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/integrations.md): Manage flows used as integration templates and instances.
* [Wizard](https://docs.appmixer.com/v4.5/appmixer-sdk/ui-and-widgets/wizard.md): Manage a flow that is used as an integration instance.
* [Developer mode](https://docs.appmixer.com/v4.5/appmixer-sdk/developer-mode.md): Developer mode enables tools that are useful to create and debug your flows
* [Getting Started](https://docs.appmixer.com/v4.5/appmixer-backoffice/getting-started.md)
* [Services](https://docs.appmixer.com/v4.5/appmixer-backoffice/services.md)
* [Quotas](https://docs.appmixer.com/v4.5/appmixer-backoffice/quotas.md)
* [Public Files](https://docs.appmixer.com/v4.5/appmixer-backoffice/public-files.md)
* [System Configuration](https://docs.appmixer.com/v4.5/appmixer-backoffice/system-configuration.md)
* [Modules](https://docs.appmixer.com/v4.5/appmixer-backoffice/modules.md): Manage the modules available in the system.
* [Managing Authentication](https://docs.appmixer.com/v4.5/tutorials/managing-authentication.md): This little tutorial will show you how to manage Appmixer SDK authentication.
* [Sharing Flows](https://docs.appmixer.com/v4.5/tutorials/sharing-flows.md): This tutorial shows how flows can be shared in Appmixer either using the API or the SDK.
* [Flows Metadata & Filtering](https://docs.appmixer.com/v4.5/tutorials/flows-metadata-and-filtering.md): Appmixer flows can contain custom metadata specific to your application. This is especially useful for filtering flows and displaying different Flow Managers for different kinds of flows.
* [People Tasks](https://docs.appmixer.com/v4.5/tutorials/people-tasks.md): Appmixer PeopleTask feature allows you to add human entry points in your flows.
* [Customizing modifiers](https://docs.appmixer.com/v4.5/tutorials/customizing-modifiers.md): This tutorial shows you how you can customize your variable modifiers
* [Setting ACL](https://docs.appmixer.com/v4.5/tutorials/setting-acl.md): This tutorial will show you how to set ACL rules for different groups of users and for different types of resources.
* [Integration Templates](https://docs.appmixer.com/v4.5/tutorials/integration-templates.md): Integration Templates, Wizard Builders and Wizards.
* [Installing and updating modules](https://docs.appmixer.com/v4.5/tutorials/installing-and-updating-modules.md): You can manage the modules available in your system using the Backoffice
* [Custom Webhook Trigger](https://docs.appmixer.com/v4.5/tutorials/custom-webhook-trigger.md)
* [Appmixer Virtual Users](https://docs.appmixer.com/v4.5/tutorials/appmixer-virtual-users.md)
* [Appmixer CLI](https://docs.appmixer.com/v4.5/appmixer-cli/appmixer-cli.md): Appmixer command-line tool.
* [Azure Cognitive Services](https://docs.appmixer.com/v4.5/app-registration/azurecognitiveservices.md)
* [Blackboard](https://docs.appmixer.com/v4.5/app-registration/blackboard.md)
* [DeepAI](https://docs.appmixer.com/v4.5/app-registration/deepai.md): https://deepai.org/
* [Google](https://docs.appmixer.com/v4.5/app-registration/google.md)
* [Highrise](https://docs.appmixer.com/v4.5/app-registration/highrise.md)
* [Hubspot](https://docs.appmixer.com/v4.5/app-registration/hubspot.md)
* [Microsoft](https://docs.appmixer.com/v4.5/app-registration/microsoft.md)
* [Salesforce](https://docs.appmixer.com/v4.5/app-registration/salesforce.md)
* [Schoology](https://docs.appmixer.com/v4.5/app-registration/schoology.md)
* [Screenshot API](https://docs.appmixer.com/v4.5/app-registration/screenshotapi.md)
* [Slack](https://docs.appmixer.com/v4.5/app-registration/slack.md)
* [Trello](https://docs.appmixer.com/v4.5/app-registration/trello.md)
* [Typeform](https://docs.appmixer.com/v4.5/app-registration/typeform.md)
* [Utilities](https://docs.appmixer.com/v4.5/app-registration/utils.md)
* [Email](https://docs.appmixer.com/v4.5/app-registration/utils/email.md): appmixer.utils.email
* [Language](https://docs.appmixer.com/v4.5/app-registration/utils/language.md)
* [Tasks](https://docs.appmixer.com/v4.5/app-registration/utils/tasks.md)
* [Test](https://docs.appmixer.com/v4.5/app-registration/utils/test.md)
* [Weather](https://docs.appmixer.com/v4.5/app-registration/utils/weather.md)
* [Zoho](https://docs.appmixer.com/v4.5/app-registration/zoho.md): Configure the Zoho OAuth2 application.
* [Connector Request](https://docs.appmixer.com/v4.5/connectors/connector-request.md)

## Connector Configuration

- [Connector Configuration](https://docs.appmixer.com/connector-configuration/readme.md): Guides to Configuring OAuth2 Applications
- [ActiveCampaign](https://docs.appmixer.com/connector-configuration/activecampaign.md): https://www.activecampaign.com/
- [Airtable](https://docs.appmixer.com/connector-configuration/airtable.md)
- [Apigee](https://docs.appmixer.com/connector-configuration/apigee.md)
- [Asana](https://docs.appmixer.com/connector-configuration/asana.md)
- [AWS](https://docs.appmixer.com/connector-configuration/aws.md)
- [AWS SNS](https://docs.appmixer.com/connector-configuration/aws/sns.md)
- [Azure Cognitive Services](https://docs.appmixer.com/connector-configuration/azurecognitiveservices.md)
- [Azure DevOps](https://docs.appmixer.com/connector-configuration/azuredevops.md)
- [beehiiv](https://docs.appmixer.com/connector-configuration/beehiiv.md)
- [Blackboard](https://docs.appmixer.com/connector-configuration/blackboard.md)
- [Calendly](https://docs.appmixer.com/connector-configuration/calendly.md)
- [Cloudflare Lists](https://docs.appmixer.com/connector-configuration/cloudflare.md)
- [Cloudflare WAF](https://docs.appmixer.com/connector-configuration/cloudflarewaf.md)
- [DeepAI](https://docs.appmixer.com/connector-configuration/deepai.md): https://deepai.org/
- [Discord](https://docs.appmixer.com/connector-configuration/discord.md)
- [DocuSign](https://docs.appmixer.com/connector-configuration/docusign.md)
- [Dropbox](https://docs.appmixer.com/connector-configuration/dropbox.md): Configure the Dropbox.
- [Facebook Business](https://docs.appmixer.com/connector-configuration/facebook-business.md)
- [Figma](https://docs.appmixer.com/connector-configuration/figma.md)
- [Freshdesk](https://docs.appmixer.com/connector-configuration/freshdesk.md)
- [Google](https://docs.appmixer.com/connector-configuration/google.md)
- [GoHighLevel](https://docs.appmixer.com/connector-configuration/gohighlevel.md)
- [Highrise](https://docs.appmixer.com/connector-configuration/highrise.md)
- [Hubspot](https://docs.appmixer.com/connector-configuration/hubspot.md)
- [Imperva](https://docs.appmixer.com/connector-configuration/imperva.md)
- [Intercom](https://docs.appmixer.com/connector-configuration/intercom.md)
- [Jira](https://docs.appmixer.com/connector-configuration/jira.md)
- [Jotform](https://docs.appmixer.com/connector-configuration/jotform.md): Configure the Jotform.
- [Linear](https://docs.appmixer.com/connector-configuration/linear.md)
- [LinkedIn](https://docs.appmixer.com/connector-configuration/linkedin.md): https://linkedin.com
- [Mailchimp](https://docs.appmixer.com/connector-configuration/mailchimp.md)
- [Microsoft](https://docs.appmixer.com/connector-configuration/microsoft.md)
- [Microsoft Dynamics 365 CRM](https://docs.appmixer.com/connector-configuration/microsoft-dynamics-365-crm.md)
- [Monday](https://docs.appmixer.com/connector-configuration/monday.md)
- [Open AI](https://docs.appmixer.com/connector-configuration/openai.md): https://platform.openai.com
- [Pipedrive](https://docs.appmixer.com/connector-configuration/pipedrive.md)
- [Pinterest](https://docs.appmixer.com/connector-configuration/pinterest.md)
- [Quickbooks](https://docs.appmixer.com/connector-configuration/quickbooks.md)
- [Redmine](https://docs.appmixer.com/connector-configuration/redmine.md)
- [Salesforce](https://docs.appmixer.com/connector-configuration/salesforce.md)
- [Schoology](https://docs.appmixer.com/connector-configuration/schoology.md)
- [Screenshot API](https://docs.appmixer.com/connector-configuration/screenshotapi.md)
- [ServiceNow](https://docs.appmixer.com/connector-configuration/servicenow.md)
- [Shopify](https://docs.appmixer.com/connector-configuration/shopify.md): Configure the Shopify.
- [Slack](https://docs.appmixer.com/connector-configuration/slack.md)
- [Snowflake](https://docs.appmixer.com/connector-configuration/snowflake.md)
- [Square](https://docs.appmixer.com/connector-configuration/square.md)
- [Strava](https://docs.appmixer.com/connector-configuration/strava.md)
- [Trello](https://docs.appmixer.com/connector-configuration/trello.md)
- [Twilio](https://docs.appmixer.com/connector-configuration/twilio.md): https://twilio.com
- [Twitter](https://docs.appmixer.com/connector-configuration/twitter.md): Configure the Twitter.
- [Typeform](https://docs.appmixer.com/connector-configuration/typeform.md)
- [Utilities](https://docs.appmixer.com/connector-configuration/utils.md)
- [AI](https://docs.appmixer.com/connector-configuration/utils/ai.md): appmixer.utils.ai
- [AppEvents](https://docs.appmixer.com/connector-configuration/utils/appevents.md)
- [Controls](https://docs.appmixer.com/connector-configuration/utils/controls.md)
- [Condition](https://docs.appmixer.com/connector-configuration/utils/controls/condition.md)
- [Counter](https://docs.appmixer.com/connector-configuration/utils/controls/counter.md)
- [Digest](https://docs.appmixer.com/connector-configuration/utils/controls/digest.md)
- [Each](https://docs.appmixer.com/connector-configuration/utils/controls/each.md)
- [Join](https://docs.appmixer.com/connector-configuration/utils/controls/join.md)
- [Join Each](https://docs.appmixer.com/connector-configuration/utils/controls/joineach.md)
- [On Start](https://docs.appmixer.com/connector-configuration/utils/controls/onstart.md)
- [Set Variable](https://docs.appmixer.com/connector-configuration/utils/controls/setvariable.md)
- [Switch](https://docs.appmixer.com/connector-configuration/utils/controls/switch.md)
- [Converters](https://docs.appmixer.com/connector-configuration/utils/converters.md)
- [Archive](https://docs.appmixer.com/connector-configuration/utils/converters/archive.md)
- [CSV to HTML](https://docs.appmixer.com/connector-configuration/utils/converters/csv2html.md)
- [CSV to JSON](https://docs.appmixer.com/connector-configuration/utils/converters/csv2json.md)
- [CSV to XLSX](https://docs.appmixer.com/connector-configuration/utils/converters/csv2xlsx.md)
- [Data URI to File](https://docs.appmixer.com/connector-configuration/utils/converters/datauri2file.md)
- [HTML to CSV](https://docs.appmixer.com/connector-configuration/utils/converters/html2csv.md)
- [HTML to JSON](https://docs.appmixer.com/connector-configuration/utils/converters/html2json.md)
- [HTML to XLSX](https://docs.appmixer.com/connector-configuration/utils/converters/html2xlsx.md)
- [JSON to CSV](https://docs.appmixer.com/connector-configuration/utils/converters/json2csv.md)
- [JSON to HTML](https://docs.appmixer.com/connector-configuration/utils/converters/json2html.md)
- [JSON to XLSX](https://docs.appmixer.com/connector-configuration/utils/converters/json2xlsx.md)
- [XLSX to CSV](https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2csv.md)
- [XLSX to HTML](https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2html.md)
- [XLSX to JSON](https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2json.md)
- [CSV](https://docs.appmixer.com/connector-configuration/utils/csv.md)
- [Add Column](https://docs.appmixer.com/connector-configuration/utils/csv/addcolumn.md)
- [Add Row](https://docs.appmixer.com/connector-configuration/utils/csv/addrow.md)
- [Add Rows](https://docs.appmixer.com/connector-configuration/utils/csv/addrows.md)
- [Create CSV](https://docs.appmixer.com/connector-configuration/utils/csv/createcsv.md)
- [Delete Columns](https://docs.appmixer.com/connector-configuration/utils/csv/deletecolumns.md)
- [Delete Rows](https://docs.appmixer.com/connector-configuration/utils/csv/deleterows.md)
- [Export CSV](https://docs.appmixer.com/connector-configuration/utils/csv/exportcsv.md)
- [Get Cell](https://docs.appmixer.com/connector-configuration/utils/csv/getcell.md)
- [Get Row](https://docs.appmixer.com/connector-configuration/utils/csv/getrow.md)
- [Get Rows](https://docs.appmixer.com/connector-configuration/utils/csv/getrows.md)
- [Import CSV](https://docs.appmixer.com/connector-configuration/utils/csv/importcsv.md)
- [Rename Column](https://docs.appmixer.com/connector-configuration/utils/csv/renamecolumn.md)
- [Update Rows](https://docs.appmixer.com/connector-configuration/utils/csv/updaterows.md)
- [Email](https://docs.appmixer.com/connector-configuration/utils/email.md): appmixer.utils.email
- [HTTP](https://docs.appmixer.com/connector-configuration/utils/http.md)
- [Delete](https://docs.appmixer.com/connector-configuration/utils/http/delete.md)
- [Dynamic Webhook](https://docs.appmixer.com/connector-configuration/utils/http/dynamicwebhook.md)
- [GET](https://docs.appmixer.com/connector-configuration/utils/http/get.md)
- [PATCH](https://docs.appmixer.com/connector-configuration/utils/http/patch.md)
- [POST](https://docs.appmixer.com/connector-configuration/utils/http/post.md)
- [PUT](https://docs.appmixer.com/connector-configuration/utils/http/put.md)
- [Response](https://docs.appmixer.com/connector-configuration/utils/http/response.md)
- [Uptime](https://docs.appmixer.com/connector-configuration/utils/http/uptime.md)
- [Webhook](https://docs.appmixer.com/connector-configuration/utils/http/webhook.md)
- [Language](https://docs.appmixer.com/connector-configuration/utils/language.md)
- [Tasks](https://docs.appmixer.com/connector-configuration/utils/tasks.md)
- [API](https://docs.appmixer.com/connector-configuration/utils/tasks/api.md)
- [Request Approval](https://docs.appmixer.com/connector-configuration/utils/tasks/requestapproval.md)
- [Request Approval Email](https://docs.appmixer.com/connector-configuration/utils/tasks/requestapprovalemail.md)
- [Test](https://docs.appmixer.com/connector-configuration/utils/test.md)
- [After All](https://docs.appmixer.com/connector-configuration/utils/test/afterall.md)
- [Assert](https://docs.appmixer.com/connector-configuration/utils/test/assert.md)
- [Before All](https://docs.appmixer.com/connector-configuration/utils/test/beforeall.md)
- [Call Count](https://docs.appmixer.com/connector-configuration/utils/test/callcount.md)
- [Join](https://docs.appmixer.com/connector-configuration/utils/test/join.md)
- [Process E2E Results](https://docs.appmixer.com/connector-configuration/utils/test/processe2eresults.md)
- [Tick](https://docs.appmixer.com/connector-configuration/utils/test/tick.md)
- [Timers](https://docs.appmixer.com/connector-configuration/utils/timers.md)
- [Scheduler](https://docs.appmixer.com/connector-configuration/utils/timers/scheduler.md)
- [Timer](https://docs.appmixer.com/connector-configuration/utils/timers/timer.md)
- [Wait](https://docs.appmixer.com/connector-configuration/utils/timers/wait.md)
- [Weather](https://docs.appmixer.com/connector-configuration/utils/weather.md)
- [XML](https://docs.appmixer.com/connector-configuration/utils/xml.md)
- [JSON to XML](https://docs.appmixer.com/connector-configuration/utils/xml/json-to-xml.md)
- [Validate XML](https://docs.appmixer.com/connector-configuration/utils/xml/validatexml.md)
- [XML to JSON](https://docs.appmixer.com/connector-configuration/utils/xml/xml-to-json.md)
- [XPath](https://docs.appmixer.com/connector-configuration/utils/xml/xpath.md)
- [Storage](https://docs.appmixer.com/connector-configuration/utils/storage.md)
- [Clear](https://docs.appmixer.com/connector-configuration/utils/storage/clear.md)
- [Find](https://docs.appmixer.com/connector-configuration/utils/storage/find.md)
- [Get](https://docs.appmixer.com/connector-configuration/utils/storage/get.md)
- [On Item Added](https://docs.appmixer.com/connector-configuration/utils/storage/on-item-added.md)
- [On Item Removed](https://docs.appmixer.com/connector-configuration/utils/storage/on-item-removed.md)
- [On Item Updated](https://docs.appmixer.com/connector-configuration/utils/storage/on-item-updated.md)
- [Remove](https://docs.appmixer.com/connector-configuration/utils/storage/remove.md)
- [Save To File](https://docs.appmixer.com/connector-configuration/utils/storage/save-to-file.md)
- [Set](https://docs.appmixer.com/connector-configuration/utils/storage/set.md)
- [RSS](https://docs.appmixer.com/connector-configuration/utils/rss.md)
- [Get Feed](https://docs.appmixer.com/connector-configuration/utils/rss/get-feed.md)
- [New Feed Item](https://docs.appmixer.com/connector-configuration/utils/rss/new-feed-item.md)
- [FTP](https://docs.appmixer.com/connector-configuration/utils/ftp.md)
- [Create Directory](https://docs.appmixer.com/connector-configuration/utils/ftp/create-directory.md)
- [Download File](https://docs.appmixer.com/connector-configuration/utils/ftp/download-file.md)
- [Get File Info](https://docs.appmixer.com/connector-configuration/utils/ftp/get-file-info.md)
- [New File](https://docs.appmixer.com/connector-configuration/utils/ftp/new-file.md)
- [Remove Directory](https://docs.appmixer.com/connector-configuration/utils/ftp/remove-directory.md)
- [List](https://docs.appmixer.com/connector-configuration/utils/ftp/list.md)
- [Remove File](https://docs.appmixer.com/connector-configuration/utils/ftp/remove-file.md)
- [Rename File](https://docs.appmixer.com/connector-configuration/utils/ftp/rename-file.md)
- [Upload File](https://docs.appmixer.com/connector-configuration/utils/ftp/upload-file.md)
- [Forms](https://docs.appmixer.com/connector-configuration/utils/forms.md)
- [Form Action](https://docs.appmixer.com/connector-configuration/utils/forms/form-action.md)
- [Form Trigger](https://docs.appmixer.com/connector-configuration/utils/forms/form-trigger.md)
- [Filters](https://docs.appmixer.com/connector-configuration/utils/filters.md)
- [Contains](https://docs.appmixer.com/connector-configuration/utils/filters/contains.md)
- [Equals](https://docs.appmixer.com/connector-configuration/utils/filters/equals.md)
- [Greater Than](https://docs.appmixer.com/connector-configuration/utils/filters/greater-than.md)
- [Identity](https://docs.appmixer.com/connector-configuration/utils/filters/identity.md)
- [Is Not Empty](https://docs.appmixer.com/connector-configuration/utils/filters/is-not-empty.md)
- [Less Than](https://docs.appmixer.com/connector-configuration/utils/filters/less-than.md)
- [Modulo](https://docs.appmixer.com/connector-configuration/utils/filters/modulo.md)
- [Not Equal](https://docs.appmixer.com/connector-configuration/utils/filters/not-equal.md)
- [Range](https://docs.appmixer.com/connector-configuration/utils/filters/range.md)
- [Files](https://docs.appmixer.com/connector-configuration/utils/files.md)
- [Archive File](https://docs.appmixer.com/connector-configuration/utils/files/archive-file.md)
- [Download File](https://docs.appmixer.com/connector-configuration/utils/files/download-file.md)
- [Load File](https://docs.appmixer.com/connector-configuration/utils/files/load-file.md)
- [Load File Lines](https://docs.appmixer.com/connector-configuration/utils/files/load-file-lines.md)
- [Remove File](https://docs.appmixer.com/connector-configuration/utils/files/remove-file.md)
- [Save File](https://docs.appmixer.com/connector-configuration/utils/files/save-file.md)
- [WhatsApp](https://docs.appmixer.com/connector-configuration/whatsapp.md)
- [Xero](https://docs.appmixer.com/connector-configuration/xero.md)
- [Zendesk Chat](https://docs.appmixer.com/connector-configuration/zendesk-chat.md)
- [Zendesk Tickets](https://docs.appmixer.com/connector-configuration/zendesk-tickets.md)
- [Zoho](https://docs.appmixer.com/connector-configuration/zoho.md): Configure the Zoho OAuth2 application.

## Knowledge Base

- [Get Started](https://docs.appmixer.com/kb/master.md)
- [What is Appmixer](https://docs.appmixer.com/kb/the-basics/what-is-appmixer.md)
- [Appmixer interfaces](https://docs.appmixer.com/kb/the-basics/appmixer-interfaces.md)
- [Appmixer Studio](https://docs.appmixer.com/kb/the-basics/appmixer-interfaces/appmixer-studio.md)
- [Backoffice](https://docs.appmixer.com/kb/the-basics/appmixer-interfaces/backoffice.md)
- [SDK Demo](https://docs.appmixer.com/kb/the-basics/appmixer-interfaces/sdk-demo.md)
- [What is a flow](https://docs.appmixer.com/kb/appmixer-studio-features/what-is-flow.md)
- [Creating a flow](https://docs.appmixer.com/kb/appmixer-studio-features/creating-a-flow.md)
- [Sharing a flow](https://docs.appmixer.com/kb/appmixer-studio-features/sharing-a-flow.md)
- [Flow examples](https://docs.appmixer.com/kb/appmixer-studio-features/flow-examples.md)
- [Forward customer support calls based on PIN](https://docs.appmixer.com/kb/appmixer-studio-features/flow-examples/forward-customer-support-calls-based-on-pin.md)
- [Feed customer data to Mailchimp](https://docs.appmixer.com/kb/appmixer-studio-features/flow-examples/feed-customers-to-mailchimp.md)
- [Google Drive document approvals](https://docs.appmixer.com/kb/appmixer-studio-features/flow-examples/google-drive-document-approvals.md)
- [CSV import: calculate average value](https://docs.appmixer.com/kb/appmixer-studio-features/flow-examples/csv-import-calculate-average-value.md): This tutorial shows you how to import a CSV file, calculate an average value from a numerical column and send that value via email.
- [Creating an Integration template](https://docs.appmixer.com/kb/appmixer-studio-features/creating-an-integration-template.md)
- [Using Variables to map data](https://docs.appmixer.com/kb/appmixer-studio-features/using-variables-to-map-data.md)
- [Using Modifiers to alter data](https://docs.appmixer.com/kb/appmixer-studio-features/using-modifiers-to-alter-data.md)
- [Implementing logic](https://docs.appmixer.com/kb/appmixer-studio-features/implementing-logic.md)
- [Troubleshooting errors](https://docs.appmixer.com/kb/appmixer-studio-features/troubleshooting-errors.md)
- [Visual features](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features.md)
- [Selecting multiple objects](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features/selecting-multiple-objects.md)
- [Copying objects](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features/copying-objects.md)
- [Zooming in/out](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features/zooming-in-out.md)
- [Exporting a flow to an Image](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features/exporting-flow-to-image.md)
- [Renaming a flow](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features/renaming-a-flow.md)
- [Renaming a component](https://docs.appmixer.com/kb/appmixer-studio-features/visual-features/renaming-a-component.md)
- [Utility modules](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules.md)
- [Webhooks](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/webhooks.md)
- [HTTP](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/http.md)
- [Filters](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/filters.md)
- [Scheduling](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/scheduling.md)
- [Forms](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/forms.md)
- [Tasks](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/people-tasks.md)
- [Language](https://docs.appmixer.com/kb/appmixer-studio-features/utility-modules/language.md)
- [Connected accounts](https://docs.appmixer.com/kb/appmixer-studio-features/connected-accounts.md)
- [Connecting a new account](https://docs.appmixer.com/kb/appmixer-studio-features/connected-accounts/connecting-a-new-account.md)
- [Managing accounts](https://docs.appmixer.com/kb/appmixer-studio-features/connected-accounts/managing-accounts.md)
- [Data storage](https://docs.appmixer.com/kb/appmixer-studio-features/data-storage.md)
- [Creating a Data storage](https://docs.appmixer.com/kb/appmixer-studio-features/data-storage/creating-data-storage.md)
- [Editing a Data storage](https://docs.appmixer.com/kb/appmixer-studio-features/data-storage/editing-data-storage.md)
- [Using Data storage in a flow](https://docs.appmixer.com/kb/appmixer-studio-features/data-storage/using-data-storage-in-flow.md)
- [Insights](https://docs.appmixer.com/kb/appmixer-studio-features/insights.md)
- [Logs](https://docs.appmixer.com/kb/appmixer-studio-features/insights/logs.md)
- [Dashboard](https://docs.appmixer.com/kb/appmixer-studio-features/insights/dashboard.md)
- [Charts](https://docs.appmixer.com/kb/appmixer-studio-features/insights/charts.md)
- [Chart types](https://docs.appmixer.com/kb/appmixer-studio-features/insights/chart-types.md)
- [Data aggregations](https://docs.appmixer.com/kb/appmixer-studio-features/insights/data-aggregations.md)
- [Changing a password](https://docs.appmixer.com/kb/appmixer-studio-features/changing-a-password.md)
- [Insights](https://docs.appmixer.com/kb/backoffice-features/tbd.md)
- [Flows](https://docs.appmixer.com/kb/backoffice-features/flows.md)
- [Users](https://docs.appmixer.com/kb/backoffice-features/users.md)
- [Access Control List](https://docs.appmixer.com/kb/backoffice-features/access-control-list.md)
- [Services](https://docs.appmixer.com/kb/backoffice-features/services.md)
- [Extra: Creating custom components](https://docs.appmixer.com/kb/backoffice-features/extra-creating-custom-components.md)
- [SDK Demo: Workflow automation](https://docs.appmixer.com/kb/sdk-demo/workflow-automation.md)
- [SDK Demo: Integration templates](https://docs.appmixer.com/kb/sdk-demo/integration-templates.md)

## Changelog

- [Changelog](https://docs.appmixer.com/changelog/readme.md)
- [6](https://docs.appmixer.com/changelog/version-6/6.md): Explore the new features in version 6.0 that make automation easier once again for your customers and internal teams.
- [6.4](https://docs.appmixer.com/changelog/version-6/6/6.4.md)
- [6.4.4](https://docs.appmixer.com/changelog/version-6/6/6.4/6.4.4.md): 2026-05-25
- [6.4.3](https://docs.appmixer.com/changelog/version-6/6/6.4/6.4.3.md): 2026-05-20
- [6.4.2](https://docs.appmixer.com/changelog/version-6/6/6.4/6.4.2.md): 2026-05-11
- [6.4.1](https://docs.appmixer.com/changelog/version-6/6/6.4/6.4.1.md): 2026-04-28
- [6.4.0](https://docs.appmixer.com/changelog/version-6/6/6.4/6.4.0.md): 2026-04-22
- [6.3](https://docs.appmixer.com/changelog/version-6/6/6.3.md)
- [6.3.12](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.12.md): 2026-03-27
- [6.3.11](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.11.md): 2026-03-17
- [6.3.10](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.10.md): 2026-03-17
- [6.3.9](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.9.md): 2026-03-05
- [6.3.7](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.7.md): 2026-02-23
- [6.3.6](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.6.md): 2026-02-18
- [6.3.5](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.5.md): 2026-02-12
- [6.3.4](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.4.md): 2026-02-05
- [6.3.3](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.3.md): 2026-01-27
- [6.3.2](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.2.md): 2026-01-23
- [6.3.1](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.1.md): 2026-01-20
- [6.3.0](https://docs.appmixer.com/changelog/version-6/6/6.3/6.3.0.md): 2026-01-20
- [6.2](https://docs.appmixer.com/changelog/version-6/6/6.2.md)
- [6.2.4](https://docs.appmixer.com/changelog/version-6/6/6.2/6.2.4.md): 2026-01-20
- [6.2.3](https://docs.appmixer.com/changelog/version-6/6/6.2/6.2.3.md): 2026-01-19
- [6.2.2](https://docs.appmixer.com/changelog/version-6/6/6.2/6.2.2.md): 2025-12-12
- [6.2.1](https://docs.appmixer.com/changelog/version-6/6/6.2/6.2.1.md): 2025-10-13
- [6.2.0](https://docs.appmixer.com/changelog/version-6/6/6.2/6.2.0.md): 2025-10-09
- [6.1](https://docs.appmixer.com/changelog/version-6/6/6.1.md)
- [6.1.9](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.9.md): 2025-09-24
- [6.1.8](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.8.md): 2025-07-29
- [6.1.7](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.7.md): 2025-07-10
- [6.1.6](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.6.md): 2025-06-26
- [6.1.5](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.5.md): 2025-06-02
- [6.1.4](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.4.md): 2025-05-05
- [6.1.3](https://docs.appmixer.com/changelog/version-6/6/6.1/6.1.3.md): 2025-04-22
- [6.0](https://docs.appmixer.com/changelog/version-6/6/6.0.md)
- [6.0.13](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.13.md): 2025-03-26
- [6.0.12](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.12.md)
- [6.0.11](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.11.md)
- [6.0.10](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.10.md)
- [6.0.9](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.9.md)
- [6.0.8](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.8.md)
- [6.0.6](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.6.md)
- [6.0.4](https://docs.appmixer.com/changelog/version-6/6/6.0/6.0.4.md)
- [5](https://docs.appmixer.com/changelog/version-5/5.md): Explore the new features in version 5.0 that make automation easier once again for your customers and internal teams.
- [5.2](https://docs.appmixer.com/changelog/version-5/5/5.2.md)
- [5.2.12](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.12.md): 2025-03-25
- [5.2.11](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.11.md): 2025-03-20
- [5.2.10](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.10.md)
- [5.2.9](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.9.md)
- [5.2.6](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.6.md)
- [5.2.5](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.5.md)
- [5.2.4](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.4.md)
- [5.2.3](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.3.md)
- [5.2.2](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.2.md)
- [5.2.1](https://docs.appmixer.com/changelog/version-5/5/5.2/5.2.1.md)
- [5.1](https://docs.appmixer.com/changelog/version-5/5/5.1.md)
- [5.1.3](https://docs.appmixer.com/changelog/version-5/5/5.1/5.1.3.md)
- [5.1.2](https://docs.appmixer.com/changelog/version-5/5/5.1/5.1.2.md)
- [5.1.1](https://docs.appmixer.com/changelog/version-5/5/5.1/5.1.1.md)
- [5.0](https://docs.appmixer.com/changelog/version-5/5/5.0.md)
- [5.0.2](https://docs.appmixer.com/changelog/version-5/5/5.0/5.0.2.md)
- [5.0.1](https://docs.appmixer.com/changelog/version-5/5/5.0/5.0.1.md)
- [Helm Chart](https://docs.appmixer.com/changelog/helm-chart.md)
- [1.2.1](https://docs.appmixer.com/changelog/helm-chart/1.2.1.md): 2026-03-24


---

# Agent Instructions: 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://docs.appmixer.com/readme.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.
