> For the complete documentation index, see [llms.txt](https://inttter.gitbook.io/mdbcli/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inttter.gitbook.io/mdbcli/commands/search.md).

# Search

This command displays badges available in the category specified.

To do this command, run:

```sh
mdb search
```

When ran, you will be prompted to enter a keyword to search for. Use arrow keys (**`↑`** and **`↓`**) to navigate between badges.&#x20;

Once you've found the correct badge, click **`Enter`** to get the Markdown for it.

You can see a video example of this command in action below:

{% embed url="<https://github.com/inttter/mdbadges-cli/assets/73017070/1ceb6c04-a571-4ae8-888f-10988a73507a>" %}

## Aliases

This command has **3** aliases, which are as follows:

* `s`
* `find`
* `lookup`


---

# 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://inttter.gitbook.io/mdbcli/commands/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.
