# User Interface

The Floating Server UI provides a user-friendly interface for interacting with the Floating Server. It offers several pages for managing various aspects of the server, each explained in more detail within the corresponding subpages.

The home page of the Floating Server includes navigation to all these sections and can be accessed via the URL <http://localhost:8080/> after starting the server.

![Floating Server Home Page](/files/74f72fcc14263ca4a748c99100ef5342d509d607)


---

# 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.licensespring.com/floating-server/floating-server-v1/user-interface.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.
