> For the complete documentation index, see [llms.txt](https://black-horizon-studios.gitbook.io/emerald-ai-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://black-horizon-studios.gitbook.io/emerald-ai-wiki/help/using-the-wiki-search-tool.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://black-horizon-studios.gitbook.io/emerald-ai-wiki/help/using-the-wiki-search-tool.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
