Documentation Index
Fetch the complete documentation index at: https://docs.gainable.dev/llms.txt
Use this file to discover all available pages before exploring further.
The art of prompting
Gainable understands natural language, but how you describe things affects what you get. This guide will help you write prompts that produce exactly what you want.The golden rule
Be specific about your data, clear about relationships, and explicit about features.The more specific your prompt, the more accurate your app.
5 key principles
1. Name your fields explicitly
Tell Gainable exactly what data you want to track.2. Describe relationships
If data is connected, say how.- “X belongs to Y” - Each X is linked to one Y
- “X has many Y” - One X can have multiple Y items
- “X and Y are linked” - They reference each other
3. Describe the user journey
Explain how people will use the app.4. Request features by name
Use specific feature names when you know what you want.| Instead of… | Say… |
|---|---|
| ”Show the data graphically" | "Add a pie chart showing deals by status" |
| "Make it organized" | "Add a kanban board with columns" |
| "Let people talk" | "Add a team chat" |
| "Make it sortable" | "Let me drag to reorder items” |
5. Iterate incrementally
Build your app step by step instead of all at once.Prompt structure
A well-structured prompt typically has 3 parts:1. What you’re building (the entity)
2. What data it stores (the fields)
3. What you can do with it (the features)
Complete example
Here’s a well-structured prompt that combines all principles:What to avoid
| Don’t | Do instead |
|---|---|
| ”Make me a CRM" | "Track deals with company, amount, status, and close date" |
| "Add some charts" | "Add a pie chart showing deals by status" |
| "Make it pretty" | "Use the cupcake theme" |
| "Like Salesforce” | Describe the specific features you need |
| Everything in one prompt | Build incrementally |
Learn more
Best practices
Detailed dos and don’ts
Examples
Real prompts you can copy
Common patterns
Templates for common app types