Skip to main content
The Getting Started Assistant is a tool that helps you build your Xano workspace by generating a database, tables, user authentication, and even basic API endpoints that you can use right away. With just a prompt, you can go from idea to a fully functional CRUD backend in just minutes.

Using the Assistant

You can access the Getting Started Assistant every time you create a new workspace.
1

Choose what you'd like to do

getting-started-assistant-20251010-153743

Choosing your use case when creating a workspace

2

Invoking the Assistant

getting-started-assistant-20251010-153839

Click **Create With AI** to start the assistant

3

Tell the Assistant about your idea

getting-started-assistant-20251010-154003

Tell the Assistant about your idea and click **Generate Database**

4

Review and Iterate

Once the assistant has taken a first pass at your idea, you can continue to converse with it to iterate and expand, or correct missteps.
getting-started-assistant-20251010-154141

Conversing with the Assistant

You can start over at any time by clicking the Start Over button at the bottom-right, next to the Create button. Create will finalize the new database. getting-started-assistant-20251010-154306 Tables will by default be created with a sequential ID (1, 2, 3, etc…) but you can change this to a UUID by using the selector to the right of the chat box. getting-started-assistant-20251010-154319 Switch between the Table view and the Spreadsheet view to see the schema, or sample records for each table created. getting-started-assistant-20251010-154352

What’s next?

I