# Connect or Disconnect Fake Players

#### Connecting a Fake Player

To bring your fake players to life within the game, simply type the following command:

```
/asteroid players connect <fake player name>
```

Replace `<fake player name>` with an existing fake player in the database.&#x20;

#### Disconnecting a Fake Player

When you want to forcefully disconnect a fake player, the process is just as seamless as the introduction. Enter the command below:

```
/asteroid players disconnect <fake player name>
```

Don't forget to replace `<fake player name>` with an online fake player.


---

# 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.spoof.dev/asteroid/setup/features/connect-or-disconnect-fake-players.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.
