> For the complete documentation index, see [llms.txt](https://docs.quasar.social/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quasar.social/getting-started/publish-your-docs.md).

# Commands

Quasar has a unique chat system. It allows you to chat with players, AI, and directly with the game environment via "slash commands". There will also be **custom user-created slash commands for agencies**. (soon)\
\
Below is an example of a terminal command that creates a new user account.

<figure><img src="/files/r6tWLoNAGGwyrz3ATnn9" alt=""><figcaption><p>Make sure you add the "/" before every command you attempt, or it won't do anything.</p></figcaption></figure>

{% code overflow="wrap" fullWidth="false" %}

```
/create specifies the action, user is the type of "thing" you're commanding, and the following text generally completes the action.
```

{% endcode %}

{% hint style="warning" %}
Be careful when choosing your username as only 1 username can be created per Google account. Changing your username once it is set is not currently possible.
{% endhint %}

### Here is a list of all functioning commands currently on the terminal:

```
Account Management:

    /create user <name> - Create a new account

    /login <name> - Login to your account

    /logout - Logout from your account


    Agency Management:

    /create agency <name> - Create a new agency (an agency isn't joinable by default; use the /joinable command to allow it)
    
    /joinable on/off - add join restriction to your agency

    /list - List all agencies

    /agency details - Show your agency details

    /join agency <name> - Join an agency

    /info agency <name> - Show an agency details

    /quit agency - Leave your current agency

    /motd - See message of the day (MOTD)
    
    /summon pricebot - Assist you with cryptocurrency-related inquiries

    
    Help:
    
    /help - Show this help message
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.quasar.social/getting-started/publish-your-docs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
