# Logic

Feathery's logic features allow you to personalize your form experience for individual users based on their data (answers, behavior, external info).

{% content-ref url="/pages/XzH64PoN1yXxOW4Eplac" %}
[Navigate Steps Conditionally](/platform/build-forms/logic/navigate-steps-conditionally.md)
{% endcontent-ref %}

{% content-ref url="/pages/6qR3VG83BHvBvZ7pJ9ri" %}
[Show Elements Conditionally](/platform/build-forms/logic/show-elements-conditionally.md)
{% endcontent-ref %}

{% content-ref url="/pages/1SRYlRWGZUimYFMmW9gT" %}
[Custom Field Validation](/platform/build-forms/logic/custom-field-validation.md)
{% endcontent-ref %}

{% content-ref url="/pages/lQKApO86sPQDXBHftxhr" %}
[Display Dynamic Text](/platform/build-forms/logic/display-dynamic-text.md)
{% endcontent-ref %}

{% content-ref url="/pages/zaVkDevViyedgffWa2OO" %}
[Dynamically Repeating Containers](/platform/build-forms/logic/dynamically-repeating-containers.md)
{% endcontent-ref %}

{% content-ref url="/pages/wotWvQKtnoNu2ailqTK0" %}
[Advanced Logic & API Connections](/platform/build-forms/advanced-logic.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.feathery.io/platform/build-forms/logic.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.
