# Page Conditional Logic

Unlike traditional Gravity Forms conditional logic, Gravity Bot enabled forms use what is called "**Page Conditional Logic".** This can reduce the overall number of conditional logic rules that are added to a Chatbot-enabled form.&#x20;

Additionally, fields inside a page field will automatically inherit the page conditional logic that has been added to the page field. It is not required to add both page conditional logic to page fields and also conditional logic to individual fields. (See example below)

![Conditional logic for Gravity Bot enabled forms](/files/H9o472TYLLtMc2IBPDlB)

{% hint style="info" %}
**Still need help?** Open a [*support ticket*](https://gravitybot.net/get-in-touch).
{% endhint %}


---

# 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.gravitybot.net/building-your-gravity-bot/page-conditional-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.
