# App FAQ's

### Address Bar / URL bar appears in my App

This happens when you do not upload the accesslinks file in the .well-known folder. Please see step 1 in this video : <https://youtu.be/8QkRH3yE6Hg?t=80>

### H5P icons not appearing

Add following CSS in customizer - Custom CSS

```
@font-face{
    font-family:'H5PFontAwesome4';
    src:url("https://langcom.online/wp-content/uploads/h5p//libraries/FontAwesome-4.5/fontawesome-webfont.woff");
}
```

Also add this link : <https://yoursite.com/wp-content/uploads/h5p//libraries/FontAwesome-4.5/fontawesome-webfont.woff>

in WP Admin - Vibebp - Settings - Service Worker - Precache resources. While saving make sure you regenerate service worker with an updated version.

IF above does not work, another alternate is to edit the H5P plugin and add the font definition. This can be done via cpanel or FTP. Refer following screenshot for reference.

![](/files/-MeJP6EOCeGOAD_pJ9t-)


---

# 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://docs.wplms.io/faqs-1/app-faqs.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.
