# Welcome

{% hint style="info" %}
Hi,I am your Ai Helper!
{% endhint %}

## Overview

This is a **ChatGpt** that can be accessed instantly on any computer

Currently supported on MacOS/Windows/Linux

You can use Ai Helper with your own OpenAi Key.

### Show Helper

> You must click the input window in order to output content.

{% tabs %}
{% tab title="MacOS" %}
**`Option+X`**
{% endtab %}

{% tab title="Windows" %}
**`Alt+X`**
{% endtab %}

{% tab title="Linux" %}
**`Alt+X`**
{% endtab %}
{% endtabs %}

<figure><img src="https://1285031002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD5oNm307ZDAIxFmZYu4M%2Fuploads%2FLbBuLuoiavHiC2ZGcjkk%2FSanjin%202023-06-27%20at%2021.29.15%402x.png?alt=media&#x26;token=6d502a0e-f623-4156-9f13-ed2824a83403" alt=""><figcaption></figcaption></figure>

### Use Prompt

Enter **`/`** to select Prompt

<figure><img src="https://1285031002-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FD5oNm307ZDAIxFmZYu4M%2Fuploads%2FiGxS9p5cI7M9cvnbuOcN%2Fwin1.png?alt=media&#x26;token=d520ad3a-74c9-4588-8175-fcc879c7dfba" alt=""><figcaption></figcaption></figure>

### Generated content

There are currently two modes of generation available, choose to use based on your needs.

* **Ai Chat.** Support continuous conversation chat mode
* **Typewriter mode.** Fast speed, real-time output, but formatting may be distorted in code editors.
* **Paste mode.** Slow speed, generate all content first, paste it into the input window, code editor format will not be messed up.

{% tabs %}
{% tab title="MacOS" %}
**Ai Chat. `Return`**

**Typewriter mode. `Option+Return`**

**Paste mode. `Shift+Return`**
{% endtab %}

{% tab title="Windows" %}
**Ai Chat. `Enter`**

**Typewriter mode. `Alt+Enter`**

**Paste mode.  `Shift+Enter`**
{% endtab %}

{% tab title="Linux" %}
**Ai Chat. `Enter`**

**Typewriter mode. `Alt+Enter`**

**Paste mode.  `Shift+Enter`**
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
[#windows-version-antivirus-software-manslaughter-problem](https://doc.helper.im/product-related/faq#windows-version-antivirus-software-manslaughter-problem "mention")
{% endhint %}


---

# 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://doc.helper.im/welcome.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.
