Opening the chat widget
The chat icon is visible at the bottom-right of every page once you are signed in. Click it to expand the widget. If you have had previous conversations, your most recent one loads automatically so you can continue from where you left off.Asking a question
Type your question in natural language and press Send. NajmHoda automatically:- Extracts keywords from your message.
- Searches published knowledge base articles, blog posts, and FAQ entries for matches.
- Passes those results to the Steward agent along with your conversation history.
- Returns a structured response with an answer, steps, related articles, and suggested questions.
Conversation history
Every conversation is saved to your account. To review a past conversation:1
Open the chat widget
Click the NajmHoda icon at the bottom-right of any page.
2
Go to conversations
Click the Conversations or history icon at the top of the widget panel to see a list of your previous chats.
3
Select a conversation
Click any conversation to load the full message thread.
4
Delete or archive
Open the conversation options menu (three-dot icon) and choose Delete to remove it permanently or Archive to hide it from your active list without losing it.
Archived conversations are still accessible by filtering your conversation list by status. Deleted conversations cannot be recovered.
Submitting feedback on a response
After NajmHoda replies, a feedback prompt appears below the message. Select a thumbs-up or thumbs-down rating, then optionally add a short note. Your feedback helps the platform team identify gaps in the knowledge base and improve future responses. You can also submit structured feedback — bug reports, feature requests, improvement suggestions, or general praise — through the feedback form inside the widget.When NajmHoda escalates to human support
NajmHoda handles the vast majority of platform questions automatically. However, some situations require a human agent:- Your question involves account security, billing disputes, or sensitive personal information.
- The answer requires access to your specific account data that NajmHoda cannot view.
- NajmHoda could not find a confident answer in its knowledge base and flags the conversation for human review.
API access
If you are building an integration or testing the platform programmatically, you can send messages to NajmHoda directly via the REST API. All chat endpoints require a Bearer token obtained through authentication.Send a message
Example response
message field contains the full structured answer from the Steward, including any step-by-step instructions and knowledge base links. The suggestions array contains related follow-up questions the agent recommends.
Submit feedback
Conversation management endpoints
All conversation endpoints require
Authorization: Bearer {your-token} and only return conversations belonging to the authenticated user.