> For the complete documentation index, see [llms.txt](https://docs.dare.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dare.market/getting-started/link-your-x.md).

# Link Your X

Follow these steps to Link your X account to your profile on Dare Market if you:

1. Created an account using your email
2. Created an account through Tiktok

{% hint style="info" %}
If you signed up using “Log in with X,” your X account is already linked automatically.
{% endhint %}

### Navigate to your user profile&#x20;

Navigate to your user profile by clicking the icon on the top right corner of the page. Select "View profile"

Once you are on your user profile, click "Edit Profile"

<figure><img src="/files/HdXgCwzjTVcqGsxNeTXC" alt="" width="375"><figcaption></figcaption></figure>

In the "Edit profile" section, click "Connect X" and proceed to sign in with X to link your account.

### Why should I do this?

Once you link X to your Dare Market account, you are able to post links to your content directly as a submission to any dare on Dare Market.&#x20;

As a creator, this means you can upload your native content to X, and then link your post under any dare as a submission.&#x20;


---

# 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.dare.market/getting-started/link-your-x.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.
