# UI Bakery AI

UI Bakery AI combines a pre-configured data source with a variety of AI models and actions for performing standard AI tasks, such as text generation, data extraction, and more, right out of the box.

## Data source configuration

UI Bakery AI can be accessed through the **Data sources** page. By default, it's set up to use the Open AI API Key hosted by UI Bakery, ideal for testing and a quick start with AI actions.

{% hint style="info" %}
UI Bakery's hosted key comes with usage limitations.
{% endhint %}

Before moving to Production, we recommend you configure your own *custom Open AI API Key*. You simply need to update the data source settings by selecting the **Open AI API Key** option and pasting your own key.

<figure><img src="/files/iVnKvHKj5i7vDKAUah6Y" alt=""><figcaption></figcaption></figure>

## Usage

You can use [AI Actions](/reference/working-with-actions/ai-action.md) with the UI Bakery AI data source.


---

# 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/reference/data-sources/ui-bakery-ai.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.
