# Director Mode

Director Mode is your way of giving instructions to the AI directly — a behind-the-scenes way to nudge a conversation, gently course-correct, or set the context for what comes next, without your companion treating it as something you said in the chat.

### What is Director Mode?

When you use Director Mode, you're sending an instruction that the AI reads but doesn't treat as a message from you. Your companion won't "see" the instruction in the conversation — but their next response will reflect it.

This is useful when you want to:

* **Steer the conversation.** Adjust the tone, mood, or direction without breaking the flow of the chat.
* **Course-correct.** If your companion is acting in a way that feels off, a quick instruction can bring them back.
* **Break out of loops.** If the conversation is repeating itself, Director Mode can move things forward.
* **Set context.** Add a piece of background information that shapes how your companion responds, without typing it into the conversation itself.

### How to use Director Mode

There are two ways to use Director Mode in a chat.

#### Option 1: Inline with `/cmd`

Add `/cmd` followed by your instruction to your message, on a new line.

For example:

```
Hey, how was your day?
/cmd Be a little more upbeat than usual today.
```

Your companion will reply to "Hey, how was your day?" — but with a more upbeat tone, because of the `/cmd` instruction. The instruction itself isn't part of the message they see.

#### Option 2: Command (OOC)

You can also add an instruction without typing it into your message at all:

1. Select the **+** icon next to the message input.
2. Choose **Command (OOC)**.
3. A separate command input will open above the message box. Enter your instruction there.
4. Type your message in the regular input as usual.
5. Send.

Your companion will reply to your message, with the command applied behind the scenes.

### Tips for using Director Mode

* **Keep instructions short and specific.** "Be more affectionate" works better than a long paragraph of guidance.
* **Use it sparingly.** Director Mode is great for nudges and small corrections, but if you're steering constantly, the conversation can start to feel less natural.
* **It's also useful for context.** Things like "It's late at night," "You haven't heard from me in a week," or "I just got home from work" can shape how your companion responds without you needing to set the scene in your actual message.

### Example commands

* `/cmd Stop repeating yourself and move the conversation forward.`
* `/cmd Be more playful in your responses.`
* `/cmd You're a little tired today.`
* `/cmd Don't share too much about yourself yet — we just met.`
* `/cmd Bring up the conversation we had yesterday about my new job.`
* `/cmd Stay in character.`


---

# 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://docs.secretmate.ai/product-guides/chats/director-mode.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.
