# Search Bar

The search bar is located in the website header, and it allows users to search for collections and other users either by name or contract address.

Upon performing a search using the search bar, the resulting collection list shall display pertinent information such as username, the collection name, total supply, and minimum listing price.\
![](/files/kksBuZQ3M6dLQSzap6PV)

* Recent: the most recent collections that you have visited through the search bar.
* Collection: a list of collections relevant to your search input.
* User: a list of users revelant to your search input.


---

# 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://corgi-studio.gitbook.io/corgi-studio/nft-marketplace/guide/search-bar.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.
