> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/form-management/form-designer/answers/answer-properties/skip-hide-logic.md).

# Skip / Hide Logic

## 🕵 What is skip / hide logic ?

Skip logic conditions allow us to setup logical [condition rules](/form-management/form-designer/condition-rules.md) based on respondent's answers, querystring or language to hide or show an answer to the respondent based on his other answers on the survey.

## 🔅 Skip / hide logic properties

![](/files/-MBwZBU7RfQCQ4qLXhOy)

1. We can switch the condition to either hide or show the answer  if the [condition rule](/form-management/form-designer/condition-rules.md) is met.
2. Add an additional [condition rules](/form-management/form-designer/condition-rules.md) group.&#x20;

{% hint style="info" %}
In the example above the selected answer would be hidden if the respondent answered 1 to the Would you recommend our company ? question.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ngsurvey.com/form-management/form-designer/answers/answer-properties/skip-hide-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.
