# Hello world

{% hint style="info" %}
We're about to add much more content to this guide. Stay tuned!

Until we have more content in place here, it might be a good idea to review the source code of the [dummy app](https://dummy.matestack.io), which can be found here: <https://github.com/matestack/matestack-ui-bootstrap/tree/main/spec/dummy>

That should already give you a good idea how to use `matestack-ui-bootstrap`
{% endhint %}

## Usage

Create Matestack layouts, pages and components as described in the docs of `matestack-ui-core` and `matestack-ui-vuejs` and utilize the components described in the following docs sections in order to create your UI.


---

# 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.matestack.io/matestack-ui-bootstrap/getting-started/hello-world.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.
