---
title: "Does Whatfix support single-page applications?"
slug: "does-whatfix-support-single-page-applications"
updated: 2024-09-08T04:26:42Z
published: 2024-09-08T04:26:42Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.whatfix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Does Whatfix support single-page applications?

Whatfix content can be created on both single-page and multi-page applications.

As long as an application is built using HTML, there is no restriction on Whatfix's ability to create content on that application.

---

### Difference between a single-page and multi-page application

**Single-page application:** A single-page application is one that works inside a browser and does not require page reloading during use.

**Example**: Whenever you interact with an element on the Bullhorn application, the screen changes instantly and the new page appears without a page reload or a URL change.

 ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/SPA%281%29.gif)
    

---

**Multi-Page Application:** A multi-page application works in a "traditional" way. Most actions on the page that involve displaying the data or submitting the data back to the server are rendered as a new page in the browser.

**Example**: Every time you navigate tabs on the Salesforce app, the page loads after a URL change.

    ![](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/Multipage.gif)

## Related

- [Organize Whatfix Content](/organizing-whatfix-content.md)
- [Deploy Whatfix Content](/publishing-whatfix-content.md)
