> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/advanced-features/using-ifx/web-button-ifx.md).

# Web button IFX

{% hint style="info" %}
Web button IFX are available to only PLUS and ENTERPRISE users.
{% endhint %}

You can use a web button IFX to open a specified webpage in a user's web browser. For example, to open your company website for additional information or to continue a sales journey.

{% hint style="warning" %}
For users to open webpages, the **Web Browser** session setting must be enabled. For more information, see [Setting permissions for all users](/engage/host-controls/controlling-permissions/setting-permissions-for-all-users.md).
{% endhint %}

<figure><img src="/files/OEnzYfHcNZyyzS0WVz57" alt=""><figcaption><p>Web button IFX adjacent to virtual products</p></figcaption></figure>

To create a web button IFX, complete the following steps:

1. Open your menu or tablet, and then select **IFX** <img src="/files/eKoWCRilCmxJ44LshaV0" alt="" data-size="line">.
2. In the search field, enter `web ifx`, and then select the search icon (<img src="/files/Fuxyq47R31PMPmEAhVzj" alt="" data-size="line">).
3. In the search results, select **Web IFX Button**.
4. In the **Web button IFX** window, in the **URL** field, enter the address of the webpage that you want to open.
5. In the **Button Label** field, enter the text that will be displayed on the button.
6. Select **Place button**.
7. Place the web button IFX.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.engagevr.io/engage/advanced-features/using-ifx/web-button-ifx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
