# Form Elements

{% hint style="info" %}
Note: For native support of input fields and buttons, refer to [Symphony Elements](/bots/messages/overview-of-messageml/symphony-elements-1.md). The following is built for extension applications looking to implement their own button or input logic.
{% endhint %}

Using form element styles will make your apps look native to the users. Things like theming and performance optimization will be applied automatically:

```markup
<input type="text" class="tempo-input-standard" placeholder="Search" />
```

![](/files/-MIu6ckWkiIvis8kg7Rl)


---

# 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.developers.symphony.com/dev-tools/ui-style-guide/forms.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.
