> For the complete documentation index, see [llms.txt](https://trenchexchange.gitbook.io/trench-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trenchexchange.gitbook.io/trench-docs/terminal-guide/onboarding.md).

# Onboarding

{% stepper %}
{% step %}

### Sign in to Trench

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

Open the Trench Terminal web app ([**trench.ag**](https://trench.ag)).

Choose one of the available sign-in methods secured by Turnkey:

* **Continue with Google** – sign in using your Google account
* **Continue with Wallet** – connect a supported wallet (e.g. Phantom)

Complete the authentication flow to access your account.
{% endstep %}

{% step %}

### Save Your Recovery Key

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

After signing in, you will be shown your **recovery key**.

* Save it securely
* This is required to recover your account

Once saved, proceed to the next step.
{% endstep %}

{% step %}

### Explore the Interface

<br>

You’ll be shown a quick **visual overview of the terminal**.

* Learn the layout and key sections
* Or skip if you’re familiar
  {% endstep %}

{% step %}

### Fund Your Wallet

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

Add funds to your Trench wallet using available methods.
{% endstep %}

{% step %}

### Configure Quick Settings

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

Set up your default trading preferences:

* **Default Buy Amount (SOL)**
* **Slippage Tolerance**
* **Priority Fee**
* **Transaction Sounds**

These settings help you trade faster and more consistently.
{% endstep %}

{% step %}

### Start Trading

You’re now ready to use Trench.

* Explore Alpha
* Discover tokens
* Execute trades instantly

{% endstep %}
{% endstepper %}


---

# 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://trenchexchange.gitbook.io/trench-docs/terminal-guide/onboarding.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.
