# /jupiter

Visit <https://t.me/RobotradeAI_Bot> to begin!

Upon clicking the link above, you'll be directed to our telegram bot!&#x20;

**Start your Solana/Jupiter journey:**&#x20;

Open a chat with the bot on Telegram and send the /jupiter command.&#x20;

**Create a wallet:**

Select Create Wallet to generate a new Solana wallet. Copy this public address for later.

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

**Fund your Solana wallet:**

Now send Solana to the generated wallet, which you can view with “View Wallet Details” (Will show Public and Private Key).

**Setup your strategy:**

Type /jupiter again, and select 'Setup Trading' to build your strategy It will query your wallet's public address and show the current balance of Solana in it. Paste the SPL address of your token of choice, strategy of choice and the timeframe you want to trade on.&#x20;

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

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

**Pick your slippage and allocation %:**

For example 0.01 = 1%, 0.1 = 10% slippage. Then set the allocation of your portfolio you want to trade, from 1-100%. type 'confirm' to save to the database.

The bot will attempt to place a buy or sell 3 times. If slippage is to low the trade wont place. Check <https://solscan.io/> for your address, it will give a good overview of what the error is if trade doesnt place (ie. "Slippage Tolerance Exceeded")

<figure><img src="/files/1FIyWcLcbu3n0PTSHR4N" alt=""><figcaption></figcaption></figure>

**Other commands:**

**Show Strategy:** View your trade configuration.

**Show Wallet Details**: See your Public/Private keys.

**Reset Strategy**: Clear your strategy and previous trade signals so you can setup a new strategy

&#x20;**For a follow along demo please follow this video:**

<https://youtu.be/VlZRM5J9xmY>

###


---

# 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://robotrade-ai.gitbook.io/untitled/guides/jupiter.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.
