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

# SETTING UP PRESEND

Here is a step-by-step walkthrough of how we integrate PreSend directly with your wallet of choice.&#x20;

This is a one-time set up, and you do not need to do anything further once set up. PreSend runs in the background and protects your wallet(s) and asset(s):

<mark style="color:green;">**Integration:**</mark>&#x20;

a. Integrate your wallet with our web application on <https://app.presend.io>. Or you can also download the extension via Chrome, Brave, or EDGE. You can find the proper links on the presend homepage at <https://presend.io/&#x20>;

<mark style="color:green;">**Permissions**</mark>&#x20;

b. Grant permission to PreSend’s software and/or chrome extension to access your wallet.&#x20;

c. Note that this is a blockchain transaction that warrants very minimal transaction fees.

<mark style="color:green;">**Set It and Forget It**</mark>&#x20;

d. PreSend now runs in the background on your transactions in the wallet that you specify. Just simply send your transactions, as you would normally, but instead do it in the PreSend WebApp or extension.

e. PreSend confirms that the selected token matches the receiving address’s network by checking relevant data and sending a tracer transaction, seamlessly and in a fraction of a second.


---

# 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://docs.presend.io/setting-up-presend.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.
