> For the complete documentation index, see [llms.txt](https://1spatial.gitbook.io/fme-form-beginner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1spatial.gitbook.io/fme-form-beginner/transformer-usage/locating-transformers/ai-assist.md).

# AI Assist

The AI Assist that comes with FME Form is an excellent way to get advice on what options are available for your specific needs.

The AI Assist window can be toggled via the related button on the toolbar:

<figure><img src="/files/jX2LtHh04BkZra0oG8eo" alt=""><figcaption></figcaption></figure>

And logging in with an FME account.

{% hint style="info" %}
**NOTE**

*If attending the 1Spatial delivered training, an FME Account will already be enabled as part of the virtual machine!*
{% endhint %}

Once enabled, you can simply ask your questions and get an informed response, specific to the FME environment:

<figure><img src="/files/bJ92rcY4xubBoh2xlHs8" alt=""><figcaption></figcaption></figure>

## Workspace Context

The AI Assist uses context from the workspace by default to give answers that are accurate to your specific use case. This means that when you ask a question, it reviews your canvas and includes that information into the provided solution.

Workspace context can be limited for any prompt, by selecting the specific objects that you want the AI Assist to be aware of:

<figure><img src="/files/Y5DfWZwkAZbc7yovAHS4" alt=""><figcaption></figcaption></figure>

Additionally, workspace context can be turned off entirely, through the settings button to the left of the input field:

<figure><img src="/files/1OM3HQXQBQdWHb92QAEW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**NOTE**

*Safe Software have several informational pages and documents online, including the* [*AI Assist Whitepaper*](https://cdn.safe.com/wp-content/uploads/sites/2/2025/11/26092339/AI_Assist_Whitepaper_1_3.pdf)*.*

*These are useful for understanding the services compliance with your own organisational policies, security concerns, data retention and how to disable the service, if preferred.*
{% endhint %}


---

# 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://1spatial.gitbook.io/fme-form-beginner/transformer-usage/locating-transformers/ai-assist.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.
