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

# Tutorials

- [Create a new Integration Pipe](https://docs.dckapintegrator.com/tutorials/create-an-integration-pipe.md): Develop a new Integration Pipe and schedule your data synchronization using DCKAP Integrator
- [Create a new Flow](https://docs.dckapintegrator.com/tutorials/create-a-new-flow.md): Build your first Flow by adding Handlers and configuring various parameters with DCKAP Integrator's easy to use Flow builder
- [How to Map data?](https://docs.dckapintegrator.com/tutorials/how-to-map-data.md): Steps to setup your Mapping nodes.
- [Working with Modifiers](https://docs.dckapintegrator.com/tutorials/working-with-modifiers.md): Steps to use Data modifiers
- [Managing User Groups](https://docs.dckapintegrator.com/tutorials/managing-user-groups.md): Step-by-step instructions of how to create, maintain and give access to User Groups
- [How to use DCKAP Integrator Dynamic URL's?](https://docs.dckapintegrator.com/tutorials/how-to-use-dynamic-url.md): Step by step instructions on how to use the Dynamic Pipe/Workflow URLs


---

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

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

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

```
GET https://docs.dckapintegrator.com/tutorials.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.
