# SimGenie

## Access

To access SimGenie, visit <https://id.siminsights.com/admin/simgenie>. Login to a HyperSkill account is required.&#x20;

## Steps

### 1. Select generator

Select the generator type. This will determine the type of simulation that SimGenie will generate. More types of generators will be added in the future.&#x20;

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

In a Conversational AI generator, a simulation with teacher avatar for a subject and grade level will be generated. Students will be able to ask questions to the avatar to learn more about the targeted subject.&#x20;

### 2. Fill out the required fields

Fill out the following fields for a Conversational AI generator.&#x20;

* Simulation name&#x20;
* Subject and grade level
* Avatar model
* Classroom (space)
* Avatar voice
* Personality
* Agent expertise (prompt): Enter a prompt to override the generator's default prompt.&#x20;

<figure><img src="/files/vDVd34Qg2mtHFCdPeWQR" alt="" width="375"><figcaption></figcaption></figure>

### 3. View simulation

After creating your simulation, you may view it in HyperSkill by clicking *View Simulation*. You can also find your simulation in your Simulation browser, so you can edit or make copies of it.&#x20;

<figure><img src="/files/3WrhwY64riSixMsilh2x" alt=""><figcaption></figcaption></figure>


---

# 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.siminsights.com/authoring-a-simulation/simgenie.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.
