> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/russkii/readme/get-started.md).

# Начать

Использование чего-то нового может быть немного вызовом. Но не волнуйтесь, мы создали ряд руководств, чтобы помочь вам освоиться с PaySwap!

## Настройка PaySwap

Следуйте этим руководствам, чтобы настроить все для использования PaySwap, или перейдите к нужному вам руководству, если вы справлялись, но потеряли путь.

[Создайте кошелек](/russkii/readme/get-started/wallet-guide.md)\
[Получите Free Tokens](/russkii/readme/get-started/bep20-guide.md)\
[Подключите ваш кошелек к PaySwap](/russkii/readme/get-started/connection-guide.md)

## Руководства по использованию функций PaySwap

Как только у вас настроен кошелек и подключен к PaySwap, не стесняйтесь проверить наши другие руководства по использованию ниже.

[Как торговать](/russkii/products/payswap-exchange/trade-guide.md)\
[Как добавить/удалить ликвидность](/russkii/products/payswap-exchange/liquidity-guide.md)\
[Как играть в лотерею](/russkii/products/lottery/how-to-play-lottery.md)\
[Как делать ставки](/russkii/products/betting.md)\
[Как играть в игру](/russkii/products/games.md)\
[Как настроить свой профиль](/russkii/products/profile.md)\
[Как голосовать](/russkii/products/cancan/votes.md)

Проверьте меню для получения дополнительной документации о разнообразии функций и услуг PaySwap, включая более продвинутые руководства.

Если вы не можете найти то, что вам нужно, не стесняйтесь обратиться к искусственному интеллекту, доступному в строке поиска на этом сайте, или посетите [PaySwap PayChat](https://paychat.payswap.org/#/room/%23paycom%3Amatrix.org?via=matrix.org) и спросите помощи там!


---

# 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://docs.payswap.org/russkii/readme/get-started.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.
