> For the complete documentation index, see [llms.txt](https://naviprotocol.gitbook.io/astros/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviprotocol.gitbook.io/astros/astros-dex-aggregator/images-and-media/getting-started.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://naviprotocol.gitbook.io/astros/astros-dex-aggregator/images-and-media/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
