# Robots

### Robots configuration

```yaml
Tier1Robot:
  type: tokens // TOKENS | GEMS | CRYSTALS
  timer: 2
  amountToGive: 1000
  head-texture: // YOUR HEAD TEXTURE
  name: '&e&lTOKEN ROBOT'
  lore:
  - '&3'
  - '&fThis is a token robot, it will give'
  - '&fyou &e1000 &ftokens every second'
```

To create a new robot only add those lines of code and that's it!

#### `type`

The currency you want the robot give

#### `timer`

The time in SECONDS you want the robot give X tokens/gems/crystals

#### `amountToGive`

The amount it will be every seconds in Timer

#### `name`

The robot name

#### `lore`

The lore you want for the booster

### Robot types

```yaml
type: tokens|gems|crystals
```

#### `tokens`

The robot will give tokens

#### `gems`

The robot will give gems

#### `crystals`

The robot will give crystals


---

# 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://edwardbelt.gitbook.io/edprison-core-documentation/features/robots.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.
