# Gen2 Assistant Creation

### **What is an assistant?**

An assistant is an artificial intelligence application designed to help users answer questions and provide information in an efficient and personalized way.

It uses advanced natural language models to understand and generate text in a way that mimics human interaction.

### **Creating a Power Pilot AI Assistant**

The next step is to create an assistant so that users can view it and ask their respective questions.

This menu is extremely important, as it is where you configure everything and define which users or groups will have access, as well as which dataset the assistant will be able to use.

To create an assistant, go to:

**Power Pilot – AI > Assistant > Create Assistant** or [click here](https://admin.powerembedded.com.br/PPGen2Assistants/Create).

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

### **Section: General**

**Main assistant settings:**

* **Assistant Name:** identification name
* **Description:** optional assistant description
* **Instructions (System Prompt):** defines the assistant’s behavior, tone, and rules
* **Use Power Pilot Model:** enables the platform’s default model
* **Primary Model (heavy):** model responsible for the main responses
* **Secondary Model (light):** lightweight model used for optimizations and suggestions
* **DAX Query Timeout (seconds):** maximum time allowed for DAX query execution

### **Section: Datasets**

Select the dataset that the assistant will query.

You can filter by name or workspace.

### **Section: Users**

Define which users will have access to the assistant.

If no users or groups are selected, all users in the organization will have access.

### **Section: Groups**

Define which groups will have access to the assistant.

If no groups or users are selected, all users in the organization will have access.

### **Section: Featured Questions**

Allows you to configure suggested questions that appear when opening the assistant.

* Questions are displayed as clickable suggestions
* You can define one question as the default for visual highlighting


---

# 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.powerembedded.com.br/en/administration-portal/power-pilot-gen-2/gen2-assistant-creation.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.
