# How to activate the AI ​​Helper function

1. From the admin dashboard go to **Civi**  -> **Theme Options -> AI Helper**&#x20;

<div data-full-width="true"><figure><img src="/files/HlH3zNQ5YJlWSLMh7fv0" alt=""><figcaption></figcaption></figure></div>

2\. Next, select " **On** " to activate this option and then set the Open API key, Model,...

<div data-full-width="true"><figure><img src="/files/MOwMCcgxBNY9Xj7rKiKj" alt=""><figcaption></figcaption></figure></div>

* **Open AI API Key:** You need to create an account with ChatGPT, and proceed to get the key then enter the key in this option.
* **Model:** Option to choose GPT chat model.
* **Temperature:** The "temperature" parameter is used to control the randomness of the generated text. A higher temperature value, such as 1.0, increases the randomness and diversity of the output, while a lower value, such as 0.2, makes the output more focused and deterministic.
* **Tone:** Text tone selection option.
* **Language:** Option to choose language format for text


---

# 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://uxper.gitbook.io/civi-job-board-wordpress-theme/ai-helper/how-to-activate-the-ai-helper-function.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.
