# FAQ

<details>

<summary>How do I restore access to the server if I forgot my password?</summary>

If there is another user who is able to access the server via Workstation application, your password can be reset by this user, provided that they have appropriate permissions to do so. If there is no such user, you must login to the machine where the server runs on and reset your access using the command below:

```shell-session
$ flopsar-server users --reset <username> <server_home>
```

This operation will set the password to `flopsar` and also grant the specified user all the permissions.

</details>


---

# 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.flopsar.com/5.0/user-guide/faq.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.
