# Logic & Flow

This module covers some important features and concepts regarding application logic and flow.

This module requires some hands-on experience with development in Appfarm Create, and you should be familiar with all concepts and topics of the [Actions & Logic Fundamentals](/appcademy/appfarm-fundamentals/actions-and-logic-fundamentals.md) and [Integrations Fundamentals](/appcademy/appfarm-fundamentals/integration-fundamentals.md) modules.

### Topics in this Module

{% content-ref url="/pages/MXH7OE2OXusz7CY3VUyU" %}
[Logical Concepts](/appcademy/appfarm-professional/logic-and-flow/logical-concepts.md)
{% endcontent-ref %}

{% content-ref url="/pages/GsUfn6Ar4yE3BdpnEjaa" %}
[Date and Time Handling](/appcademy/appfarm-professional/logic-and-flow/date-and-time-handling.md)
{% endcontent-ref %}

{% content-ref url="/pages/6vMgV5eYPzEHeuyJ3SZG" %}
[Featured Action Nodes](/appcademy/appfarm-professional/logic-and-flow/featured-action-nodes.md)
{% endcontent-ref %}

{% content-ref url="/pages/EO94I5XREgf8bUbXta0S" %}
[Exception Handling](/appcademy/appfarm-professional/logic-and-flow/exception-handling.md)
{% endcontent-ref %}


---

# 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.appfarm.io/appcademy/appfarm-professional/logic-and-flow.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.
