> For the complete documentation index, see [llms.txt](https://docs.luxartengineering.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luxartengineering.com/pro-laser-4/persistent-records-and-tablet/font-awesome-icon-configuration.md).

# Font Awesome Icon Configuration

### What is Font Awesome?

Font Awesome is a web font and icon provider which allows developers to easily implement intuitive icons into their website.

### Why would I want to proceed with this configuration?

To restore the Lidar Records Tablet icons. Font Awesome offers both paid and free plans. However, free plans are limited by the number of page views and since this is a free resource I will not be paying for page views beyond what the free plan offers.&#x20;

This can result in icons disappearing as my plan's page views exceed the limit. The following steps will help you configure ProLaser4 to use your own account which will reduce the odds of this occurring and help you fix the issue should it occur in the future.

### How to configure Font Awesome & Pro Laser 4

1. Create an account on Font Awesome: <https://fontawesome.com/start>
2. Navigate to "Your Kits": <https://fontawesome.com/kits>
3. Click "Create Your First Kit": <https://fontawesome.com/kits/new>
4. Select the "Free Styles" icon kits.\
   ![](/files/q0mg8t1vjCnFQ8pV6zBT)
5. Select Next.
6. Select "Hosted by Us".
7. You do not need to provide a domain, select Next.
8. Enter a name for the kit.
9. Select "Make My Kit".
10. Copy the unique kit token provided on the next page. \
    ![](/files/qj9J1jhkDT0O9YfmQz1W)
11. Open `ProLaser4\UI\html\index.html`
12. Paste the unique code overriding the default on line 13.\
    ![](/files/jWmcCnj5I627jm6DraSS)
13. Restart ProLaser4.

\
After following these steps you should have icons in your Lidar Records Tablet, you may need to refresh this token based on how large your server is, and how many "page views" your server uses.<br>


---

# 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.luxartengineering.com/pro-laser-4/persistent-records-and-tablet/font-awesome-icon-configuration.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.
