# Getting Started

{% hint style="warning" %}
**Limited Developer Support**

All assets represented in this library are community built, which means limited support from the Agoric OpCo development team. Please use components, APIs, and front-ends with caution. &#x20;
{% endhint %}

### SDK Installation

Please refer to [documentation page](< https://docs.agoric.com/guides/getting-started/ >) for the steps to get started.

### Helpful Video Tutorials &#x20;

Browse through key developer tutorials to get you started on your journey developing with Agoric's library of components in Hardened JavaScript..&#x20;

### Starter Guide: Code with Agoric JavaScript Smart Contracts

{% embed url="<https://youtu.be/xnxa-G5PFEk>" %}
&#x20;See installation guide at: [https://github.com/RBFLabs/intro-agoric-smart-contracts ](<https://github.com/RBFLabs/intro-agoric-smart-contracts >)\
Note: The video is based on the beta branch of the sdk and it expects the beta branch to be on the version 0.15.0 of the sdk which in fact as of 2023-07-19 beta branch is on 0.16.0.
{% endembed %}

### How To: Build DeFi with Agoric

{% embed url="<https://youtu.be/qudVWjSqDJU>" %}


---

# 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://components.agoric.com/welcome/getting-started.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.
