# Using the Emulator (Legacy)

When you first pull up the emulator, you'll need to choose the AI model that you want to use! As of right now, we only integrate with ChatGPT and Davinci, and we recommend ChatGPT as it is about 10x cheaper to use!

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

After choosing an agent, you'll be able to directly talk with the AI, simulating a conversation that would be taking place in the CRM, but remember, the settings that the AI is using in the emulator are the ones that you've set up in the portal itself!

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

## Saving Sessions and Training the Bot

Eventually, you'll get an answer from the bot that you aren't quite happy with. Maybe it didn't give enough information, or maybe it just is using too formal of language, but there is a solution for this! Whenever you get an answer you don't like, you can click the bubble with an exclamation point to the right of the AI's answer!

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

After clicking this, a dialogue box will pop up where you can then write out what you would have liked to AI to have said in that situation! After you're happy with its new answer, click the update button, and the conversation will be updated!

<figure><img src="/files/0XShBWqufe8Hm7iqZezi" alt=""><figcaption></figcaption></figure>

After you've corrected the bot, you'll want to make sure that this correction is saved for future reference! To do so, you can click the save button in the top right, and our system will save the conversation as a potential example that the AI will be able to use for any future conversations, including in the CRM!

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

To delete or check old saved sessions, you can click the button with three horizontal lines!

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

## Importing Saved Sessions

If you ever run into a situation where you would like to import sessions that you've saved in a different subaccount to the current one that you're using rather than train the AI all over again, we have a solution for that! In the subaccount that you're trying to import to, click the button with the box and an arrow pointing into it!

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

You will then be greeted with a screen where you can select the subaccount you wish to import from in a dropdown box, and all you then have to do is select the subaccount and click import!

<figure><img src="/files/V1MAnmqtdakj2smmegMu" 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://help.capriai.us/legacy-information/legacy-information/using-the-emulator-legacy.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.
