# Getting Started

For developers looking to integrate Astros DEX Aggregator functionality into their applications, we offer an SDK available on GitHub: [Aggregator SDK](https://github.com/naviprotocol/navi-sdk). This SDK provides easy-to-use tools and resources to enable seamless access to Astros‘s aggregation features.

### Installation <a href="#installation" id="installation"></a>

Start an easy integration of react project with [Astros UI SDK](https://github.com/naviprotocol/navi-web-component) . Install it via npm:

```sh
npm i navi-web-component
```

## Usage

Import the `SwapPanelClient`, a client-side interface for managing the `SwapPanel` web component, designed for token swap functionality in browser environments:

```typescript
import { SwapPanelClient } from 'navi-web-component'
```

## Demo

This demo leverages **Next.js**, a modern framework for building fast, scalable web applications. Whether you're a developer looking to explore Astros's features or integrate them into your app, this is the perfect starting point.

{% embed url="<https://github.com/naviprotocol/web-component-demo>" %}
Demo for UI SD
{% endembed %}

### 🌟 Features

**Seamless Setup**: Get started with minimal configuration.&#x20;

**Live Preview**: Auto-updating UI for instant feedback during development.&#x20;

**Customizable Components**: Integrate the Astros UI SDK and tailor it to match your app's branding.&#x20;

**API Exploration**: Experiment with pre-configured API routes for dynamic interactions

### 🛠 Showcase Link

<https://web-component-demo.vercel.app/>

### 🚀 Get Started Today!&#x20;

Ready to dive in? Clone the repo, start the dev server, and bring the power of **Astros UI SDK** into your project in minutes. Happy coding! 💻✨


---

# 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://naviprotocol.gitbook.io/astros/astros-dex-aggregator/images-and-media/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.
