> 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/quick-add.md).

# Quick Add

The Quick Add function in FME Form offers a rapid solution (compared to the Transformer Gallery) for locating and adding transformers to the Canvas, especially when you know what you are looking for.

To get started with the Quick Add, all you need to do is start typing your search expression and it will automatically appear:

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

## Quick Add Search

The trick to using the Quick Add effectively is to use refined search terms.

Just like the Transformer Gallery, the Quick Add searches on transformer names and descriptions:

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

Refining your search terms to use as little keystrokes as possible to return the correct transformer is key to being an efficient user of the Quick Add tool.

Typing out the word **Attribute** when searching for an transformers that belong to the category is going to return an enormous list, that you will need to scroll through to find the correct choice.

Recognising sub-strings that return refined lists will greatly speed up your FME development. Why search for the AttributeManager when you can search for **Mana** (for example):

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

### Sort Order

The Quick Add has options to control the sort order of transformers that match your search query, located in the top right of the pop up:

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

Using these options allow results to be sorted by:

* **Relevance** - What is deemed as the most suitable, given the search expression.
* **Alphabetically** - Simply from A to Z.
* **Popularity** - Using the rank each transformer is assigned from users that opt into sending anonymous statistics to Safe Software. Extremely useful if you want to see what other authors are using the most!

### Title Case

The Quick Add tool also allows the use of Title Case initials as a shortcut for transformer names, to form an acronym as the search term.

By retaining the first letter of each word in the transformer name, you can save a lot of time searching for transformer with longer names:

<figure><img src="/files/2T5FwjNl6tO6njFMznQh" alt=""><figcaption></figcaption></figure>


---

# 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/quick-add.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.
