> For the complete documentation index, see [llms.txt](https://wiki.pokeclash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pokeclash.com/new-member-information/beginners-guide.md).

# Beginner's Guide

{% stepper %}
{% step %}

### STARTING OUT

You'll first spawn in the upstairs of the Lab! Make sure to read the hologram when you first spawn in!
{% endstep %}

{% step %}

### Talk to Professor Allium

Walk forward and talk to Professor Allium to the lleft! She will give you a prompt to tell her your name. After she will give you a PokeDex and a choice of a starter! (be careful in your choice, they are 6IV and unbreedable!)
{% endstep %}

{% step %}

### What to do after?

From there, accept the prompt to go to the Trainer School and learn all about what the server has to offer in terms of features. If you want to go straight into the wild and start building and catching, `/rtp` to go into the wild to build and find wild Pokémon to catch and train. You can use them for gym battles and to battle fellow players. You can also do things like `/hunts` , `/task` , `/neotasks` and various other things to earn money, buy cosmetics and so much more!
{% endstep %}
{% endstepper %}

* Always remember to vote with `/vote` each day to help the server out and get some rewards in the process! You can vote every 24 hours!
* You can do both `/rtp` and `/biomertp`  to move around the overworld and find a spot to live, catch and do various jobs!

## Basic Commands

### Economy

* `/balance <currency>` · Shows your balance.
* `/pay <amount> <currency> <user>` · Pay certain amount to an user. \
  `/gts add pokemon <slot1-6> <price>` \
  `/gts add item <slot1-9> <price>`&#x20;
* `/warps` · Brings up a GUI with all available warps on the server!
* `/gts sell <pokemon/item>` will show you how to sell things on GTS

### Chat

* `/msg <user> <text>` · Message a player
* `/reply`  or `/r`·  Reply to a message you recieved from another user.

### Breeding

`/daycare` · Allows you to set up 2 Pokémon for breeding


---

# 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:

```
GET https://wiki.pokeclash.com/new-member-information/beginners-guide.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.
