> For the complete documentation index, see [llms.txt](https://supersonic-ai.gitbook.io/supersonic-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supersonic-ai.gitbook.io/supersonic-documentation/readme.md).

# Welcome! 🚀

## Welcome to SuperSonic! 🚀

Hey there! You've just found your new favorite DeFAI companion. SuperSonic brings together AI and DeFi in a way that's actually fun to use. Whether you're here to learn, build, or just explore, we've got you covered!

### What's SuperSonic All About? 🤔

Think of SuperSonic as your smart DeFAI assistant, powered by a swarm of AI agents. They work together to handle everything from token swaps to market analysis, making your DeFi journey smoother and more enjoyable. No more juggling multiple tools or getting lost in complex operations - we've got your back!

### Finding Your Way Around 🗺️

We've organized everything into easy-to-navigate sections:

#### Getting Started 🌟

* [**Overview** ](/supersonic-documentation/getting-started/quickstart.md)- Quick intro to what makes SuperSonic special
* [**Features**](/supersonic-documentation/getting-started/features.md) - All the cool stuff you can do with us
* [**User Guide**](/supersonic-documentation/getting-started/user-guide.md) - Your step-by-step companion
* [**Whitepaper**](/supersonic-documentation/getting-started/whitepaper.md) - Learn about into our tech and vision

#### Under the Hood 🔧

* [**System Overview**](/supersonic-documentation/under-the-hood/system-overview.md) - How all the pieces fit together
* [**Multi-Agent System**](/supersonic-documentation/under-the-hood/multi-agent-system.md) - Meet our smart AI team
* [**Agents Directory**](/supersonic-documentation/under-the-hood/agents-directory.md) - Who does what in our AI squad
* [**Integrations**](/supersonic-documentation/under-the-hood/integrations.md) - All the protocols and services we work with

#### For Developers 👩‍💻

* [**Developer Quick Start**](/supersonic-documentation/for-developers/developer-quick-start.md) - Get coding in minutes
* [**Self-Hosting Guide**](/supersonic-documentation/for-developers/self-hosting-guide.md) - Run your own SuperSonic instance
* [**Deployment Options**](/supersonic-documentation/for-developers/deployment-options.md) - Different ways to launch
* [**ElizaOS Plugin**](/supersonic-documentation/for-developers/elizaos-plugin.md) - Supercharge your DeFi automation
* [**n8n Workflows**](/supersonic-documentation/for-developers/n8n-workflows.md) - Smart task automation

#### Extra Resources 📚

* [**Services**](/supersonic-documentation/extra-resources/services.md) - What we offer now and what's coming
* [**Branding Kit**](/supersonic-documentation/extra-resources/branding-kit.md) - Logos, colors, and design stuff
* [**FAQs**](/supersonic-documentation/extra-resources/faqs.md) - Quick answers to common questions
* [**Links**](/supersonic-documentation/extra-resources/links.md) - Important community and support links

### Ready to Dive In? 🏊‍♂️

Pick any section that catches your eye and start exploring! And remember, if you ever need help, our community is just a click away. Let's make DeFi fun together! 🎉


---

# 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://supersonic-ai.gitbook.io/supersonic-documentation/readme.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.
