# Welcome!

## Welcome to OneStarkJs Guide

Welcome to onestarkjs! Here you'll find all the documentation you need to get up and running with the onestarkjs NPM package.

onestarkjs is a standard library to get a single api to connect to multiple starknet services and core libraries. You all know starknet libraries especially js ones are not so great and there are many things to install separately to make them work like starknetjs, get-starknet and if you want to swap and do other stuff you need to understand jedi swap contracts and reddio documentation to do the stuff. To make this simple we have made it easy to do all the stuff in just one library with simple and easy to use code.

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="/pages/L8QtOxO3Iy5rRfXlIYhO" %}
[Quick Start](/onestarkjs-library/quick-start.md)
{% endcontent-ref %}

## Want to Contribute?

Want to contribute to oneStarkJs: Head to our Contribution Guidelines Reference

{% content-ref url="/pages/nnK4uFPyqU31mA4rULyH" %}
[Guidelines](/onestarkjs-library/contributing/guidelines.md)
{% endcontent-ref %}


---

# 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://theblockchainchief.gitbook.io/onestarkjs-library/welcome.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.
