# Search

This command searches for lyrics. You can also search using part of a song's lyrics.

Didn't find your wanted song lyrics? Refine your search by adding the Artist's name, `Translated`, `Romaji`, etc.

Still didn't find your song? The song might not be available on Genius. If you want, you can [add them there](https://genius.com/new)!

{% hint style="info" %}
Treat the **search command** like a **search engine**; It will search for the closest result as your query!
{% endhint %}

**Syntax:** `~!search <song name>`

**Example:** `~!search somebody I used to know GOTY`

**Aliases:** `s`, `lyrics`

![](/files/-M7jEqZJ-YMHMFnA_cjR)


---

# 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://lyrics-finder.angeloanan.xyz/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.
