> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/floating-server/floating-server-v1/deployment-methods/configuration.md).

# Configuration

{% embed url="<https://www.figma.com/embed?embed_host=archbee&url=https%3A%2F%2Fwww.figma.com%2Ffile%2FCW3McmTMAAwdWOez4NRcNg%2FConfiguration%3Ftype%3Dwhiteboard%26node-id%3D0%253A1%26t%3D5zJTLY4U4IYzcOp1-1>" %}

## Floating Server UI

Check out [**User Interface**](/floating-server/floating-server-v1/user-interface.md) to see how to configure a floating server using the UI.

## Configuration File

The Floating Server can also rely on a `config.yaml` file to define its operational settings. This file allows you to customize various aspects of the server, including database selection, API keys, and product licenses. For details, see [**Configuration File**](/floating-server/floating-server-v1/deployment-methods/configuration/configuration-file.md).


---

# 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:

```
GET https://docs.licensespring.com/floating-server/floating-server-v1/deployment-methods/configuration.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.
