> For the complete documentation index, see [llms.txt](https://docs.getint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getint.io/getintio-platform/workflows.md).

# Workflows

- [Advanced Scripting](https://docs.getint.io/getintio-platform/workflows/advanced-scripting.md)
- [Assignees (Users) Mapping](https://docs.getint.io/getintio-platform/workflows/assignees-users-mapping.md)
- [Configuring Your Data Sync: Bidirectional and Unidirectional Options](https://docs.getint.io/getintio-platform/workflows/configuring-your-data-sync-bidirectional-and-unidirectional-options.md)
- [Dynamic Fields](https://docs.getint.io/getintio-platform/workflows/dynamic-fields.md)
- [Filtering Items for Integration in Getint](https://docs.getint.io/getintio-platform/workflows/filtering-items-for-integration-in-getint.md)
- [Troubleshooting Sync Issues: Unmet Filter Conditions](https://docs.getint.io/getintio-platform/workflows/filtering-items-for-integration-in-getint/troubleshooting-sync-issues-unmet-filter-conditions.md)
- [How to Filter Comments](https://docs.getint.io/getintio-platform/workflows/filtering-items-for-integration-in-getint/how-to-filter-comments.md)
- [Filtering by Assignment Group and Status](https://docs.getint.io/getintio-platform/workflows/filtering-items-for-integration-in-getint/filtering-by-assignment-group-and-status.md)
- [Hierarchy](https://docs.getint.io/getintio-platform/workflows/hierarchy.md)
- [How to Create a Custom Field in All Supported Software](https://docs.getint.io/getintio-platform/workflows/how-to-create-a-custom-field-in-all-supported-software.md)
- [How to Map Fields](https://docs.getint.io/getintio-platform/workflows/how-to-map-fields.md)
- [How to Use JQL Filters for Jira Integrations](https://docs.getint.io/getintio-platform/workflows/how-to-use-jql-filters-for-jira-integrations.md)
- [How to Sync Assets with Getint](https://docs.getint.io/getintio-platform/workflows/how-to-sync-assets-with-getint.md)
- [Integrating one project with many: Streamlining synchronization across Multiple Projects.](https://docs.getint.io/getintio-platform/workflows/integrating-one-project-with-many-streamlining-synchronization-across-multiple-projects..md)
- [One to Many Project - El Ride Use Case](https://docs.getint.io/getintio-platform/workflows/integrating-one-project-with-many-streamlining-synchronization-across-multiple-projects./one-to-many-project-el-ride-use-case.md)
- [Integration Status](https://docs.getint.io/getintio-platform/workflows/integration-status.md)
- [Managing and Exporting Integrations in Getint](https://docs.getint.io/getintio-platform/workflows/managing-and-exporting-integrations-in-getint.md)
- [Mapping Labels](https://docs.getint.io/getintio-platform/workflows/mapping-labels.md)
- [Mapping Multiple Statuses to One (N to 1) in Getint](https://docs.getint.io/getintio-platform/workflows/mapping-multiple-statuses-to-one-n-to-1-in-getint.md)
- [Quick Build](https://docs.getint.io/getintio-platform/workflows/quick-build.md)
- [Shared Mappings in Getint – Centralized Mapping for Efficient Integrations](https://docs.getint.io/getintio-platform/workflows/shared-mappings-in-getint-centralized-mapping-for-efficient-integrations.md)
- [Storing the Counterpart Link in the Task Comment](https://docs.getint.io/getintio-platform/workflows/storing-the-counterpart-link-in-the-task-comment.md)
- [Storing Reference IDs/URLs Across Integrations](https://docs.getint.io/getintio-platform/workflows/storing-reference-ids-urls-across-integrations.md)
- [Syncing Attachments](https://docs.getint.io/getintio-platform/workflows/syncing-attachments.md)
- [Transition Fields](https://docs.getint.io/getintio-platform/workflows/transition-fields.md)
- [Type Mapping](https://docs.getint.io/getintio-platform/workflows/type-mapping.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.getint.io/getintio-platform/workflows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
