# Bot signup

Go to the bot <https://t.me/FriendTechHelperBot> (the original bot name before rebrand) and click /start for the onboarding walkthrough.&#x20;

The onboarding is only a few steps:

(1) Enter your Twitter handle (the one that's linked to your FT account)

(2) Follow <https://twitter.com/RoboSuite> and post a message to verify your Twitter account

(3) Call the `/verify` command to confirm

(4) Optionally, import your private key from your Friend Tech account so that you can use the buy/sell, limit order, and stop loss features of the bot.  You can do this later with the `/pk` command.

Ask questions in the community chat room: <https://t.me/RoboSuiteCommunity>


---

# 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://robosuite.gitbook.io/robosuite-roboft/bot-signup.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.
