# Nola - AI Assistant

Nola is your intelligent AI assistant designed to help you build and customize your Noloco apps with ease. Think of Nola as your expert sidekick—ready to help you add [tables](/data/collections.md), generate data, create [relationships](/data/collections/relationships.md), customize your interface, build [workflows](/workflows/workflows.md), and even [publish](/settings/publishing.md) your app.

{% hint style="info" %}
**Nola is currently in Beta** and is available for free on all standard plans (Free, Starter, Pro, and Business). Free plan users may experience daily message limits during the beta period.
{% endhint %}

## What is Nola?

Nola is an AI-powered assistant that understands the Noloco platform inside and out. Instead of manually clicking through menus and configuring settings, you can simply tell Nola what you want to accomplish, and she'll help you get it done.

Whether you're:

* Setting up your first app
* Adding complex data relationships
* Building automated workflows
* Customizing your app's interface
* Or preparing to publish

Nola can guide you through the process or even do the work for you.

## Who can use Nola?

Nola is available to users on the following plans:

* **Free** (with potential daily message limits during beta)
* **Starter**
* **Pro**
* **Business**

{% hint style="warning" %}
Nola is **not available** on some legacy plans. If you're on a legacy plan and want access to Nola, consider upgrading to one of our current plans.
{% endhint %}

## Why use Nola?

### Save Time

Instead of searching through documentation or figuring out where settings are located, simply ask Nola. She can perform tasks in seconds that might otherwise take minutes of clicking and configuring.

### Learn as You Build

Nola doesn't just do the work—she helps you understand what's happening. Use Nola to learn Noloco's features while building your app.

### Get Unstuck

Hit a roadblock? Not sure how to implement a specific feature? Nola can suggest solutions and walk you through implementation.

### Build Faster

From generating sample data to creating complex [workflows](/workflows/workflows.md), Nola accelerates every stage of your app development process.

## Getting Started

Ready to start working with Nola? Check out these guides to learn more:

{% content-ref url="/pages/0XtlO9qufGMLCf5IYpLT" %}
[Getting Started with Nola](/nola/getting-started-with-nola.md)
{% endcontent-ref %}

{% content-ref url="/pages/OZcYeVgozL69b8jLqLgq" %}
[What Nola Can Do](/nola/what-nola-can-do.md)
{% endcontent-ref %}

{% content-ref url="/pages/0647kJQ2WZkWSoFTDaXF" %}
[Tips and Best Practices](/nola/tips-and-best-practices.md)
{% endcontent-ref %}

{% content-ref url="/pages/RXyFKKJ9bomokW83O78u" %}
[Nola FAQ](/nola/nola-faq.md)
{% endcontent-ref %}

## Video Overview

{% embed url="<https://www.youtube.com/watch?v=X50mXE9-ewg>" %}
Watch this quick introduction to Nola
{% endembed %}

{% hint style="success" %}
**Pro Tip**: The more specific you are with your requests to Nola, the better results you'll get. Instead of "add a table," try "create a Projects table with fields for name, description, due date, status, and assigned team member."
{% endhint %}


---

# 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://guides.noloco.io/nola.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.
