# Web flows

The Web flows skill introduces node types and functions that only apply to chat on Web channels, like the Web PWA or the [Chatwidget](/studio/channels/chat-widget.md).

Node types:

* [Ask selection](/studio/flows/nodes/ask-selection.md)
* [Ask form](broken://pages/p3fjVmgSc8kmEh5ZOTii)

### Hide input setting

The Web flows skill introduces a specific settings page to manage the availability of the input bar in the conversation.

When the input bar is disabled your bot doesn't need to be able to respond to off topic user intents. Your users will keep on the path you've set out for them in your dialogs easier compared to when you leave the input bar open for free format text messages.

You can disable the input bar by going to the settings page of this skill, called Settings for web.&#x20;


---

# 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://manuals.dialox.ai/store/skills/web-flows.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.
