Prompting
Get better results from Ninox AI with practical prompting tips and examples.
Ninox 4 comes with a built in AI assistant. You can think of it as a helpful colleague who is very fast at reading, writing and explaining things. It also knows a lot about data, logic and language.
In the beginning, you use the Ninox AI assistant mainly for one thing: to create your first app from a description and refine that description until the app fits your needs.
What a prompt is in Ninox 4
A prompt is what you type into the Ninox AI assistant to describe the app you want to build.
You tell Ninox AI:
what kind of app you want,
for which use case or team,
and which data you want to track.
Ninox AI then turns this description into an initial data model:
tables,
fields in each table,
relationships between tables.
You stay in control. If you do not like the result, you refine your description and try again or adjust the data model manually.
Getting started: describe your first app
When you land on the blank app creation screen, you see the Ninox AI assistant panel with an input field like “Describe what you want to create”.

You can start with a short sentence. For example: "I want an app to manage customer projects and invoices."
This is enough for Ninox AI to create a basic structure, but you will get a better result if you add a bit more detail.
Examples of better and worse prompts
Seeing concrete examples is often the easiest way to learn prompting. In the following pairs you will find a short, vague prompt next to a more helpful version for the same task. You do not have to write long texts every time. A few extra words of context already make a big difference in the first version of your app. Notice how a little extra context, a clear goal and a hint about the outcome already help.
CRM example
⛔️ Less helpful
"Create CRM app."
Ninox AI has very little to work with:
It does not explain what kind of CRM you need.
It does not say who will use it or for which process.
It does not describe which data you want to store or report on.
✅ More helpful
"I need a simple CRM app to track B2B customers and sales opportunities. Create the main tables for this, including useful fields and relationships between them."
This more helpful prompt works better because:
It describes the use case: B2B customers and sales opportunities.
It defines the scope: a simple CRM app.
It tells Ninox AI to create tables, fields and relationships.
Projects example
⛔️ Less helpful
"Create an app for projects."
This is very general:
It does not say what “projects” means in your context.
It does not say which information you need for each project.
It does not show how projects relate to other data, such as customers or tasks.
✅ More helpful
"I want an app to manage customer projects for a small agency. Each project belongs to one customer and has a budget, start date, end date and status. Create tables for Customers, Projects and Tasks, with tasks linked to projects."
This more helpful prompt works better because:
It names the context: a small agency with customer projects.
It lists important fields for projects: budget, start date, end date and status.
It mentions relationships between tables: customers, projects and tasks.
Vacation planner example
⛔️ Less helpful
"Create holiday tracker."
Ninox AI has to guess many things:
It does not say whether you track people, requests or both.
It does not describe which dates and status values you need.
It does not explain how approvals should work.
✅ More helpful
"I need an app to manage employee vacation requests. Create tables for employees and vacation requests. Each vacation request should have an employee, start date, end date, status and approver."
This more helpful prompt works better because:
It defines the main tables: Employees and Vacation requests.
It lists key fields for each request: start date, end date, status and approver.
It shows how records are linked: each vacation request belongs to one employee.
General principles for good prompts
There is no perfect prompt, but a few simple principles help you get better first apps.
Iterating on your prompt
You rarely get the ideal app structure on the first try. It is normal to refine and try a few variants.
After Ninox AI has created a first data model:
look at the tables and fields it created,
note what is missing or not useful,
update your description and run it again.
Here are some useful follow up prompts you can use:
“Also include a table for quotes before they become invoices.”
“Add a field in the Projects table to track the current project manager.”
“Remove anything related to tasks. I only want customers and invoices for now.”
“Also track the payment method and due date for each invoice.”
You can extend your original description or write a short follow up like: "Update the app so that each invoice also stores the due date and payment method."
Ninox AI then updates the data model. You can repeat this until the structure feels right.
Last updated
Was this helpful?