# Form Components

- [product-search](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/product-search.md): Autocomplete product search with real-time results.
- [customer-search](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/customer-search.md): Customer lookup with autocomplete.
- [file-dropper](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/file-dropper.md): Drag-and-drop file upload component.
- [mail-recipient-field](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/mail-recipient-field.md): Email recipient input with validation.
- [multi-select](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/multi-select.md): Multiple selection dropdown.
- [single-select](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/single-select.md): Single selection dropdown.
- [price-field](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/price-field.md): Currency-formatted price input.
- [quantity-field](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/quantity-field.md): Numeric quantity input with +/- buttons.
- [text-editor](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/text-editor.md): Rich text editor (WYSIWYG).
- [translatable-field-info](https://docs.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components/translatable-field-info.md): Multi-language field indicator.


---

# 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.b2b-sellers.com/b2b-platform/developer-guide/b2bsellers-core-plugin/vue.js-b2b-platform/form-components.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.
