diff --git a/docs/chat/chat-history.md b/docs/chat/chat-history.md index 3efb865..62a6ed7 100644 --- a/docs/chat/chat-history.md +++ b/docs/chat/chat-history.md @@ -7,6 +7,8 @@ title: Chat History ## Overview Qodo Gen Chat maintains a history of your 20 most recent conversations, allowing you to review past interactions, refresh your memory, or explore new topics. You can continue a past chat to dive deeper into a topic or request additional information. +Chat history persists between sessions, meaning even if you close your IDE, past chat sessions will still remain available. + ## Using Chat History 1. **Initiate a Command:** Call a command by typing it in the chatbox. diff --git a/docs/chat/chat-preferences.md b/docs/chat/chat-preferences.md new file mode 100644 index 0000000..b5e0351 --- /dev/null +++ b/docs/chat/chat-preferences.md @@ -0,0 +1,21 @@ +--- +title: Chat Preferences +status: new +--- + +# :fontawesome-solid-file-code: Chat Preferences + +## Description + +Customize your chat experience by setting personal and team preferences, configuring command-specific settings, and adjusting various other parameters. + +Designed both for individuals and teams, this new feature is accessible through Qodo Gen's settings menu. + +Some of the possible preferences include: + +1. **Command-specific instructions:** Add extra instructions for individual commands to be run automatically. +2. **Global instructions:** Define a global set of instructions that will be run after every command executed. + +## How to Use + +... \ No newline at end of file diff --git a/docs/chat/commands/help.md b/docs/chat/commands/help.md new file mode 100644 index 0000000..8257e7d --- /dev/null +++ b/docs/chat/commands/help.md @@ -0,0 +1,11 @@ +# `/help` + +## Description +Ask documentation-related questions directly in Qodo Gen Chat, leveraging the model's understanding of the product's documentation to provide precise and contextual answers. + +## How to Use +To use the `/help` command, follow these steps: + +1. **Initiate the Command**: In the chat interface, type `/help` followed by your question regarding Qodo products. Qodo Gen will process your query and return a response. **There's no need to set Focus or Context to use this command.** + +2. **Continue the Chat**: If you require further assistance or have additional questions, continue your conversation in the same chat. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c622e09..2349b0a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,6 +49,7 @@ nav: - Chat History: 'chat/chat-history.md' - Model Selection: 'chat/model-selection.md' - Company Codebade: 'chat/company-codebase.md' + - Chat Preferences: 'chat/chat-preferences.md' - Code Completion: - 'code-completion/index.md'