# 5.5 Exploring Further: What to Learn Next

By now you should have been able to see how a BetterForms site can interact with your FileMaker solution. Where you go from here depends on the type of app you're building. Browse the [Common Customizations](https://github.com/DelfsEngineering/fm-betterforms/blob/master/getting-started/ide-quick-tour/4.-common-customizations-and-expanding-your-app) section for additional tips as you're getting started, in addition to the resources listed here on this page:

## Using the Examples

The BetterForms interface comes with a host of example pages that can be helpful to understand how certain elements work, or can be used as a great starting template for your own pages.

You can navigate to the [examples](https://app.fmbetterforms.com/#/examples) in the sidebar of the [BetterForms IDE](https://app.fmbetterforms.com/#/examples). The pages listed here will function just like your own pages except that you cannot edit them. If you want to use an example in your own app, simply duplicate it from the editor page and it will appear among your forms.

## Using Snippets

The most common JSON objects that you will need are stored in the snippets section to the left of the **Schema Editor**. Click the button on the snippet to copy it to your clipboard and paste it in

## Using the Community

BetterForms has a great Slack group where you can ask questions, find answers, and connect with other developers using BetterForms. If you're not already a member, request an invite after logging into the dashboard of the [BetterForms IDE](https://app.fmbetterforms.com/#/).

## Using the Forum

The Klai Studio forum holds many answers to common questions. [Create an account](https://forum.fmbetterforms.com/) for free and help contribute.


---

# 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/environment/next-steps.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.
