# Creating Account

In TownSquare, accounts act as your personal hub for managing deposits, loans, and other activities across supported blockchains. Every account is uniquely tied to your wallet, enabling smooth and secure operations whether you’re on a single chain or moving between multiple networks.

To set up your account:

1. Locate the connect button from the top right corner of the website and click on **Connect Wallet**

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

2. A modal to create account pops up, select the network you would like to create your account on.

<figure><img src="/files/4qyNUC25LlltHrPCDho4" alt=""><figcaption></figcaption></figure>

3. Confirm by clicking **Create Account**, then complete the transaction to create account in your wallet.

Once done, your account is ready to handle assets and interact with all available features.


---

# 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://docs.townsq.xyz/user-guide/creating-account.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.
