> For the complete documentation index, see [llms.txt](https://pokecloud.gitbook.io/pokecloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pokecloud.gitbook.io/pokecloud/master/trainer-guides/search-nests/default-search.md).

# Default Search

How to search reported nests from the the servers state using the search-nests command.

By default, nest results are returned only if it has a [reported species](/pokecloud/master/admin-guides/nest-management/reporting-nests.md) and if it is located in the same [state](/pokecloud/master/admin-guides/community-setup/location-settings.md#state) as the current server. This allows Trainers to quickly search nests near-by.

{% 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 default search using each argument**
{% endhint %}

### City

Returns all reported nests in the city of Alpharetta and state of Georgia (or the active servers state).

```
$sn city, alpharetta
```

### State

Returns all reported nests in the state of Georgia.

```
$sn state, georgia
```

### Pokemon

Returns all reported Pikachu nests in the state of Georgia (or the active servers state).

```
$sn pokemon, pikachu
```
