> For the complete documentation index, see [llms.txt](https://docs.arkade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkade.fun/nft-guide/selling/now-that-ive-bought-and-sold-an-nft-what-do-i-do.md).

# Now that I’ve bought and sold an NFT, what do I do?

Trading NFTs on Arkade is not just about owning valuable digital assets, but also about being a part of a vibrant and active community. To fully immerse yourself in the NFT community, it's important to connect with others on social media platforms such as Twitter, Telegram, and Discord. Twitter is a great place to connect with the larger NFT community and stay up-to-date with the latest developments and trends, while Discord and Telegram offer more specific groups where you can interact with like-minded individuals and other NFT holders.

To get the most out of your NFT trading experience, spend time on Discord, join the general chat channel, and engage with other holders. Make new friends and have fun while you're at it! Ask questions and as you gain more experience in the NFT space, help guide newbies by providing valuable insights and answering their questions.

When you're ready to contribute to the NFT project, think about what unique skills or talents you can offer. Whether it's designing, marketing, or coding, there are many ways to contribute to an NFT project and make a difference.

Being a part of a vibrant community of NFT enthusiasts can add to the enjoyment of buying, selling and collecting NFTs.


---

# 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.arkade.fun/nft-guide/selling/now-that-ive-bought-and-sold-an-nft-what-do-i-do.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.
