> For the complete documentation index, see [llms.txt](https://docs.movebot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movebot.io/platform-guides/windows-fileservers.md).

# Windows Fileservers

- [Server Requirements](https://docs.movebot.io/platform-guides/windows-fileservers/server-requirements.md): Learn about requirements for connecting Movebot to file servers.
- [Proxy Configuration](https://docs.movebot.io/platform-guides/windows-fileservers/proxy-configuration.md): Learn about working with proxy configuration for file servers.
- [Non-GUI Environments](https://docs.movebot.io/platform-guides/windows-fileservers/non-gui-environments.md): Learn about connecting the Movebot agent in a Non-GUI enivronment
- [Running the Movebot Agent as a Service](https://docs.movebot.io/platform-guides/windows-fileservers/running-the-movebot-agent-as-a-service.md): Learn how to run the Movebot Agent as a Service for file server transfers.
- [Logging and Debugging](https://docs.movebot.io/platform-guides/windows-fileservers/logging-and-debugging.md): Learn about logging and debugging with regards to Windows file servers.
- [Windows 2012 R2 Guide](https://docs.movebot.io/platform-guides/windows-fileservers/windows-2012-r2-guide.md): Learn how to setup the windows agent on Windows 2012 R2.
- [Windows 2008 R2 Guide](https://docs.movebot.io/platform-guides/windows-fileservers/windows-2008-r2-guide.md): Learn how to setup the windows agent on Windows 2008 R2.


---

# 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.movebot.io/platform-guides/windows-fileservers.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.
