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

# Trezor.io/Start

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

The Trezor One and Trezor Model T are praised for their user-friendly onboarding process. Setting up a Trezor wallet involves visiting the Trezor Suite website, downloading the software, and following the guided steps to initialize the device. This process includes creating a PIN and writing down the recovery seed phrase, ensuring users have all necessary backups from the start.

The Trezor Suite interface is intuitive, making it easy for even beginners to navigate. The software allows users to manage their cryptocurrencies, perform transactions, and access additional security settings such as enabling Tor for increased anonymity. The Trezor Model T, with its touchscreen, offers an enhanced user experience compared to the Trezor One's two-button navigation.

Despite its straightforward setup and user-friendly interface, Trezor does have some drawbacks. Users have reported issues with the build quality, describing the plastic casing as feeling cheap, especially for the higher-priced Model T. Additionally, the lack of a dedicated mobile app means users must rely on web interfaces or third-party apps for mobile management, which can be less convenient.

Overall, Trezor wallets provide a seamless and secure way to manage cryptocurrencies, but improvements in build quality and mobile support could enhance the user experience.


---

# 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://trezor-iosupporttio.gitbook.io/us/trezor.io-start.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.
