# TECHNICAL FUNDAMENTALS

- [Key Elements of FlowMate](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/key-elements-of-flowmate.md)
- [What is a Flow?](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/key-elements-of-flowmate/what-is-a-flow.md): A high-level overview of the concept of Integration and Automation Flows in FlowMate
- [What is a Template?](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/key-elements-of-flowmate/what-is-a-template.md): A high-level overview of the concept of templates in FlowMate
- [What is a Connector?](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/key-elements-of-flowmate/what-is-a-connector.md): A high-level overview of the concept of connectors in FlowMate
- [User Management](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/user-management.md): A high-level overview of user management in FlowMate
- [Credential Handling](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/credential-handling.md): A high-level overview of credential handling in FlowMate
- [Flow Execution Behavior](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/flow-execution-behavior.md)
- [How Flows Process Data in FlowMate](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/flow-execution-behavior/how-flows-process-data-in-flowmate.md)
- [Retry Handling](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/flow-execution-behavior/retry-handling.md)
- [Snapshot Logic](https://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals/flow-execution-behavior/snapshot-logic.md)


---

# 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://flowmate.gitbook.io/flowmate-documentation/technical-fundamentals.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.
