# For individuals

Tessa operates by allowing users to execute transactions through simple text commands, making the process of converting fiat to cryptocurrency and vice versa incredibly straightforward. For instance:

* **Initiate Command:** The user inputs a simple text command, such as "I want to off-ramp my USDT to USD."

  ![Screenshot (57).png](/files/QlmWSmCRXHrT1OdxQgy7)
* **Request Details:** Tessa responds by asking for essential information, including the amount, email address, bank name, and account number.
* **Confirm Information:** Once the user provides the required details, Tessa prompts them to confirm the information.

  ![Screenshot (59).png](/files/FY61PGykSPLGPL7bDxLK)
* **Generate Wallet Address:** Upon confirmation, Tessa generates a wallet address for the user to&#x20;
  * deposit the specified amount of USDT.

    ![Screenshot (58).png](/files/QGoSbKKKaVwgq5rkjvxO)
  * **Deposit Confirmation:** After the user deposits the USDT into the provided wallet, Tessa confirms the deposit.
  * **Transfer Funds:** Once confirmed, Tessa transfers the corresponding fiat amount into the user's bank account.

    ![tessa transaction success.jpg](/files/dPKFOcdzq2GTF4dxqy5r)


---

# Agent Instructions: 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://agnostico.gitbook.io/tessa-docs/how-tessa-works/for-individuals.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.
