> For the complete documentation index, see [llms.txt](https://help.tacinsight.com/fast-weigh-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tacinsight.com/fast-weigh-knowledge-base/faqs-and-best-practices/best-practices/security-and-administration.md).

# Security and Administration

## User Accounts

### Web Portal Admin Accounts

It is best practice to assign at least two users to have Admin permissions. Having at least one alternate admin available for password changes or account locks and unlocks as well as pricing adjustments and updates, is beneficial should the primary admin account become compromised or if the user is unavailable.

***

{% tabs %}
{% tab title="New Scale App" %}

### Scale App (New)

In the new scale app, the server settings menu is determined by the user roles and permissions in the Web Portal. Appropriately setting user roles will avoid accidental changes to the server settings within the new app.

<figure><img src="/files/0sLVP7y1d2AZ0F1E1PcX" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Legacy Scale App" %}

### Scale App (Legacy)

In the Fast-Weigh Desktop Ticketing application, locking the settings can prevent unwanted and/or accidental changes from users and drivers at your locations. This can be done through the Settings menu, just below the ID and PIN fields. Once enabled, users will be prompted to enter the location PIN to access the Settings menu.

<figure><img src="/files/PObEr7Qf7fLS4WEN5clc" alt="" width="236"><figcaption></figcaption></figure>

<figure><img src="/files/XPl9ieNzVOvELs4n9VXr" alt="" width="501"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

***


---

# 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://help.tacinsight.com/fast-weigh-knowledge-base/faqs-and-best-practices/best-practices/security-and-administration.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.
