# SDKs and Code Examples

{% hint style="danger" %} <mark style="color:red;">**WARNING:**</mark>&#x20;

**You are viewing an outdated version of our documentation.** \
**For the latest and most accurate information, please visit** [**docs.socialdata.tools**](https://docs.socialdata.tools)**.**
{% endhint %}

While there are no official SDKs for SocialData API at the moment, there are a number of projects using SocialData that open sourced their implementation:

## JavaScript

* **Twitter Personality** by Wordware AI\
  <https://github.com/wordware-ai/twitter>
* **Agentic** by [@transitive\_bs](https://x.com/transitive_bs)\
  <https://github.com/transitive-bullshit/agentic>
* **Shiptalkers** by [@RhysSullivan](https://x.com/RhysSullivan)\
  <https://github.com/RhysSullivan/shiptalkers>


---

# 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://socialdata.gitbook.io/docs/sdks-and-code-examples.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.
