# Searching

### `/search [query]`

* Performs a web search for the specified query and returns the top results. Useful for finding information without leaving Discord.

### `/wiki [query]`

* Searches Wikipedia for the specified query and provides a brief summary. An excellent tool for quick research and satisfying your curiosity.

### `/youtube [query]`

* Searches YouTube for the specified query and returns the top result. Perfect for quickly sharing videos without leaving Discord.


---

# 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://ninjacofs-organization.gitbook.io/untitled/commands/searching.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.
