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

# ┃Posting Guide

**Step 1.** Click Connect Wallet.

<figure><img src="https://miro.medium.com/v2/resize:fit:630/0*tbBXsvy9dPeVGJQ5" alt="" height="90" width="630"><figcaption></figcaption></figure>

**Step 2.** Connect wallet. (Thinkin compatible wallets are currently MyAlgo and Pera Wallet)

<figure><img src="https://miro.medium.com/v2/resize:fit:553/0*RiCsDV3DCVS3To8E" alt="" height="346" width="553"><figcaption></figcaption></figure>

How to create a MyAlgo wallet :&#x20;

{% embed url="<https://medium.com/@Thinkin_xyz/preparing-algolaunch-how-to-use-the-myalgo-wallet-c3198c6aceb2>" %}

How to create a Pera Wallet :&#x20;

{% embed url="<https://medium.com/@Thinkin_xyz/algolaunch-101-how-to-use-pera-wallet-fc64f1c6d00b>" %}

{% hint style="info" %}
A Closed Beta version works on the testnet. Be sure to select Testnet in your wallet settings.
{% endhint %}

**Step 3.** By selecting “POST NOW,” you may write sentences while the wallet is connected. You can write to a particular DAO you have subscribed to or a category you prefer by selecting "Select an Audience."

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*xPakwS_HGZA9QRLY2ZnIOg.png" alt="" height="433" width="700"><figcaption></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:700/1*kkL6H-r2kwxp48AAVWce6Q.png" alt="" height="570" width="700"><figcaption></figcaption></figure>

The Review category has various sub-menus. Choose and write about the interests you are currently immersed in, such as Deep-fi (De-fi), NFT Lover (NFT) — Multiple categories can be selected.

**Step 4.** Once your post is complete, you can use tags to summarize what your post stands for. If you add #Thinkin to your tag, the post will appear when you search for Thinkin.

<figure><img src="https://miro.medium.com/v2/resize:fit:700/0*HRCl5XiayMLUkHF2" alt="" height="160" width="700"><figcaption></figcaption></figure>

All the work is done now. Hit the “Post now” button to submit your post!

<figure><img src="https://miro.medium.com/v2/resize:fit:203/0*U6EEVVVssr7ZGilv" alt="" height="85" width="203"><figcaption></figcaption></figure>


---

# 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://thinkin.gitbook.io/thinkin/get-started/posting-guide.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.
