# Getting started

Building an app with UI Bakery is easy and pretty straightforward. You can start building your internal app following the basic flow and make any other improvements to it later on.

{% hint style="success" %}
You can also try our [Custom App](https://docs.uibakery.io/build-from-scratch/custom-app) and [Custom components 2.0](https://docs.uibakery.io/concepts/custom-components-2.0) features and let the AI build the application or components you need quickly and easily.
{% endhint %}

Ready to dive in? Go ahead then:

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="getting-started/create-a-project">create-a-project</a></td><td><a href="getting-started/create-a-project">create-a-project</a></td></tr><tr><td><a href="getting-started/build-ui">build-ui</a></td><td></td></tr><tr><td><a href="getting-started/link-components">link-components</a></td><td></td></tr><tr><td><a href="getting-started/connect-a-data-source">connect-a-data-source</a></td><td></td></tr><tr><td><a href="getting-started/load-data">load-data</a></td><td></td></tr><tr><td><a href="getting-started/bind-data-to-ui">bind-data-to-ui</a></td><td></td></tr><tr><td><a href="getting-started/transform-data-with-javascript">transform-data-with-javascript</a></td><td></td></tr><tr><td><a href="getting-started/change-component-data">change-component-data</a></td><td></td></tr><tr><td><a href="getting-started/send-a-form">send-a-form</a></td><td></td></tr><tr><td><a href="getting-started/create-a-filter">create-a-filter</a></td><td></td></tr><tr><td><a href="getting-started/note-on-debugging">note-on-debugging</a></td><td></td></tr><tr><td><a href="getting-started/deploy-your-application-and-invite-users">deploy-your-application-and-invite-users</a></td><td></td></tr></tbody></table>

## Webinars

:tada: To explore our product further and find out more useful tips & tricks from our UI Bakery experts, be sure to subscribe to our [Youtube channel](https://www.youtube.com/channel/UCBzEgLANy2nbx52LTBsDfIw).

## Get help

If something is missing from our docs, feel free to ask our UI Bakery **AI assistant** or in our **Live Chat**, or contact us at <support@uibakery.io> 🤓 Our team is always willing to help.


---

# 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.uibakery.io/build-from-scratch/getting-started.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.
