# Getting Started

## What is Feli?

Feli is a global economy bot. Your coins, bank balance, level, items, and other progress belong to your user account, not to one server.

## How to verify

Use the verification flow in the server setup channel. Verification creates your global profile and gives you the starter package.

Example:

```
/setup
```

Then press the verification button in the posted setup message.

## First steps after verification

1. Check your money with `/balance`.
2. Pick a job with `/job set`.
3. Use `/work` to earn coins.
4. Put cash into the bank with `/deposit`.
5. Read `/help jobs`, `/help stocks`, or `/help market` for the next step.

## How the global economy works

Your profile follows you across every server. That means you can earn on one server, spend on another, and keep the same inventory and progress everywhere.


---

# 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://wiki.winged.dev/getting-started.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.
