# Commands

### /phonenumber

Display your characters phone number on screen to share with friends.

### /addcontact \[number] \[name]

Save your friends as a contact in your phone.

### /removecontact \[name]

Remove somebody from your contacts.

### /contacts

View a list of your saved contacts.

### /block \[name/number]

Block somebody from reaching you on your phone.

### /blocked

View a list of your blocked numbers.

### /text \[name/number]

Send a text message to a contact in your phone.

### /call end

End an ongoing phone call.

***

### /call \[name/number]

Speak on the phone. This command is used after accepting a call from one of your contacts.

### /callw \[name/number]

Whisper on the phone. This command is used after accepting a call from one of your contacts.

### /cally \[name/number]

Yell on the phone. This command is used after accepting a call from one of your contacts.

***

### /langcall \[language] \[name/number]

Speak on the phone in a different language.

### /langcallw \[language] \[name/number]

Whisper on the phone in a different language.

### /langcally \[language] \[name/number]

Yell on the phone in a different language.


---

# 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://faq.schoolrp.net/phones/commands.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.
