> For the complete documentation index, see [llms.txt](https://silver-1.gitbook.io/silver/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://silver-1.gitbook.io/silver/getting-started/publish-your-docs.md).

# How to use SILVER

S**tep 1: Install the Extension**

{% hint style="success" %}

* **Option 1:** Visit the Chrome Web Store and search for "*SILVER*" to install directly.
* **Option 2:** Download the extension from our official website, then follow the steps to install it manually.
  {% endhint %}

**Step 2: Launch** *SILVER*

{% hint style="success" %}
Once the installation is complete, open the extension and log in to your account.
{% endhint %}

**Step 3: Set Up Your Wallet**

{% hint style="success" %}

* Generate a new wallet within *SILVER*, or import an existing wallet using your private key.
* Make sure to securely save your wallet details, as *SILVER* does not store or manage your wallet.
  {% endhint %}

**Step 4: Configure Trade Settings**

{% hint style="success" %}
Customize your trade preferences, including slippage, fees, and any other parameters to match your strategy.
{% endhint %}

**Step 5: Start Trading**

{% hint style="success" %}
Use *SILVER* seamlessly on Dexscreener or X (FKA Twitter) and execute trades instantly without switching apps.
{% endhint %}

**Notes:**

{% hint style="danger" %}

* Always back up your wallet private key for recovery purposes.
* For troubleshooting or additional guidance, visit the **Help** section in the extension
  {% endhint %}

> With *SILVER*, trading and research are faster and more efficient than ever! 🚀


---

# 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:

```
GET https://silver-1.gitbook.io/silver/getting-started/publish-your-docs.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.
