# Improved UX with Skeleton Loaders

### What are Skeleton Loaders?

Skeleton-based loaders, which display a visual placeholder representing the content's structure while it loads, significantly improve user experience by reducing perceived wait times and providing a sense of ongoing progress. They make the loading process feel faster and more engaging than a blank screen or a generic spinner.&#x20;

<figure><img src="/files/Cfyif2foBGZpyjnw5r0C" alt=""><figcaption></figcaption></figure>

### What it means for you

1. **Reduce Perceived Load Time:**

By showing a placeholder that mimics the content's layout, skeleton loaders create the illusion that the page is loading faster, even if the actual loading time remains the same.&#x20;

2. **Provide Visual Feedback:**

Instead of a blank screen, skeleton loaders offer visual cues about the content's structure and placement, helping users understand what's coming and reducing cognitive load.&#x20;

3. **Maintain User Engagement:**

By keeping users engaged with a visual representation of the loading content, skeleton loaders prevent them from abandoning the page due to perceived inactivity.&#x20;

4. **Improve Accessibility:**

Skeleton loaders can be designed to be accessible to users with disabilities, ensuring a more inclusive loading experience.&#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://support.storefront.co.za/release-notes/enhancements/2025-enhancements/july-2025-enhancements/improved-ux-with-skeleton-loaders.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.
