> ## Documentation Index
> Fetch the complete documentation index at: https://docs.profy.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Temporary Chat

> One-time conversations that leave no trace

Temporary chat is an "ephemeral" conversation mode. In this mode, your exchange with the Expert leaves no persistent trace — no memories saved, no history recorded, and no impact on the Expert's understanding of you.

## Use Cases

<CardGroup cols={2}>
  <Card title="Privacy Sensitive" icon="lock">
    The conversation involves sensitive information (such as passwords, keys, personal data) that you don't want the memory system to extract and store
  </Card>

  <Card title="One-off Queries" icon="circle-question">
    Quickly ask a question, translate a passage, or do a calculation — no need for the Expert to remember this exchange
  </Card>

  <Card title="Experimentation" icon="flask">
    Try different prompting approaches or test the Expert's capabilities without experimental content polluting the Expert's memory
  </Card>

  <Card title="Asking on Behalf of Others" icon="user-group">
    Ask a question for a colleague or friend — this exchange is unrelated to your own preferences
  </Card>
</CardGroup>

## How to Use

<Steps>
  <Step title="Enable Temporary Chat">
    Toggle on "Temporary Chat" in the conversation settings. Once enabled, the current conversation will be marked as temporary mode.
  </Step>

  <Step title="Chat Normally">
    The interaction in a temporary chat is exactly the same as a normal conversation — you can send messages, upload files, and use all tools. There is no difference in the conversation experience.
  </Step>

  <Step title="Conversation Ends">
    After closing the conversation or switching to another session, the temporary chat content will not appear in the conversation history list.
  </Step>
</Steps>

## Temporary Chat Characteristics

### No Memory Retention

This is the most essential characteristic of temporary chat. In normal conversations, the Expert extracts valuable information from your exchanges (your preferences, commonly used tools, project background, etc.) and saves it as memory for reference in future conversations. Temporary chat **completely skips this step** — the Expert neither reads from nor writes to any memory.

### No Impact on Future Conversations

If you tell the Expert "I prefer TypeScript" in a temporary chat, the Expert will not remember this preference in the next normal conversation. There is no information transfer between temporary and normal conversations.

### Still Coherent Within the Session

Although memories are not persisted, temporary chat **maintains contextual coherence within the session**. The Expert can remember what you said in this conversation and reference previous replies. However, this context will not be retained after the conversation ends.

<Note>
  Temporary chat mode is a per-conversation setting. It does not affect your other conversations — your previous normal conversation history and memories remain unaffected.
</Note>

## Temporary Chat vs Normal Chat

| Feature              | Normal Chat                                            | Temporary Chat                             |
| -------------------- | ------------------------------------------------------ | ------------------------------------------ |
| Conversation history | Saved, can be revisited anytime                        | Not saved to the history list              |
| Memory extraction    | Automatically extracts memories from conversations     | Neither reads nor writes memories          |
| Expert learning      | Conversation content may trigger Expert self-evolution | Does not trigger any evolution or learning |
| Tool capabilities    | Fully available                                        | Fully available                            |
| In-session coherence | Yes                                                    | Yes                                        |

## FAQ

<AccordionGroup>
  <Accordion title="Does temporary chat consume credits?">
    Yes. Temporary chat consumption is the same as normal chat — the models and tools used are billed at the standard rate. Temporary mode only affects data persistence, not billing.
  </Accordion>

  <Accordion title="Are files uploaded in temporary chat saved?">
    Files uploaded during a temporary chat are still stored in your cloud drive. If you don't want to keep the files, you need to manually delete them after the conversation.
  </Accordion>

  <Accordion title="Can a temporary chat be converted to a normal chat?">
    Once a temporary chat starts, its "leave no trace" property is already in effect. It cannot be converted to a normal chat mid-conversation. If you decide you need to keep certain content, it's recommended to manually copy the key information into a new normal conversation.
  </Accordion>
</AccordionGroup>

<Tip>
  If you're unsure whether a conversation needs temporary mode, start with normal mode. You can always delete unwanted memory entries in memory management at any time.
</Tip>
