# Account Settings

Account Settings can be accessed by clicking on your hyperlinked e-mail address in the top right corner of the screen.

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

Once on the Account Settings page, you will be presented with the view below which will allow you to update/access the following items related to your account.

1. Personal Info
2. Password
3. Company Info
4. Delete Account
5. System Settings

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

## Personal Info

As shown below, a full name, phone number, and a brief user description can be entered and reviewed under the Personal Info section.

{% hint style="info" %}
Make sure to enter a phone number and check the box for "Enable Text Messages" if you wish to receive SMS alerts.
{% endhint %}

If needed or necessary, the description box can be filled with additional information pertinent to the user, operation, or program (job title, hours of operation, etc.). Once the information has been entered or changed, click the Update button to save the information.

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

## Update Password

You may need to update your password for security purposes and/or as needed. Enter a new password following the requirements (fine prints below the text box) and confirm it in the second text box. Click Update to save changes.

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

## Company Info

The company info has unique identifier that can be used to configure agents for camera streams.

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

## System Settings

As shown below, the account’s specific usage settings can be changed under the System Settings section. You can also generate an API Key to programmatically interact with the Rekor Scout™ backend. By selecting “Enable API authentication using Company ID” you can replace the API Key with the Company ID.

The following settings can also be changed:

* Session Expiry Time (seconds) – Designed for security purposes; the active session will end, and the user will be logged out upon the session time limit.
* Require Justification to Search – A brief description is required to be entered for each search.
* Refresh Password – Password will expire every 90 days and the previous 10 passwords cannot be used.
* One User per Session – Limits the session access to only one user per account.
* Enable MFA (Multi-Factor Authentication) – Providing enhanced security framework.
* Language – Allows the user to select the language of preferences.

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

## Delete Account

If you choose to delete your account, all the collected data will be lost. Once an account has been deleted it cannot be undone.

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


---

# 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.rekor.ai/scout/scout-dashboard/account-settings.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.
