# ignore

#### Command definition

**`eb.{allyCode}.ignore <numberOfDaysIgnored>`**

| **Parameters**         | **Options** | **Example**                 | Shortcut                        |
| ---------------------- | ----------- | --------------------------- | ------------------------------- |
| number of days ignored | -           | **`eb.ignore 1`**           | **`eb.ig 1`**                   |
| number of days ignored | ally code   | **`eb.123456789.ignore 7`** | **`eb.123456789.ig 7`**&#x200B; |
| un-ignore is 0         | -           | **`eb.ignore 0`**           | **`eb.ig 0`**                   |
| -                      | help        | **`eb.help ignore`**        | **`eb.help ig`**                |

Out of town? Unavailable? Hate platooning? Ignore yourself for a set amount of days.

After the amount of days has passed, the ignore status will automatically be dropped. In order to manually remove an ignore status, run the command again and pass "0" for the number of days.

Specifying an ally code will allow you to ignore that player.

{% hint style="warning" %}
Ignoring someone else via their ally code is restricted to those with an Echo Role only.
{% endhint %}


---

# 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://docs.echobase.app/echostation/player-commands/ignore.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.
