# Creating UI

Creating user inteface is the most imporant part of any UI framework, and Bolt keeps a middleground between being functional in nature and also retaining the properties of traditional UI methods, such as JSX or HTML

Since Bolt does not uses any of those as mentioned, you need to be able to translate your ideas into UI components, and then only will you be able to create the UI you desire.

Learn about components, which are the building blocks of the framework in next page


---

# 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://creatorlabs.gitbook.io/boltui-docs-preview/understanding-bolt/creating-ui.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.
