Manage chats
Find out how to manage each new chat you have with the MOSTLY AI Assistant. You can share, delete, and rename each chat.
Rename a chat
When you create a new chat, it has the name [Unnamed]
. After two messages back and forth, the Assistant will automatically provide a helpful name for the chat but you can always rename it yourself to make it easier to find and manage.
Steps
- On the Assistant page, click the chat you want to rename.
- In the upper left, click the Arrow button close to the chat name.
- Click on Rename.
- Enter a new name for the chat.
Delete a chat
You can delete any chats you no longer need.
Steps
- On the Assistant page, hover over a chat and click its kebab menu.
- Select Delete.
- To confirm, click Yes, delete.
Export as a Jupyter Notebook
You can export assistant chats as Jupyter Notebooks (.ipynb
file and any generated data and image files). Use the export to share your work with others or import in your own Jupyter Notebook environment.
Steps
- Export in one of two ways.
- On the Assistant page, hover over a chat and click its kebab menu.
- With the Assistant chat open, in the upper left, click the Arrow button close to the chat name.
- Select Export as ipynb.
- Select the location where you want to save the file and click Save.
Result
The chat contents are downloaded in a .zip
file that contains the Jupyter Notebook .ipynb
file and any generated data and image files.
Here is an example from an Assistant chat containing a generated .csv
file with mock data and the generated pie chart.
- Mock Data with sample GitHub profiles.ipynb
- mock_data.csv
- country_distribution_pie_chart.png