Skip to main content
All posts
Dietitian

How does a dietitian / nutrition consultant train the inTusell AI? A step-by-step guide

Dietitian AI training in 5 steps: knowledge base, first-consultation appointments, persona, nutrition-bounded response rules and past consultations. No code required.

inTusell team
Author
June 5, 20269 min read

A dietitian's or nutrition consultant's inbox is always full of the same questions: "How much is a session?", "Do you do online consultations?", "How many sessions does it take?", "Do you provide a diet plan?", "Should I come to the first consultation fasting, should I bring lab results?". Weight management, sports nutrition, pregnancy nutrition or clinical diet — it makes no difference; the same twenty questions repeat a hundred times a day. While you are in a client session, dozens of "price?" comments pile up under the recipe you just shared on Instagram. At 11 p.m. a prospect writes "how does online follow-up work" and waits until morning for an answer. Every consultation request you answer late goes to another consultant.

inTusell takes over this load. To do so, it first has to learn your practice, your service structure and your working calendar. This article explains step by step how a dietitian or nutrition consultant trains the inTusell AI from scratch. It is the dietitian chapter of our sector-by-sector "how to train your AI" series, and it is the cornerstone article of the series.

Quick answer

Özet

A dietitian trains inTusell from the panel in 5 steps: service and package knowledge base, first-consultation and follow-up appointment types, persona and tone, response rules and nutrition boundaries, and past consultations. Then you correct it via label review and open the channels. The AI uses only the information you upload. It does not give diet plans, does not give personalized nutrition advice, and does not invent prices it is unsure of. It leaves medical and nutrition counseling to you.

Why does training matter?

inTusell is not a ready-made chatbot. It is a fully autonomous AI assistant that behaves like an experienced client coordinator. A good coordinator cannot start on day one without knowing your practice either. They need to know which services you offer, your appointment structure, and which question to leave to the dietitian. Training makes the AI do two things right: give the correct information (services, packages, preparation instructions, working hours) and stop at the correct boundary (leave nutrition and medical counseling to you, promise no outcomes).

An untrained assistant either gives overly generic answers or guesses about a topic it does not know. In nutrition, guessing is risky. A wrong preparation instruction wastes the first consultation, and a boundary-crossing line like "with this diet you'll lose 8 kilos in a month" misleads the client and shakes your credibility. On top of that, the AI does not have the client's lab results, chronic illness or medication, so personalized nutrition recommendations would not be appropriate from it. A well-trained assistant stops when it does not know and refers the client to you.

Who is it for?

This guide is for nutrition professionals whose inboxes are swamped with consultation requests and price/program questions, who answer the same questions over and over:

  • Independent dietitians and nutrition consultants
  • Weight management, clinical nutrition and metabolic counseling practices
  • Those providing sports nutrition and performance counseling
  • Those working in pregnancy, child and special-group nutrition
  • Experts who work mainly with online (remote) follow-up and take clients from several cities
  • Teams that get dozens of consultation and price questions a day on Instagram and WhatsApp

You do not need a technical team. You complete every step below from sections in the panel, without writing code.

The structure of training: 5 core steps + 2 continuous steps

Splitting the training into two groups makes your job easier. The first 5 core steps make the assistant operational; you do them once. The 2 continuous steps that follow — label review and opening channels — are the ongoing part you keep sharpening as you use the assistant. Here they all are, in order.

1. Upload the service and package knowledge base

The foundation of training is the knowledge base (RAG). In the panel's Knowledge Base section, you upload all the written information about your practice. Every time the AI produces a response, it searches these sources automatically and uses only the information written here. For a dietitian, that means exactly your services, your packages and how you work.

Supported source types:

Source typeTypical contentExample
Excel / CSVService list, packages, session/follow-up durations"Services and packages.xlsx"
PDFHow you work, online follow-up flow, pre-information"Before the first consultation.pdf"
Web URLFAQ and service pages on your site"/frequently-asked-questions"
Free textIndividual frequently asked questions"What should I bring to the first consultation?"

Every file you upload is chunked automatically and made searchable with pgvector. Upload a "how online follow-up works" document, and when a prospect asks "How is the program sent in a remote consultation?", the AI finds the right paragraph and responds.

The must-haves for a dietitian: service and package descriptions (first consultation, follow-up, online follow-up, package durations), how you work and the follow-up flow, first-consultation preparation (lab results, measurements, coming fasting and so on), your online consultation, payment and communication policy, working hours, and the most frequently asked questions. One important boundary: the knowledge base is not for personalized diet or medical content. The AI uses what you put here to answer "what do you offer, how do you work, how do I prepare" questions. It leaves questions like "I have insulin resistance, what should I eat?" to you.

2. Set up first-consultation and follow-up appointments

The knowledge base explains what you offer; the appointment system lets the assistant give a prospect a real time slot. For a dietitian, the most valuable use of this is the first consultation and the follow-up or check-in session — the first step that turns a prospect into a client. In the panel you define three things:

DefinitionContentExample
Appointment typesService + duration (+ buffer if any)"First Consultation 45 min", "Follow-up 20 min", "Online Consultation 30 min"
Working hoursOpening/closing for each day of the weekMon–Fri 09:00–18:00, Sat 10:00–14:00
ExceptionsHolidays, public holidays, closed days"Public holiday — closed"

Once these three are defined, the AI no longer offers times out of thin air. It suggests a first consultation or follow-up based on your working hours and booked slots, and the system prevents two appointments at the same time (double-booking) — which matters especially in a single-person practice. If Google Calendar is connected, each new appointment is also copied one-way to your appointment calendar. The prospect can reschedule or cancel their consultation themselves through the /manage-appointment/{token} link sent to them, which reduces last-minute empty slots.

Automatic reminders come into play here too. A reminder sent one day before and two hours before the consultation lowers the no-show rate — a wasted session is dietitians' most common complaint. The same structure covers follow-up sessions: a reminder goes out to a client who forgot their next follow-up consultation, so the program does not fall by the wayside. A separate article gathers every detail of the appointment and program tracking engine — durations, conflict prevention, reminders, no-show reduction and calendar sync: dietitian appointment and program tracking automation. You can also see the service and appointment capabilities on the solutions page and the dietitian solution page.

3. Set the persona and tone

In the first two steps you taught the AI what to say. Now you decide how it says it. There are two settings in the panel:

  • Assistant name (ai_persona_name): the name it uses to introduce itself to the prospect. Most professionals choose a warm but professional, reassuring name that fits their practice.
  • Tone (ai_tone): the typical tone for a dietitian is warm, calm and non-judgmental — welcoming language that works out the client's goal (weight, health, performance, managing a clinical picture) and moves them toward a first consultation without pressure. Because nutrition is a sensitive subject, sales pressure is kept low and emoji use is limited. You can adjust the tone to your own practice culture.

A note on languages: the AI replies in whatever language the prospect writes in. You do nothing extra for clients living abroad who want online follow-up and write in English, German or Arabic. The assistant detects the language automatically and replies in it while keeping your tone — so a prospect who would otherwise slip away comes straight back to a first consultation.

4. Define the response rules and nutrition boundaries

The persona defines who the assistant is; the response rules define how it behaves. For a dietitian, this step does two jobs at once: it passes on your working discipline and draws the line where the AI should stop and hand off to you. With the AI Manager Chat, you add rules by writing in plain English, just as you would brief a teammate.

Typical rules for dietitians:

  • "Before suggesting a consultation, find out the person's goal and which days work for them, then offer the appropriate service and a first consultation."
  • "Don't commit to an exact session fee yourself; explain the service and point them toward a first consultation." (You can change this to match your practice policy.)
  • "Do not state a service, package or way-of-working detail you are unsure of; say you will ask the dietitian and hand off."
  • "Do not give a personalized diet plan, do not give nutrition advice such as 'eat this, cut that'; do not comment on medical topics like illness, medication, pregnancy or lab interpretation, and refer to the dietitian."

The most common mistake in nutrition is an AI stating information it does not have as if it were correct — a recommendation given without seeing the client's lab results, say, or a promise like "this diet is a perfect fit for your condition". inTusell runs two layers against this. The real control comes first: a system instruction constrains the AI from the outset to use only the information in the knowledge base, give no personalized nutrition counseling, and hand off when unsure. The second layer is a guardrail layer that scans responses and flags risky phrases such as "guaranteed weight loss," "certain results" or "guaranteed cure". It runs in shadow mode by default, so it does not hard-block the response; it detects and flags it. The real safeguard, then, is the constraint that stops the AI from producing nutrition advice or exaggerated promises in the first place.

If you want to compare two different approaches, use the A/B testing feature. You can put a more informative closing next to one that invites a first consultation more directly, at 50/50 traffic, and measure which one converts to more consultations.

5. Teach from past consultations

This is the step that takes training from good to specific to your practice. In the panel you upload audio recordings (MP3, MP4, WAV, M4A) of your past client consultations and mark each one Won or Lost — did the prospect come to the first consultation and start a package, or did you lose them?

The system uses these recordings in two ways:

Recording typeWhat the AI learns
Won consultationsClient coordination: asking the right question, moving someone who says "I'll check the price and get back to you" toward a first consultation, addressing hesitation
All consultationsService, package and way-of-working information (fed into RAG)

From these, the AI learns how your best welcome picks up on the prospect's goal, how it moves someone saying "let me think about it" toward a first consultation, and how it handles the "can I trust online" hesitation. The KVKK side is protected: uploaded recordings get PII (personal data) masking and explicit consent. When sensitive health-related expressions come up, the AI does not turn them into medical interpretation; they serve to teach your coordination style, not as information.

This step is not mandatory, but don't skip it. The knowledge base teaches the AI what it knows; past consultations teach it how you coordinate. Put the two together and the assistant really does resemble an experienced client coordinator.

One note: inTusell has no managed waiting list for keeping lost prospects warm. Instead, CRM and proactive follow-up let you make a fresh offer when a new consultation slot or a suitable program period opens up — to suitable WhatsApp prospects who showed interest before and have given communication consent. In other words, you build the "fill the freed-up slot with the next person" logic by reaching out again to prospects who allowed it.

6. Correct via label review (continuous step)

The first five steps make the AI operational. What follows is the continuous part that perfects it over time. Every AI response drops into a label review queue, where you can do three things: approve, reject or correct.

The AI learns from these corrections. Say it described a package's scope incompletely, or got the online follow-up flow wrong. You correct it, and from then on it uses the right phrasing in similar situations. Over time, patterns specific to your practice accumulate: the package names you use, the way you describe the first consultation, your style of steering people toward one.

We recommend spending 10–15 minutes a day in this queue for the first two weeks. The correction rate drops rapidly during that period, because the AI learns the common mistakes. Review is the live part of training: the system gets smarter as you use it.

7. Open the channels (continuous step)

When training is ready, you put the assistant in front of prospects. inTusell brings every channel together in a single inbox: Instagram DM, Instagram comments, WhatsApp, Facebook Messenger, Telegram, web chat and email.

How you open each channel:

  • Meta channels (Instagram, Messenger): connected with one-click OAuth.
  • WhatsApp: connected in about 1 minute by scanning a QR code from your phone — no Meta Business approval required. The official Cloud API option is also available.

Dietitians usually open WhatsApp and Instagram DM first, because that is where the questions under recipe posts, informational posts and stories flow. Instagram comment automation is rolled out gradually depending on Meta approval, and the DM gate (instagram_dm_enabled) is separate from the comment gate (instagram_comments_enabled). So you can automate DMs first, keep the comments under your posts manual, and bring the comment side into play once the comment gate opens for you.

Handing off to a human has three working modes: ai_only (the AI answers everything), human_only (everything goes to you) and hybrid (the AI normally answers and escalates to you when needed). Most professionals start with hybrid. The AI handles the consultation and information traffic, while conversations that involve illness, medication or personalized nutrition go to the dietitian. One note: a client sending a file, a lab image, audio or video is not on its own a reason to hand off to you. The AI handles the content appropriately and hands off only when the case needs medical interpretation or a personalized recommendation. For the details of Instagram and WhatsApp automation, read Instagram and WhatsApp automation for dietitians.

How long does training take?

A working setup takes half a day:

  1. Uploading services and packages to the knowledge base: 1–2 hours (shorter if your Excel list is ready)
  2. First-consultation and follow-up appointment types and working hours: 20–30 minutes
  3. Persona, tone and first response rules: 30 minutes
  4. Connecting channels: 1–5 minutes per channel

But there is no moment when training is done. Over the first two weeks, the responses you approve and correct in the label review queue sharpen the assistant to your practice, and keeping service and package information current and running A/B tests keep improving it after that. Setup is fast; mastery is continuous.

What it isn't

Placing inTusell in the right category matters, because a wrong expectation leads to a wrong setup.

  • It is not a dietitian or a nutrition expert. It does not write a personalized diet plan, does not interpret lab results and does not give nutrition or medical advice. It refers these topics to the dietitian.
  • It is not client-tracking software or a nutrition program app. It does not produce diet plans and does not calculate macros. It is a layer for consultations, communication and client coordination.
  • It is not a marketing tool that promises results. Phrases like "8 kilos in a month" or "guaranteed results" are misleading, and the AI is constrained so that it cannot produce them.
  • It is not a bot that invents information. It does not state a price, package or way-of-working detail it is unsure of. It says clearly when it doesn't know and hands off to the dietitian.

In short: it is not a bot that gives canned answers. It is a client-welcome assistant that represents your practice as well as you train it — without crossing the nutrition and medical boundary, and leaving personalized recommendations to you.

Frequently asked questions

How long does AI training take for a dietitian?

You can complete a working setup within half a day: uploading service and package information to the knowledge base, setting first-consultation and follow-up appointment types, working hours, persona and tone, and a few response rules. The real refinement builds up over the first few weeks as you approve and correct responses in the label review queue. Training is not a one-off; it is continuous.

Does the AI give the client diet or nutrition advice?

No. The AI does not provide a personalized diet plan, does not give nutrition advice such as "eat this, cut that," and makes no medical interpretation; it refers these questions to the dietitian. The real protection is the constraint applied from the outset: the AI uses only the information in the knowledge base and leaves counseling to the expert. On top of that, a guardrail layer scans for and flags misleading phrasing such as "guaranteed weight loss" or "certain results."

Is technical knowledge required for AI training?

No. You do all the training from the panel; no code, API key or developer is needed. You upload services and packages as Excel or PDF files, enter your first-consultation and follow-up appointment types and working hours, and write response rules in plain English. You connect channels with one-click OAuth or a QR code.

Does the AI create the first consultation or follow-up appointment on its own?

Yes. The AI creates a first-consultation or follow-up appointment with your working hours and booked slots taken into account, and the system prevents the same time from being double-booked. For matters involving illness, medication use, pregnancy or a special medical condition, it hands the conversation off to the dietitian.

Does the AI answer price and program questions that come in at night?

Yes. Questions like "do you offer online consultations, how many sessions, how does follow-up work" arrive at night under Instagram posts and on WhatsApp, and the AI answers them instantly, 24/7, then moves the interested person toward a first consultation. By the time you sit down at your desk in the morning, prospective clients are warm and queued.

Is client data safe with respect to KVKK?

Yes. inTusell is end-to-end encrypted and KVKK compliant. Personal data you collect, such as name, phone and goal, is stored encrypted, and past consultation recordings you upload get PII masking and explicit consent. All data is isolated on a per-tenant basis. If sensitive information such as a health condition comes up in a conversation, the AI makes no medical interpretation; it leaves that to the dietitian.

Next step

You have trained your assistant; next comes using it in daily operations. The next article in the series explains how to run the inTusell you trained on a real workday: the night-time price question, the first-consultation calendar, follow-up reminders, fewer no-shows and handing off to you. Continue straight from there with how a dietitian uses inTusell.

This was the dietitian cornerstone article of our sector-by-sector series. We built the same structure in adjacent sectors too: clinic AI training on the health side, gym AI training for sports and fitness, education provider AI training for educational institutions, and tour agency AI training for tourism.

If you would like to see it live before you start setting up, Get a demo and we will open your panel together in a 20-minute session, or write to hello@intusell.com. The pricing page covers package and quota details, and the all posts list holds the other guides.

inTusell team
The inTusell team distills this content from real field practice and user feedback. Questions? hello@intusell.com
Try inTusell

You read the blog — now see it live.

Test inTusell live with your own sector scenario in a 20-minute demo.

Get a demo