> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/imagine-computer/other-features.md).

# Other Features

Explore additional features designed to make your workflow smarter, faster, and more personalized. From shaping how the AI responds to retaining meaningful context across conversations, these tools help you get more relevant outputs, maintain consistency, and adapt the experience to your specific needs.

### Sources

Sources let you connect all of your files and data in one place so they can be reused across chats and projects. Add a Source once and Computer can draw on it whenever you need, without re-uploading. Managed from the Customize hub.

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

### Personalization

Shape how AI thinks, responds, and communicates—tailored to your exact needs

* Create custom personas to define tone, expertise, and behavior
* Switch between different personas for different workflows or use cases
* Align responses with your brand voice, writing style, or domain knowledge
* Control how detailed, technical, or creative the outputs should be
* Ensure consistent interactions across conversations and teams

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

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

### Memories

Make AI truly context-aware with persistent and portable memory

* Automatically capture important context across conversations
* Build a long-term understanding of preferences, projects, and workflows
* Import memories from other platforms and AI providers seamlessly
* Reference past interactions to generate more relevant, personalized responses
* Manage and remove memories with full control at any time

<figure><img src="/files/2Hiu494nb4af7LXtq8cF" alt=""><figcaption></figcaption></figure>

### **Code Previews & Interactive Testing**

* Render generated code in a live preview environment
* Instantly visualize UI components, layouts, and frontend designs
* Test functionality and user interactions before deployment
* Experiment with changes and see real-time results
* Validate styling, responsiveness, and structure without leaving your workflow

### Email Building&#x20;

Create polished, high-impact emails effortlessly—from quick messages to full campaigns

* Generate complete emails with clear structure, tone, and formatting
* Customize messaging for different audiences, goals, and contexts
* Quickly draft professional replies, outreach, and follow-ups
* Send emails from within the platform to external email providers like Gmail, Outlook, and Mail

### Projects & Workspace

Projects group related chats and sources together so everything for a piece of work stays in one place (create one from "New Project" in the left menu). Workspaces let you switch between your personal and team workspaces, and invite team members to collaborate with shared credits.

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

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

You can manage different chats, assets, and see activity of your teammates within a project


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.imagine.art/imagine-computer/other-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
