# TECHNICAL GUIDE

- [Flows & Handlers](https://docs.dckapintegrator.com/developers/flows.md): "Flows" are a set of statements, written like pseudocode using simplified language, for implementing integrations.
- [Add New Flow](https://docs.dckapintegrator.com/developers/flows/add-new-flow.md): This section lists the steps that are required to create a new Flow.
- [Simulator](https://docs.dckapintegrator.com/developers/flows/simulator.md)
- [Flows: Best Practices](https://docs.dckapintegrator.com/developers/flows/best-practices.md): Recommended practices to construct well organized Flows.
- [Flows: Use Cases](https://docs.dckapintegrator.com/developers/flows/use-cases.md)
- [Timezone Converter Handler](https://docs.dckapintegrator.com/developers/flows/timezone-converter-handler.md): Handler to convert a given timezone and generate timestamps
- [Supported Timezones](https://docs.dckapintegrator.com/developers/flows/supported-timezones.md): List of supported time-zones
- [API and Mapping](https://docs.dckapintegrator.com/developers/api-and-mapping.md): While creating APIs in the API Manager, sample request and response are provided. The keys entered in this sample are reflected in the Source and Destination sections in the Mapping configuration page


---

# Agent Instructions: Querying This Documentation

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

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

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