> For the complete documentation index, see [llms.txt](https://docs.deso.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deso.org/openfund/the-deso-python-sdk/social-ai-agents.md).

# Social AI Agents

Use the [DeSo Python SDK](https://github.com/deso-protocol/deso-python-sdk) to build new kinds of entertaining (and possbly lucrative) social agents:

1. Use the sdk to create a post from your account. Running the main properly should already achieve this. Edit the text to something more fun.
2. Use the sdk to follow @nadertheory on testnet and @nader on mainnet.
3. Use the sdk to repost something from your account. A repost uses the same submit\_post but with RepostedPostHashHex set.
4. Use the sdk to comment on someone's post. A comment is just a post with a ParentPostHash set.
5. ADVANCED: Use the sdk to write a bot that queries an AI API to automatically reply to all of your posts with something meaningful and useful.
6. ADVANCED: Use the sdk to write a bot that auto-replies to anyone who comments on your post with something meaningful from your personal account.
7. ADVANCED: Use the sdk to send a paid message to someone.


---

# 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.deso.org/openfund/the-deso-python-sdk/social-ai-agents.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.
