# How to use & search the Guide

## • **Color and Index Format:**

***Here are some pointers to help you learn more efficiently***

{% hint style="info" %}
**Bold - Keywords**

*Italic - Additional information*

<mark style="color:blue;">Blue - Links</mark>

<mark style="color:purple;">Purple - Editor Guide Pages</mark>

<mark style="color:orange;">Orange - In-game Sections</mark>

<mark style="color:yellow;">Yellow - Keyboard Shortcuts</mark>

<mark style="color:red;">Red - Negative Feedback</mark>

<mark style="color:green;">Green - Positive Feedback</mark>
{% endhint %}

***

## • Using the search bar (Detailed search)

For detailed results with specific terms, use the search bar at the top right of this guide website.

<figure><img src="/files/HrP7truJeK3S7SKhGeIO" alt="" width="563"><figcaption><p>Editor Guide - Using the search bar</p></figcaption></figure>

{% hint style="info" %}
Access the **search menu** at any time by pressing the <mark style="color:yellow;">`Ctrl`</mark>`+`<mark style="color:yellow;">`K`</mark> shortcut.
{% endhint %}

When you add your topics, the guide will search for both **page names** and **keywords** within each topic to find all results according to your search.

<figure><img src="/files/CbiLCQaBc3Dp52xuTR9T" alt="" width="563"><figcaption><p>Editor Guide - Search Results (Red: <mark style="color:red;">Page name</mark> ~ Orange: <mark style="color:orange;">Keyword</mark>)</p></figcaption></figure>

Choose the best option to quickly navigate directly to that page!

<figure><img src="/files/Jax0lJVUS6QdtvhdNQyk" alt="" width="563"><figcaption><p>Editor Guide - Searched Page</p></figcaption></figure>

***

## • Using the Directory / Left Tab (Step by Step search)

For searches where you're unsure of what to look for, but have a general idea of your goal, it's beneficial to explore step by step. Navigate through information to find your golden nugget of knowledge.

<figure><img src="/files/gexIPRadhiuE6cgNm85p" alt="" width="563"><figcaption><p>Editor Guide - Directory (Red: <mark style="color:red;">Left Page List</mark> ~ Green: <mark style="color:green;">Page Linking</mark> ~ Yellow: <mark style="color:yellow;">Search bar</mark>)</p></figcaption></figure>

Each main topic page includes illustrative page link cards that help visualize content related to each subtopic found within the pages.

<figure><img src="/files/K5WqtcKkNjb1wXzcTyIU" alt="" width="563"><figcaption><p>Editor Guide - Step by Step search (Red: <mark style="color:red;">Head Page</mark> ~ Green: <mark style="color:green;">Sub Page</mark>)</p></figcaption></figure>

Finally, as you research everything necessary for your upcoming Top Level creation, persistently apply this method until you reach your desired topic!

<figure><img src="/files/G2ynkdkXQ8liQvT21mvm" alt="" width="563"><figcaption><p>Editor Guide - Step by Step final search</p></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://adofaieditor.gitbook.io/english/welcome-to-the-guide/how-to-use-and-search-the-guide.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.
