Aidelly Docs
App Guides

Page Tutor

Every page in Aidelly has a built-in read-only AI tutor that knows that page and answers "how do I use this?" in seconds.

What Page Tutor is for

Page Tutor is a small AI chat panel that lives inside the Help button. It already knows which page you're on and what the page does, so you can ask "how do I set this up?" or "what does this toggle do?" without leaving your workflow. Answers stream back in seconds, citing the relevant docs where useful.

It is deliberately read-only: no tools, no mutations, no calls to other Aidelly endpoints. Distinct from /chat, which is the full agent with tool access.

Where it lives

Click the Help button (bottom-right on most pages). The panel has two tabs:

  1. Tips — static, hand-curated tips for the current page.
  2. Tutor — the AI chat, scoped to the current page.

Switch to Tutor to ask anything.

How the tutor knows what page you're on

Each page in Aidelly registers a PageIdentifier and an associated context object that describes:

  • The page name
  • A short description of what it does
  • The top tasks users perform there
  • A handful of suggested questions

When you open the Tutor panel, the page identifier travels with your message to the server, which builds a page-aware system prompt around your question. The tutor never sees data from other pages.

Step 1 — Open the Tutor

  1. Click the Help button (bottom-right).
  2. The panel opens to the Tips tab.
  3. Click Tutor.

The chat surface shows the page name in the header and 3–5 suggested questions you can tap to ask.

Step 2 — Ask a question

  • Tap a suggested question, or type your own.
  • Press Enter to send.
  • The answer streams in. Hover any inline link to preview the cited doc.

There is no need to provide context — the tutor already knows the page.

Step 3 — Keep chatting or switch contexts

  • Ask follow-ups in the same panel. The conversation stays scoped to the current page.
  • Navigate to a different page and the tutor swaps context with you. Each page gets its own conversation thread (stored in sessionStorage).

What the tutor will NOT do

By design, the tutor cannot:

  • Schedule, publish, edit, or cancel a post
  • Open a tool, run a workflow, or trigger an action
  • Read your data outside the current page's static context
  • Touch your AI Credits beyond the cost of generating the answer

If you want it to do something, switch to /chat — the full agent has tool access and can act on your behalf.

Model and limits

  • Model: the latest Claude Haiku, optimized for fast, cheap, context-bounded responses.
  • Per-message cost: typically 2–8 credits.
  • Daily cap: every workspace has a daily message cap to keep cost bounded. You'll see remaining count in the panel.

Privacy

  • The conversation is stored in sessionStorage on your device, scoped to workspace + page.
  • It is not stored on Aidelly servers, not used to train models, and is cleared when the tab closes.
  • Each request includes the page identifier and your message; the server builds a fresh system prompt per request.

How Page Tutor interacts with other Aidelly features

  • /chat — when you want "do" instead of "explain". Same Help button surface, different tab.
  • Voice Assistant — ask out loud, get a voice answer back.
  • Multi-Language — the tutor responds in your interface language by default.
  • Help docs — answers cite this docs site where useful.

Troubleshooting

  • "Daily limit reached" — you've hit the per-workspace message cap. The cap resets at midnight UTC.
  • Tutor doesn't know the page — a small number of admin / settings pages don't ship a tutor context. Use /chat or browse the docs.
  • Tutor answered something wrong — please flag via the thumbs-down in the panel; tutor accuracy is monitored and improved per page.