# Edit Mode

The AI Chat edit tab (AI->Chit-AI Chat) contains options for enabling and editing your roleplaying character for HyperSkill.&#x20;

<figure><img src="/files/yGbecqk94G9jwZbYf5Jj" alt=""><figcaption><p>The Chit Chat window when editing</p></figcaption></figure>

By default, the AI Chat settings will be locked until you enable AI Chat.

You can edit the following properties for AI Chat:

| Property                      | Description                                                                                                                                                |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable Chit Chat              | Enables AI Chat functionality                                                                                                                              |
| Enable Pdf Question Answering | Enables [PDF Question Answering](/ai/pdf-question-answering.md)                                                                                            |
| Language Model                | The large language model used for AI Chat                                                                                                                  |
| Chunk Response                | Sentences are broken into chunks, separated by punctuation. Disabling chunking increases response delay time.                                              |
| Enable SimKB                  | Enables SimKB                                                                                                                                              |
| Name                          | The name of the agent. This should be consistent with what is described in the prompt.                                                                     |
| Prompt                        | Instructions for the LLM to follow. These instructions should describe how the character  should act. Instructions can be as specific or vague as desired. |


---

# 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.siminsights.com/ai/ai-chat/edit-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.
