> For the complete documentation index, see [llms.txt](https://wiki.tuesday-prime.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tuesday-prime.ru/dobro-pozhalovat/chasto-zadavaemye-voprosy.md).

# Часто задаваемые вопросы

<details>

<summary>Какой айпи у сервера ?</summary>

У нашего сервера есть 2 айпи адреса \
Основной: <mark style="color:green;">**tuesday-prime.ru**</mark>\
Дополнительный: <mark style="color:green;">**tuesday-prime.online**</mark>

</details>

<details>

<summary>Как привязать Discord ?</summary>

При попытке зайти на сервер, первый раз, вас попросят привязать Дискорд:

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

Найдите бота для верификации <mark style="color:green;">**TuesdayBOT#1876**</mark> в списке участников в нашем <mark style="color:green;">**\[Дискорд]\(**</mark>[<mark style="color:green;">**https://discord.gg/2nNCV6c5Ck**</mark>](https://discord.gg/2nNCV6c5Ck)<mark style="color:green;">**)**</mark> сервере:

![](/files/ntzpWyWrQZV4h0fPOAkT)

Отправьте код в личные сообщения боту.

</details>

<details>

<summary>На сервере есть необходимые моды ?</summary>

Да, на сервере есть 3 мода, их можно установить по желанию:\ <mark style="color:green;">**\[Simple Voice Chat]\(**</mark>[<mark style="color:green;">**https://modrinth.com/plugin/simple-voice-chat/versions?version=26.2\&loader=fabric#download**</mark>](https://modrinth.com/plugin/simple-voice-chat/versions?version=26.2\&loader=fabric#download)<mark style="color:green;">**)**</mark> - мод на голосовой чат\ <mark style="color:green;">**\[EmoteCraft]\(**</mark>[<mark style="color:green;">**https://modrinth.com/plugin/emotecraft/versions?version=26.2\&loader=fabric#download**</mark>](https://modrinth.com/plugin/emotecraft/versions?version=26.2\&loader=fabric#download)<mark style="color:green;">**)**</mark> - мод на эмоции\ <mark style="color:green;">**\[PatPat]\(**</mark>[<mark style="color:green;">**https://modrinth.com/plugin/patpat?version=26.2\&loader=fabric#download**</mark>](https://modrinth.com/plugin/patpat?version=26.2\&loader=fabric#download)<mark style="color:green;">**)**</mark> - гладить все, что видишь<br>

</details>

<details>

<summary>Когда рассмотрят мою заявку ?</summary>

Заявки рассматриваются ежедневно. \
\
Что делать если вашу заявку еще не рассмотрели ? - ждать, заявки могут рассматриваться от нескольких часов до нескольких дней.\
\ <mark style="color:green;">**Заявки во время разработки сезона, не рассматриваются.**</mark>

</details>


---

# 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://wiki.tuesday-prime.ru/dobro-pozhalovat/chasto-zadavaemye-voprosy.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.
