> For the complete documentation index, see [llms.txt](https://docs.tbaexplorer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tbaexplorer.com/sdk/installation.md).

# Installation

The  SDK enables projects to interact with tokenbound accounts on [Starknet](https://www.starknet.io/en), making it easy to query ERC-6551 account addresses for any NFT and execute transactions against accounts.

{% tabs %}
{% tab title="pnpm" %}
`pnpm install starknet-tokenbound-sdk`
{% endtab %}

{% tab title="yarn" %}
`yarn add starknet-tokenbound-sdk`<br>
{% endtab %}

{% tab title="npm" %}
`npm install starknet-tokenbound-sdk`\ <br>
{% endtab %}
{% endtabs %}

## Example Integration

To help you get started more quickly, we've assembled bare-bone [example apps using the Tokenbound SDK](https://github.com/horuslabsio/tokenbound-sdk/tree/v3/examples).

{% hint style="info" %}
This SDK contains a suite of open-source tools for building with[ ERC-6551](https://github.com/Starknet-Africa-Edu/TBA). These docs are still a work in progress. In the meantime, feel free to join the [working group](https://t.me/+mXVPO0nwBPU3ODBk) to learn more.
{% endhint %}


---

# 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:

```
GET https://docs.tbaexplorer.com/sdk/installation.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.
