# High-Level Architecture

<img src="/files/oWpOudIKC2nSbOOaKuaQ" alt="High Level Architecture of Sola AI" class="gitbook-drawing">

### Component Descriptions

#### **Client-Side (User Interface)**&#x20;

This is the frontend interface where users interact with Sola AI. It provides a conversational interface for users to input their queries or commands. Handles real-time interactions using WebRTC and integrates multiple services to maintain a seamless and responsive user experience.

#### **OpenAI Integration**

Provides the conversational intelligence required for Sola AI to understand and respond naturally to user queries.

#### Microservices

These are the service that are designed to scale independently such as service for wallet related operations, service for swapping the tokens, service to handle real time data etc... , ensuring the overall system remains robust under high demand and gives the flexibility for the team to upgrade the application without interfering with other operations.

#### Servers for Automation Tasks (Upcoming)

Dedicated servers responsible for executing and managing complex automation workflows requested by the user. These are designed to execute maintain the particular service till the desired termination point even after the user leaves the conversation


---

# 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://docs.solaai.xyz/application-overview/high-level-architecture.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.
