# 1. Setting Up Your Foundation

This initial part of the guide is essential for laying the groundwork to connect your FileMaker solutions with BetterForms. By completing these steps, you'll establish the core communication channel between your FileMaker Server and the BetterForms Integrated Development Environment (IDE).

**Key Goals for this Section:**

* Ensure your FileMaker Server is correctly configured to allow Data API access.
* Integrate the BetterForms Helper file into your target FileMaker solution.
* Register and validate your FileMaker Server within the BetterForms IDE.

Successfully completing this foundation work is the first step towards building dynamic web applications powered by your FileMaker data.

The articles below will guide you through each setup process:


---

# 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/getting-started/ide-quick-tour/setup.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.
