# Как настроить

{% hint style="info" %}
**Github:** [**https://github.com/byreal-git/byreal-cli/**](https://github.com/byreal-git/byreal-cli/)
{% endhint %}

Настройка вашего личного агента Byreal в Openclaw занимает всего несколько минут:

{% stepper %}
{% step %}

### Добавьте навык в Openclaw

Скажите вашему агенту Openclaw добавить навык:

> ***Add the byreal-cli skill from byreal-git/byreal-cli***

Агент установит его, и после завершения он будет знать обо всех своих возможностях на Byreal.
{% endstep %}

{% step %}

### Создайте или импортируйте кошелёк

Вашему агенту нужен кошелёк Solana для подписания транзакций. Если у вас ещё нет настроенного кошелька, скажите агенту:

> ***"Set up my Solana wallet for Byreal"***

Он проведёт вас через импорт существующего ключа или генерацию нового. Ваш приватный ключ никогда не отображается и не логируется — только ваш публичный адрес.

{% hint style="info" %}
**Примечание:** Для использования с агентом мы рекомендуем использовать отдельный кошелёк только с тем капиталом, который вы намерены задействовать.
{% endhint %}
{% endstep %}

{% step %}

### Начните использовать

После подключения кошелька вы можете давать агенту инструкции на естественном языке, например:

> ***"Show me the top-performing pools on Byreal"***
>
> ***"Copy top farmer #2's MNT-USDC position"***
>
> ***"Swap 50 USDC for XAUt0 on Byreal"***
>
> ***"Check my open positions and tell me which ones are out of range"***

Готово! Ваш агент Openclaw возьмёт на себя всё остальное.

Узнайте больше о возможностях вашего агента на Byreal в следующем разделе.
{% endstep %}
{% endstepper %}


---

# 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://docs.byreal.io/ru-ru/byreal-ai-agent/how-to-set-up-ai-agent.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.
