> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants.md).

# Pre-Configured Virtual Assistants

The **Pre-Configured Virtual Assistants** that are part of the iX Hello product for new customer deployments. These Assistants are designed to solve specific business problems.  The iX Hello Assistants can execute actions by default: generate, transcribe, translate, search, browse, run, analyze, visualize, listen and talk.

<figure><img src="/files/miVqU11GzWgsvCXmX7DP" alt=""><figcaption></figcaption></figure>

1\. **SmartPlan**

This assistant helps users organize tasks and generates comprehensive project plans, thus enhancing planning efficiency and project tracking.

Requirements to plan: timeline, budget, team, workstreams, deliverables

2. **SmartNotes**

SmartNotes is an intelligent assistant designed to transform meeting transcripts or discussions into structured notes. It captures essential information to ensure clarity and actionability. Transcript to notes: attendees, actions, decisions, issues

3. **SmartContent**

This Assistant aids in the creation of quality content tailored to various purposes, ensuring clarity and engagement for intended audiences.

Requirements to content: copy, emails, blogs, slides, docs, social, KB

4. **SmartDev**

It supports developers in building applications or automating code generation. This assistant streamlines the development process, optimizing both time and resource management.               &#x20;

Logic to code: setup, variables, inputs, functions, outputs

5. **SmartData**

This is an advanced assistant designed to convert raw data into actionable insights. By employing various analytical techniques, it enables users to understand complex datasets and derive meaningful information.

Data to insights: model, tables, schema, dictionary, calculations, analysis

6. **SmartHelp**

Users receive assistance through intelligent FAQ responses and troubleshooting features, which enhance user support and problem resolution.

Questions to answer intent, sentiment, category, reference, resources


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ixhello.com/ixhello/getting-started/pre-configured-virtual-assistants.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
