> For the complete documentation index, see [llms.txt](https://docs.decentraweb.org/decentraweb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraweb.org/decentraweb/for-developers/our-sdks/about-our-sdks.md).

# About our SDKs

The Decentraweb JavaScript SDK enables websites and application to utilize Decentraweb's DDNS technology. Whether that's to convert Ethereum addresses to friendly DWEB identities, allow payments to DWEB handles, or even recreate and extend the functionality on <https://dns.decentraweb.org/>. \
\
**You can find the library on Github:**

{% embed url="<https://github.com/decentraweb/decentrawebjs>" %}

***

### Namekit

<figure><img src="/files/D7OnkGnDFDTzQ58RMpvS" alt=""><figcaption></figcaption></figure>

For integrating and resolving Decentraweb Names within your website or app. Also supports ENS Domains and provides limited support for classic ICANN DNS System\
\
Providing tools for :&#x20;

* Reading of Decentraweb Domains ↔  Wallet Addresses

{% embed url="<https://docs.decentraweb.org/decentraweb/for-developers/our-sdk/namekit>" %}

***

### Core Library

<figure><img src="/files/r7meMedh03Vo0OQ8vlVs" alt=""><figcaption></figcaption></figure>

Our Core Library allows developers to integrate fully with Decentraweb and interact with our Smart Contracts.

Providing tools for :&#x20;

* Reading and Setting Decentraweb Domain Records
* Reading and Setting DNS & Text Records for Decentraweb Domains
* Registering Web3 Domains (absolutely.anything) and Web3 Subdomains (wow\.absolutely.anything)

{% embed url="<https://docs.decentraweb.org/decentraweb/for-developers/our-sdk/core-full-integration>" %}

***

### Decentraweb Resolver Service

Our Resolver Service is an open-sourced library for using Decentraweb Domains as Decentralized Domains/Website URLs within browsers

{% embed url="<https://www.npmjs.com/package/@decentraweb/resolver>" %}

***

### Decentraweb CLI interface

A CLI interface library to interact with our smart contracts via command line instead of using our [DNS Platform](https://dns.decentraweb.org)

{% embed url="<https://www.npmjs.com/package/@decentraweb/cli>" %}


---

# 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.decentraweb.org/decentraweb/for-developers/our-sdks/about-our-sdks.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.
