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

# FAQ

<details>

<summary>What is WeSendit about?</summary>

WeSendit is the first Web3 file sharing aggregator that connects the people, businesses and data of today with the Web3 world of tomorrow.

</details>

<details>

<summary>How do I get the $WSI token using a smartphone or tablet?</summary>

To obtain $WSI tokens using a mobile device, you can use apps like Trustwallet or Metamask, as shown in this video: [YouTube – How To obtain $WSI](https://www.youtube.com/watch?v=npnSN-t_rys). More about our Token in our [Documentation](https://wesenditmediaag.zendesk.com/hc/en-us/articles/20915447245585-Where-can-I-buy-the-WSI-Token).

</details>

<details>

<summary>Where can I find the Smart Contract?</summary>

You can find the verified Smart Contract here: <https://bscscan.com/token/0x837A130aED114300Bab4f9f1F4f500682f7efd48>.

* Token Name: WeSendit
* Token Symbol: $WSI
* Decimals: 18
* Token Type: BEP-20

<br>

</details>

<details>

<summary>Has a security audit been conducted on the smart contract?</summary>

Yes, and you can find the audit reports from hacken.io and solidproof.io on GitHub at: [WeSendit Contracts Audits](https://github.com/wesenditmedia/contracts#audits).<br>

</details>

<details>

<summary>Who can I contact if I have a question?</summary>

For any inquiries or questions, feel free to reach out to our team at <contact@wesendit.io>. We’re here to assist you and provide the information you need.

</details>


---

# 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.wesendit.io/en/wesendit-introduction/faq.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.
