---
title: "Single Page Application"
slug: "single-page-application"
updated: 2024-09-05T09:19:11Z
published: 2024-09-05T09:19:11Z
---

> ## 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.

# Evaluate Application as a Single Page

#### What is a Single Page Application?
 
A Single Page Application is a type of web application or website that operates within a single HTML page. Instead of loading entire new pages from the server as the user interacts with the application, a single page application dynamically updates the content of the current page by asynchronously loading data as needed. For 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.

<div class="borderthick">
 <img src ="https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/SPA%281%29.gif">
    </div>

* * *

When **Single Page Application** configuration is enabled, Whatfix recognizes the underlying application as a single page application. As long as an application is built using HTML, there is no restriction on Whatfix's ability to create content on that application.

Use the following steps to evaluate your application as a Single Page:

{{snippet.ac_add technical config}}

5. Click **Common Properties**.
![tech config_common properties.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_common%20properties.png){height="" width="500"}

6. Select the **Single Page Application** checkbox.
![tech config_enable single page application.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_enable%20single%20page%20application.png){height="" width="500"}

7. Click **Add**.
![tech config_add button.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_add%20button.png){height="" width="500"}

8. Enable the **Single Page Application** toggle.
![tech config_single page application toggle.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_single%20page%20application%20toggle.png){height="" width="500"}

9. Click **Save**.
![tech config_save.png](https://cdn.document360.io/a268766e-d74d-4619-9613-e2472f809ffb/Images/Documentation/tech%20config_save.png){height="" width="500"}

## Related

- [Bullhorn Integration](/bullhorn-integration.md)
