# Suggestions

Suggestions are pre-configured questions that appear in Actian AI Analyst Explorer to help users get started with your agent. They serve as conversation starters and showcase what your agent can do.

{% hint style="info" %}
Looking for a way to save and reuse your team's proven queries? That's [Saved Prompts](/explorer/working-with-agents/saved-prompts.md) — a separate feature designed for retrieval of known-good questions, rather than discovery.
{% endhint %}

<figure><img src="/files/hZolgeFNkAnTM9H4mVLu" alt="" width="563"><figcaption></figcaption></figure>

### Why Suggestions Matter

Suggestions help users in two ways:

1. **Onboarding** - New users can see what kinds of questions your agent can answer
2. **Discovery** - Surface important metrics and insights users might not think to ask about

### Managing Suggestions

#### Categories

Suggestions are organized into categories (e.g., "Revenue Analytics", "Customer Insights"). Each category groups related questions together.

To add a new category:

1. Click **Add Category**
2. Enter a category name
3. Add suggestions to the category

#### Auto-Generated Suggestions

Actian AI Analyst can automatically generate suggestions based on your agent's connected data and instructions:

1. Click **Re-generate All** to create suggestions automatically
2. Review the generated questions
3. Edit or delete suggestions that don't fit
4. Add custom suggestions for business-critical metrics

#### Custom Suggestions

You can add your own suggestions to ensure important questions are always visible:

1. Click the **+** button in any category
2. Enter your question
3. The suggestion will appear in Explorer immediately

### Best Practices

* Keep suggestions specific and actionable (e.g., "Show revenue by region for Q4" vs "Tell me about revenue")
* Include a mix of simple lookups and deeper analyses
* Update suggestions when you add new data sources or models
* Use category names that match your business terminology


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wobby.ai/ai-analysts/creating-an-agent/suggestions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
