# Search using UI

Guided Search can be performed by two ways:

1. Category based search
2. Integration with Methodology name search

## 1. Category-Based Search:

* Within a single group of categories, Guided Search utilizes a logical 'OR' approach. This means that if a methodology falls under any one of the specified categories within the group, it will be included in the search results.
* Across different groups of categories, a logical 'AND' criterion is applied. In this scenario, only methodologies that meet all category criteria across different groups will be shown in the results.

## 2. Integration with Methodology Name Search:

* Guided Search further enhances its functionality by allowing the combination of category-based searches with specific methodology name searches. This dual-search capability enables users to refine their search results more precisely.

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

## 3. Search Result:

The result of using Guided Search is a tailored list of policies that align closely with the user's specified categories and methodology names. This makes the process of finding relevant methodologies both efficient and user-friendly.

<figure><img src="/files/vu67d9ZbUYuDFdPECgsC" 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://guardian.hedera.com/guardian-dev/guardian/users/guided-search-of-methodologies/search-using-ui.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.
