> For the complete documentation index, see [llms.txt](https://sharkland.gitbook.io/sharkland-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharkland.gitbook.io/sharkland-docs/vvedenie/tab-servera.md).

# TAB Сервера

На сервере одним из важнейших мест является TAB, там можно увидеть всех игроков находящихся на сервере в данный момент и узнать важную, актуальную для проекта информацию. На каждом сервере таб работает по разному и мы хотим рассказать вам, что есть в TAB на нашем проекте WhiteShield.

#### Как выглядит TAB на сервере? <a href="#kak-vyglyadit-tab-na-servere" id="kak-vyglyadit-tab-na-servere"></a>

Из сезона к сезону таб может меняться, но мы стараемся не изменять его без сильной необходимости, чтобы не путать игроков нашего сервера. Для нас главное — чтобы вы всегда могли комфортно пользоваться функционалом нашего TAB. В отличии от множества серверов, мы не перегружаем TAB огромным количеством рамок, градиентов, бесполезной информации и стараемся сохранять максимальную функциональность и минимализм, не гонясь за чрезмерно вычурным визуальным оформлением.

<figure><img src="/files/wD7YLIXqLADGY65MdK9d" alt=""><figcaption></figcaption></figure>

На скриншоте видны главные элементы TAB:

1. Наименование сервера (Разные для мира построек и мира ферм)
2. Название и номер сезона, если не является первым
3. Список игроков среди всех миров
4. Количество игроков онлайн на сервере
5. Количество часов отыгранных на сервере
6. Количество валюты


---

# 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://sharkland.gitbook.io/sharkland-docs/vvedenie/tab-servera.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.
