# 2. Add your Server to BetterForms

In the [BetterForms IDE](https://app.fmbetterforms.com/#/servers), select the Servers tab and follow the instructions to add your FileMaker server.

All that's needed here is the IP address or domain name of your FileMaker server (credentials are entered later). Enter a friendly name to be referenced throughout the BetterForms interface.

Once your server is created, click the **Test Connection** button to ensure that the XML gateway is properly enabled on your server. You shoud see the helper file and your business file listed in the results.

## Troubleshooting this step

For FileMaker Server 17, the XML gateway must be enabled from the command line. See [this guide](http://docs.360works.com/index.php/Enable_XML_FileMaker_17) for instructions on that configuration.

If you have strict firewall settings protecting your FileMaker server, see [this page](/v1/security/security.md).


---

# 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.klai.studio/v1/getting-started/integration/2.-add-a-server.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.
