> For the complete documentation index, see [llms.txt](https://help.compfox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.compfox.io/product-guides/making-a-search.md).

# Making a Search

{% embed url="<https://www.loom.com/share/4daa444ac6514cfdb8038f916605fedf?sid=bffbb89f-4e09-4d66-b20a-f20635262d90>" %}

## Or follow the snapshots

So once you are logged in to our app, this window will appear which is the home screen of CompFox. As you can see there is a regular search bar where you enter your search parameter and the get the cases related to that

<figure><img src="/files/83qd0mEkqFtW4vBhykp6" alt=""><figcaption></figcaption></figure>

Based on our search query we gonna get some handful of cases. Attached below is  a screenshot of the page

<figure><img src="/files/5rIfcMQseOqKPQE7HeXt" alt=""><figcaption></figcaption></figure>

Clicking on single case will open the whole case document where you can go through each and every detail of the case. Attached below is a example of that

<figure><img src="/files/w2Iv2ZO9tQydYb8ByMCP" 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:

```
GET https://help.compfox.io/product-guides/making-a-search.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.
