# Web 3 SDK & API

**TalentLayer's Web 3 API and SDK** is live and available for integration. The Web 3 API and SDK assumes a web 3 native user experience on the platform level.

The TalentLayer Web 3 API is currently the main way that platforms are building TalentLayer integrations.

## TalentLayer NPM Client

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

## TalentLayer SDK Git

{% embed url="<https://github.com/TalentLayer/talentlayer-sdk>" %}


---

# 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://docs.talentlayer.org/technical-guides/web-3-sdk-and-api.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.
