# Searching All

Trainers can tweak the [default search](/pokecloud/master/trainer-guides/search-nests/default-search.md) by using the word **`all`** at the end of the command. This will return all reported and unreported nests statewide/worldwide. This is helpful for traveling Trainers to search nests right from their home Discord server.

{% tabs %}
{% tab title="Command" %}

```
$search-nests <argument>, <your input>
```

{% endtab %}

{% tab title="Alias" %}

```
$sn <argument>, <your input>
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Below are examples of how to search ALL using each argument**
{% endhint %}

### City

Returns all reported and unreported nests in any city named Alpharetta worldwide.

```
$sn city, alpharetta, all
```

### State

Returns all reported and unreported nests in the state of Georgia.

```
$sn state, georgia, all
```

### Pokemon

Returns all reported Pikachu nests worldwide

```
$sn pokemon, pikachu, all
```


---

# 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://pokecloud.gitbook.io/pokecloud/master/trainer-guides/search-nests/searching-all.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.
