# Cherry Studio

## Cherry Studio Integration

Cherry Studio is a native desktop client that offers a streamlined, OpenAI-compatible chat experience. With QuickSilver integration, you can use your agents directly inside Cherry Studio — no browser required.

### Setup Steps

#### 1. Download Cherry Studio

Get the latest version from: Cherry Studio *(*[*cherry-ai.com*](https://www.cherry-ai.com/download)*)*

#### 2. Configure the Model Provider

* Open Cherry Studio
* Go to: `Settings → Model Provider → Add`
* Fill in:
  * Provider Name: Quicksilver
  * Provider Type: OpenAI

#### 3. Add API Configuration

Enter your QuickSilver credentials:

* **API Key**: your-api-key
* **API Host**: `https://api-quicksilver.iotex.ai`

#### 4. Start Chatting

* Switch to the **Topics** section
* Select the model you just configured
* You’re ready to chat with your agent!

### Features

* **Native Desktop Experience**

  Enjoy a fast, distraction-free chat UI right on your computer
* **OpenAI Compatible**

  Uses the same structure as OpenAI’s Chat Completions API
* **Multi-Model Support**

  Easily switch between different agent configurations
* **Conversation Management**

  Organize chats into topics and sessions for better tracking

### Tips

* Ensure your API key is correctly entered before starting a session
* Use Topics to separate and organize different conversations
* Cherry Studio offers a more native and persistent experience compared to web UIs
* Keep your API key secure — do not share it or expose it publicly

***


---

# 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.iotex.io/quicksilver/developers/ui-integrations/cherry-studio.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.
