> For the complete documentation index, see [llms.txt](https://docs.flopsar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flopsar.com/4.0/workstation.md).

# Workstation

## Accessing Flopsar Environment

When you start the workstation, a login window should appear.

![Login Window](/files/-MTV8CZJXq99zAwPb96V)

You must fill out the login form to log in. The required fields are:

* **CONNECTION ID**

  User-defined connection identifier.
* **SERVER ADDRESS**

  Server socket address in the form `host:port`. If you use a default value `9443` for the port, then you can specify only an IP address in this field. The port will be added automatically.
* **USERNAME**

  A username.
* **PASSWORD**

  User's password.

If you run the workstation for the first time, the **CONNECTION ID** combo box is empty.&#x20;

{% hint style="success" %}
Default credentials are: the username is **admin** and the password is **flopsar**.
{% endhint %}

## Settings

The workstation stores its settings locally, on the machine it runs on. It makes use of [Java Preferences API](http://docs.oracle.com/javase/7/docs/technotes/guides/preferences/) to store its configuration. The physical location of the settings depends on the platform the workstation runs on. When you exit the application, it stores its current settings.

### General

![General Settings](/files/-MTWTsjTwUtizJ-PcwyA)

By default, all the workstation logs are stored in a user home directory. This can be changed in the preferences window above, where you can set both the logger level and the location of the logs.&#x20;

You can also check if there is a new Flopsar version available. In order to check it, just press the **Check now** button. If you select **Check automatically**, then whenever you start the workstation, it will check for updates automatically.

### Connections

Your server connection information is also stored in the settings. You can either edit or delete these connections in the preferences window below.&#x20;

![Connections List](/files/-MTWU_-1gEHvlmJqXSdl)

### Permissions

This view presents a list of all granted [permissions](/4.0/administrator-guide/workstation.md#permissions).&#x20;

![Granted Permissions](/files/-MToop77ZF2n0xx5WU5X)


---

# 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.flopsar.com/4.0/workstation.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.
