# January 2024

## Starting a new conversation with the AI Assistant

#### **🚨 Problem**

So far, the conversation with an assistant AI is "infinite".

Once a conversation has been started, there is no way to start over from scratch, and this can be a problem because the AI uses the entire conversation as input for its responses.

#### **🤓 Development**

We have developed a button that allows users to start a new conversation.

<figure><img src="https://3639701563-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtfrLSmgD7cWkJRrP9gf7%2Fuploads%2FrabkNaHYysb5kab1Xhet%2Fimage.png?alt=media&#x26;token=f5c8bbfb-852b-4e40-9c85-5e0fa08877e6" alt=""><figcaption></figcaption></figure>

## Improved AI Assistant recommendations

#### **🚨 Problem**

The AI only has information related to the event (schedule, exhibitors, attendee list, etc.), but we are not providing it with any information about the logged-in user.

This means that to answer questions like "Recommend interesting sessions for me", the AI has to ask about your interests, or simply recommends sessions just because.

#### **🤓 Development**

We have made developments to pass logged-in attendee information to the AI.

This information is gathered from the questions and answers from the Profile Form and Registration Form configured for the event.

As a result, the AI can give better responses to attendees asking for recommendation-focused questions.

## Better first contact with the AI Assistant

#### **🚨 Problem**

When someone uses this feature for the first time, people often get stuck wondering what to do.

It says "No messages yet" along with a generic icon and text.

<figure><img src="https://3639701563-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtfrLSmgD7cWkJRrP9gf7%2Fuploads%2F779tYQr2wopCEC7Ev8b3%2Fimage.png?alt=media&#x26;token=d0bf336c-3b33-49cd-91e8-97330b6e2fb4" alt=""><figcaption></figcaption></figure>

#### **🤓 Development**

We have changed the screen when there are still no messages, altering the icon and the text.

<figure><img src="https://3639701563-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtfrLSmgD7cWkJRrP9gf7%2Fuploads%2Fr1v05HMVCY9HfLl1EAM7%2Fimage.png?alt=media&#x26;token=9cb66fbf-0e18-4197-a608-a4ce531c580b" alt=""><figcaption></figcaption></figure>

It's a small change, but we believe it greatly improves a user's first contact with the feature.


---

# 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://eventscase.gitbook.io/product-space/check-the-latest-releases/january-2024.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.
