# Hide Character

## Description

```javascript
'hide character <character_id> [with [animations] [classes]]'
```

The character action allows you to remove a character's sprite from the screen.

To show a character, check the [`Show Character action`](/documentation/2.1.0/script-actions/characters.md).

**Action ID**: `Hide::Character`

**Reversible**: Yes

**Requires User Interaction**: No

## Examples

To hide a character, you only need the 'hide' command. Syntax: 'hide \[Character Identifier] with \[Animation]'

```javascript
'hide character e'
```

You can also hide them with one of the [exit animations](https://daneden.github.io/animate.css/) available.

```javascript
'hide character e with fadeOut'
```


---

# 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://developers.monogatari.io/documentation/2.1.0/script-actions/hide-character.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.
