# SDK Injector

<figure><img src="https://1914277788-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fei6UAiSK3iAAi0mFH667%2Fuploads%2Fgit-blob-0dec9c58359f6ff0df4d5e43960a15c2aa9f1ab4%2FCleanShot%202024-09-23%20at%2015.30.49.png?alt=media" alt="" width="563"><figcaption><p>Request Injector in Terminal</p></figcaption></figure>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4e6">📦</span> <strong>View on NPM</strong></td><td></td><td><a href="https://www.npmjs.com/package/request-injector">https://www.npmjs.com/package/request-injector</a></td></tr><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="25b6">▶️</span> <strong>Demo Video</strong></td><td></td><td><a href="https://www.youtube.com/watch?v=8MJzP1bBvaU">https://www.youtube.com/watch?v=8MJzP1bBvaU</a></td></tr><tr><td></td><td><span data-gb-custom-inline data-tag="emoji" data-code="2139">ℹ️</span> <strong>View Source</strong></td><td></td><td><a href="https://github.com/RequestNetwork/request-cli">https://github.com/RequestNetwork/request-cli</a></td></tr></tbody></table>

The Request Network Injector CLI simplifies the integration process by automatically injecting pre-built, customizable functions into your project. This tool allows new and experienced builders to quickly integrate the Request Network Protocol into their applications with minimal setup.

## Features

* Automatic injection of essential Request Network functions
* Support for both TypeScript and JavaScript projects
* Customizable function selection
* Automatic package installation
* Support for various package managers (npm, yarn, pnpm, bun)

\
How it works
------------

1. The CLI analyzes your project structure
2. You select the functions you want to inject
3. You choose your preferred language (TypeScript or JavaScript)
4. The tool injects the selected functions into your project
5. Necessary dependencies are automatically installed

## Demo Video

{% embed url="<https://www.youtube.com/watch?v=8MJzP1bBvaU>" %}
Request Injector Demo Video
{% endembed %}


---

# 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.request.network/advanced/request-network-sdk/get-started/sdk-injector.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.
