# Using the Wiki Search Tool

## Using the Wiki Search Tool

The Emerald AI Wiki features a tool that uses OpenAI to help answer support questions or find solutions for your issues based on the Emerald AI Wiki. You can use this tool by looking for the search toolbar on **any** page.

<figure><img src="/files/pyPuFGmJ7Vxd7b4Wst2e" alt=""><figcaption></figcaption></figure>

You can type in a support question or issue and the search tool can help you find a solution.

{% hint style="warning" %}
**Important:** Ensure you select Ask, as shown below, to have AI generate a response for you.
{% endhint %}

<figure><img src="/files/rKSY068xSJmx1wNUKNFE" alt=""><figcaption></figcaption></figure>

This will then generate an answer based on the information available within the Emerald AI Wiki

<figure><img src="/files/lYNvMFZ4JKwWEabzbpap" alt=""><figcaption></figcaption></figure>

While this may not work for every question or issue, it can certainly save time by finding the best possible information anywhere on the Wiki without having to manually search through multiple pages. It will also give you links to the most relevant sections that the response was generated from.

{% hint style="info" %}
**Note:** It is recommended that users read the sections the answer was generated from to ensure you get to most detailed and accurate information.
{% endhint %}

<figure><img src="/files/0uiZzk4B0HYCNeYTYnWQ" alt=""><figcaption></figcaption></figure>


---

# 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://black-horizon-studios.gitbook.io/emerald-ai-wiki/help/using-the-wiki-search-tool.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.
