Learn how to use the Getting Started Assistant to build your Xano workspace
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.
You can access the Getting Started Assistant every time you create a new workspace.
1
Choose what you'd like to do
Choosing your use case when creating a workspace
2
Invoking the Assistant
Click Create With AI to start the assistant
3
Tell the Assistant about your idea
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.
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.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.Switch between the Table view and the Spreadsheet view to see the schema, or sample records for each table created.