AI chat

AI Chat is the conversational front door to your Hilal data. Ask a question, get an answer; ask a follow-up, get a refined answer. The conversation is threaded, so you don’t have to repeat context.

In this guide:

  • Open AI Chat
  • Ask a first question
  • Use follow-up turns
  • Save and revisit conversations

Prerequisites

  • AI is included in your subscription tier.

Step 1: Access AI Chat

Visit the direct URL /ai/db. This page shows a table selector for NL2SQL queries. Select a table to open the AI Assistant, which handles natural language questions about your data.

⚠️
AI Chat functionality is not linked in the sidebar today. It’s accessed through the table selector at /ai/db.

Step 2: Ask a first question

Type a question. The assistant queries the relevant data behind the scenes and answers in prose. Examples it handles well:

  • “What were my best-selling SKUs in the UK last month?”
  • “Why did my profit drop in Q3?”
  • “Compare my ACoS this quarter vs last quarter.”
  • “Which campaigns spent more than $500 with no attributed sales?”

Below the answer, the assistant shows what data sources it consulted.

Step 3: Use follow-up turns

Conversations are threaded. After the first answer:

  • “Now show me the same for DE.”
  • “Of those, which are still in stock?”

The assistant keeps prior context. To start a fresh conversation, click Clear chat.

Step 4: Clear conversation

To start a new conversation thread, click Clear chat. This permanently deletes the current conversation history.

⚠️
Conversation history, starring, and queryable past conversations are not yet available in this release.

What AI Chat is and isn’t

AI Chat is the conversational interface to the NL2SQL surface at /ai/db. Both use the same natural language query engine; AI Chat focuses on conversation flow while NL2SQL provides direct SQL inspection.

Is: a conversational analyst over your seller data, ad data, and finances.

Isn’t: a code assistant, a chatbot for your customers (that’s Hilal Chatbot, a separate product), or a SQL editor (view underlying queries via NL2SQL).

Troubleshooting

  • “I don’t have access to that data.” Either the data is outside AI Chat’s scope (e.g., an integration data source not yet supported), or your role doesn’t permit access. Try a more specific question.
  • Quota exceeded. Your AI usage allowance is depleted for this cycle. Check your plan and available add-ons under Settings → Plans & Billing, or wait for the cycle reset.
  • Slow first answer. AI Chat warms up the data context on the first query of a session. Subsequent answers are faster.

Related articles