# Creating Your Freelancer Profile

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

#### Step 1: Connect Your Wallet

Your Web3 wallet (like MetaMask, Phantom, or Base Wallet) is your passport to TAL3NT. It's how you log in, manage your identity, and get paid.

1. Click the **"Connect Wallet"** button on our homepage.
2. Choose your preferred wallet provider from the list.
3. Approve the connection signature request in your wallet. (This is a gas-free transaction that simply verifies you own the wallet).

#### Step 2: Build Your Profile

Once connected, you can build out your profile to attract top employers.

* **Profile Picture & Bio:** Add a professional photo and a compelling bio that summarizes your expertise and what you love to do.
* **Skills:** Tag your skills (e.g., Solidity, React, Community Management, UI/UX Design). This helps our matching algorithm connect you with relevant jobs.
* **Portfolio/Links:** Add links to your GitHub, Behance, personal website, or Twitter to showcase your previous work.

> **✨ Pro-Tip:** Your profile is your sales pitch. Take the time to make it complete and professional. Profiles with more detail receive significantly more job invitations.

That's it! Your profile is live and you're ready to start applying for jobs.


---

# 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.tal3nt.xyz/getting-started/publish-your-docs-1.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.
